[FFmpeg-devel] [PATCH 2/4] timecode: string representation can be negative.

Clément Bœsch ubitux at gmail.com
Thu Jan 5 23:51:15 CET 2012


On Thu, Jan 05, 2012 at 02:11:17PM -0800, Baptiste Coudurier wrote:
> On 01/05/2012 12:03 PM, Clément Bœsch wrote:
> > From: Clément Bœsch <clement.boesch at smartjog.com>
> > 
> > Timecode can be specified with a negative value in MOV...
> 
> Can you please supply an example file ?
> 

Sure. See the two attached. Timecode is set with -01:02:03:04. One has the
negative capability, the other not; but both save the same value. We might
want to ignore it when the neg cap is on.

Thanks to Dave Rice for these samples.

> > [...]
> >  
> > diff --git a/libavcodec/version.h b/libavcodec/version.h
> > index ce4259f..3cc2bc3 100644
> > --- a/libavcodec/version.h
> > +++ b/libavcodec/version.h
> > @@ -22,7 +22,7 @@
> >  
> >  #define LIBAVCODEC_VERSION_MAJOR 53
> >  #define LIBAVCODEC_VERSION_MINOR 54
> > -#define LIBAVCODEC_VERSION_MICRO 100
> > +#define LIBAVCODEC_VERSION_MICRO 101
> 
> It seems you only modify avpriv stuff, this doesn't need to be reflected in version.

OK.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: negative-timecode-0.mov
Type: video/quicktime
Size: 27928 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120105/c8ba6a96/attachment.mov>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: negative-timecode-1.mov
Type: video/quicktime
Size: 27948 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120105/c8ba6a96/attachment-0001.mov>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120105/c8ba6a96/attachment.asc>


More information about the ffmpeg-devel mailing list