Re: [FFmpeg-devel] Patch for timestamp pattern in filename

2015-01-30 Thread Matthijs Tempels
Hi, Just missed you on IRC :-/ > Op 30 jan. 2015, om 12:59 heeft Stefano Sabatini het > volgende geschreven: > > On date Friday 2015-01-30 11:01:16 +0100, Matthijs Tempels encoded: >> Hi Stefano, >> >> I did look at the strftime function, but strftime doe

Re: [FFmpeg-devel] Patch for timestamp pattern in filename

2015-01-30 Thread Matthijs Tempels
solutely perfect. what would be the best way to get the exact timecode per frame? (system time that is, since all processes are running on the same system so the systemtime is the same for all) Cheers Matthijs > Op 29 jan. 2015, om 11:26 heeft Stefano Sabatini het > volgende geschreven: &g

Re: [FFmpeg-devel] Patch for timestamp pattern in filename

2015-01-29 Thread Matthijs Tempels
improved the code: >From 772232db7f6e1dc45e63929b0371acf0c13be7a1 Mon Sep 17 00:00:00 2001 From: Matthijs Tempels Date: Thu, 29 Jan 2015 16:33:46 +0100 Subject: [PATCH] Improved %t handling to add a timestamp to the filename including milliseconds --- libavformat/utils.c |

Re: [FFmpeg-devel] Patch for timestamp pattern in filename

2015-01-28 Thread Matthijs Tempels
015 14:03:06 +0100 > Matthijs Tempels mailto:matth...@townsville.nl>> > wrote: > >> From 15952b6cb38ac2f532a2f35d50e9dc4f8320c1c5 Mon Sep 17 00:00:00 2001 >> From: Matthijs Tempels >> Date: Wed, 28 Jan 2015 13:59:54 +0100 >> Subject: [PATCH] A

[FFmpeg-devel] Patch for timestamp pattern in filename

2015-01-28 Thread Matthijs Tempels
>From 15952b6cb38ac2f532a2f35d50e9dc4f8320c1c5 Mon Sep 17 00:00:00 2001 From: Matthijs Tempels Date: Wed, 28 Jan 2015 13:59:54 +0100 Subject: [PATCH] Added the %t option to the filename pattern to add a MMdd_HHmmssfff pattern to the filename --- libavformat/utils.c |