]> granicus.if.org Git - libx264/commit
Timecode input/output
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Mon, 1 Mar 2010 05:42:19 +0000 (21:42 -0800)
committerFiona Glaser <fiona@x264.com>
Sat, 27 Mar 2010 19:46:57 +0000 (12:46 -0700)
commit4d3c4787622d44eef8b813bc4324531546bd8aa5
tree9e3ad1d93f79b0754f0058e1e16650a085a038bb
parent1f9393ebe9efbae2da2a70a61aad35d270bb15f6
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.
Makefile
common/common.h
encoder/encoder.c
input/input.h
input/timecode.c [new file with mode: 0644]
muxers.h
output/mp4.c
x264.c