- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category General
-
Assigned To
Toni Corvera - Operating System
- Severity Low
- Priority Defer
- Reported Version 1.0.100a (1.10)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: vcs
Opened by Email from Tomek - 03.03.2010
Last edited by Toni Corvera - 03.03.2010
Opened by Email from Tomek - 03.03.2010
Last edited by Toni Corvera - 03.03.2010
FS#95 - Running vcs from find fails on WMVs. They work directly.
Originally reported by Tomasz Strózik
Example given:
$ find $DIR \(-name "*.avi" -o -name "*.wmv" -o -name "*.mpg" -o -name "*.mp4" \) -exec vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet {} \;
Works on avi, mpg and mp4 but fails on wmv with
Failed to capture frame (at second xxx.000)
Processing the same file directly works:
$ vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet File.wmv
Can't reproduce :/
This shouldn't be a multi-file problem since
find
should call vcs on each file (at least GNU find works like this).