[x264-devel] commit: Timecode input/output (Yusuke Nakamura )

git at videolan.org git at videolan.org
Sun Mar 28 04:44:19 CEST 2010


x264 | branch: master | Yusuke Nakamura <muken.the.vfrmaniac at gmail.com> | Sun Feb 28 21:42:19 2010 -0800| [a5f56908a0b153870c4f09cbf683fe85da3e44b4] | committer: Jason Garrett-Glaser 

Timecode input/output
--tcfile-in allows a user to specify a timecode v1 or v2 file to override input timestamps.
Useful for dealing with VFR input, especially when FFMS/LAVF support isn't available.
--tcfile-out writes a timecode v2 file containing the timecodes of the output file.
New --timebase option allows a user to change the stream timebase.
Intended primarily for forcing timebase with timecode files if necessary.
When using --seek, note that x264 will seek in the timecode file as well.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a5f56908a0b153870c4f09cbf683fe85da3e44b4
---

 Makefile          |    3 +-
 common/common.h   |    2 +-
 encoder/encoder.c |   10 +-
 input/input.h     |    2 +
 input/timecode.c  |  488 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 muxers.h          |    5 +
 output/mp4.c      |    5 +-
 x264.c            |   97 +++++++++++-
 8 files changed, 600 insertions(+), 12 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=a5f56908a0b153870c4f09cbf683fe85da3e44b4


More information about the x264-devel mailing list