]> granicus.if.org Git - handbrake/commit
Adds a job->frame_to_stop variable similar to the existing pts_to_stop parameter...
authorjbrjake <jb.rubin@gmail.com>
Tue, 31 Mar 2009 17:19:37 +0000 (17:19 +0000)
committerjbrjake <jb.rubin@gmail.com>
Tue, 31 Mar 2009 17:19:37 +0000 (17:19 +0000)
commita9b9604524e9348f61dc1cd5f299d9b1703e41cc
treec73b1564ac1659d47cd369572e88cb704c16a6d8
parent276345b4d92a23bd125215f07786fee9449ce3cf
Adds a job->frame_to_stop variable similar to the existing pts_to_stop parameter, for ending an encode after a certain number of decoded frames.

CLI: Replaces --stop-at-pts and --stop-at-duration with a general --stop-at option. The argument is in the form unit:amount. So --stop-at duration:10 for a 10 second encode, --stop-at pts:300300 to end when that timestamp is reached, or --stop-at frame:1000 to stop after reading 1000 frames.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2286 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/sync.c
test/test.c