- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category General
-
Assigned To
outlyer - Operating System
- Severity Low
- Priority Defer
- Reported Version 1.0.100a (1.10)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
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
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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).