[FFmpeg-devel] [PATCH] Add ability to pause transcoding via keyboard interaction

Jeremy Luce jeremyluce at gmail.com
Fri Mar 13 19:48:48 CET 2015


I'll fix the breaks and resubmit.

I don't see the keyboard interaction documented anywhere but in the
source code. Where would be the desired location for this info?
Jeremy


On Fri, Mar 13, 2015 at 1:02 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Wed, Mar 11, 2015 at 08:34:39AM -0500, Jeremy Luce wrote:
>> Resubmitting with [PATCH] tag and unified diff.
>>
>> Adds functionality to pause transcoding with 'p' key and upause with 'u'
>> key over stdin. Pauses in the main transcode loop as well as the
>> input_thread loop.
> [...]
>
>> @@ -3346,7 +3371,9 @@ static int check_keyboard_interaction(int64_t cur_time)
>>                          "C      Send/Que command to all matching filters\n"
>>                          "D      cycle through available debug modes\n"
>>                          "h      dump packets/hex press to cycle
>> through the 3 states\n"
>> +                        "p      pause transcoding\n"
>
> this looks like the diff has been corrupted with line breaks
>
> also this is missing documentation in doc/*
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> I am the wisest man alive, for I know one thing, and that is that I know
> nothing. -- Socrates
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list