Re: [FFmpeg-user] Timecode based filenames

2020-04-28 Thread Colin Bitterfield
Command no pipe full header. $ /opt/local/bin/ffmpeg -i input.dv -map 0 -c:v dvvideo -c:a:0 pcm_s16le -strftime 1 -copyts -timecode "00:00:00;00" -increment_tc 1 -reset_timestamps 1 -segment_time 00:01:00 -f segment "output_%H-%M-%S.mov" -y ffmpeg started on 2020-04-28 at 20:37:03 Report

Re: [FFmpeg-user] [MPlayer-users] Windows command line & log

2020-04-28 Thread Mark Filipak
On 04/28/2020 12:19 PM, Carl Eugen Hoyos wrote: Am Di., 28. Apr. 2020 um 13:45 Uhr schrieb Mark Filipak : Carl Eugen Hoyos recommends concatenating VOBs via 'mplayer -dumpstream'. (Since you have in the past reprimanded me for my exact wording) This is not true, if this were about

Re: [FFmpeg-user] [MPlayer-users] Windows command line & log

2020-04-28 Thread Carl Eugen Hoyos
Am Di., 28. Apr. 2020 um 13:45 Uhr schrieb Mark Filipak : > Carl Eugen Hoyos recommends concatenating VOBs via 'mplayer -dumpstream'. (Since you have in the past reprimanded me for my exact wording) This is not true, if this were about concatenation, the concat protocol would of course work

Re: [FFmpeg-user] Timecode based filenames

2020-04-28 Thread Carl Eugen Hoyos
Am Di., 28. Apr. 2020 um 17:52 Uhr schrieb Colin Bitterfield : > > Question on Timecode Based Filenames: > > > What is required to generate a filename based on timecode. > > i.e. filename-start-time_end-time.mov > > The % variables don’t seem to be well defined in the documentation. > > I have it

[FFmpeg-user] Timecode based filenames

2020-04-28 Thread Colin Bitterfield
Question on Timecode Based Filenames: What is required to generate a filename based on timecode. i.e. filename-start-time_end-time.mov The % variables don’t seem to be well defined in the documentation. I have it working with strtime 1 and using %H%M%S type variables. Is there a reference

Re: [FFmpeg-user] change inputs or mapping while recording

2020-04-28 Thread Stephan Monecke
I just spent two hours unsuccessfully trying to get the given example to work. zmqsend <<<"lumakey@toggle tolerance 0" never terminates. I guess, nothing is more permanent than a temporary solution ... Cheers, Stephan P.s. The zmq example given in the docs directly segfaults for me with a

Re: [FFmpeg-user] center-align multiple text lines

2020-04-28 Thread Michael Koch
Am 11.04.2020 um 23:24 schrieb Moritz Barsnick: On Sat, Apr 11, 2020 at 23:03:31 +0200, Michael Koch wrote: I want to show the content of a credits file scrolling up.The file contains many lines of different lengths. drawtext=textfile=credits.txt:x=(w-text_w)/2:y=h-100*t The variable text_w

Re: [FFmpeg-user] [MPlayer-users] Windows command line & log

2020-04-28 Thread Mark Filipak
Hi All, This is actually a question about MPlayer. I'm hoping I can get the answer here that I couldn't get via mplayer-user. Carl Eugen Hoyos recommends concatenating VOBs via 'mplayer -dumpstream'. MPlayer seems to have a mind of its own. No matter what I tell it, it wants to concatenate

Re: [FFmpeg-user] ADD REAL TIME STAMP TO RTSP STREAM SEGMENT

2020-04-28 Thread Roger Pack
On Fri, Apr 17, 2020 at 5:38 PM Michael Glenn Williams wrote: > > We have interest in being able to read timestamps in protocol headers also. > > Do we have a doc that specifies which protocols in the video stream ffmpeg > supports with a timecode, and what format of the timecode is? Probably