Handbrake --stop-at parameter not working as intended
Posted
by
KG
on Super User
See other posts from Super User
or by KG
Published on 2010-12-29T19:51:55Z
Indexed on
2010/12/29
19:56 UTC
Read the original article
Hit count: 438
Hey all,
I run the following from command line:
handbrakeCLI.exe -i SourceFile.mkv -o OutputFile.mkv --stop-at 120
According to the CLIGuide you can supply the --stop-at value as seconds (which is what I want, stop encoding 120 seconds into the file). My purpose for this is to quickly create a very high quality video clip from a full movie for testing other encoding processes.
However, when I view my output file it is the entire movie. Any ideas?
© Super User or respective owner