This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2025-01-02 04:52:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
87d7a92b62
ffmpeg
/
tests
/
ref
/
fate
/
quickdraw
4 lines
128 B
Plaintext
Raw
Normal View
History
Unescape
Escape
frame{crc/md5}: set the stream timebase from codec timebase. Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
2012-02-02 13:20:43 +00:00
#tb 0: 1/15
0, 0, 0, 1, 921600, 0xc0e68764
rawenc: switch to encode2(). This changes a number of FATE results, since before this commit, the timestamps in all tests using rawenc were made up by lavf. In most cases, the previous timestamps were completely bogus. In some other cases -- raw formats, mostly h264 -- the new timestamps are bogus as well. The only difference is that timestamps invented by the muxer are replaced by timestamps invented by the demuxer. cscd -- avconv sets output codec timebase from r_frame_rate and r_frame_rate is in this case some guessed number 31.42 (377/12), which is not accurate enough to represent all timestamps. This results in some frames having duplicate pts. Therefore, vsync 0 needs to be changed to vsync 2 and avconv drops two frames. A proper fix in the future would be to set output timebase to something saner in avconv. nuv -- previous timestamps for video were wrong AND the cscd comment applies, one frame is dropped. vp8-signbias -- the file contains two frames with identical timestamps, so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one frame. vc1-ism -- apparrently either the demuxer lies about timestamps or the file is broken, since dts == pts on all packets, but reordering clearly takes place.
2012-02-01 14:33:51 +00:00
0, 2, 2, 1, 921600, 0x01a16629
Reference in New Issue
Copy Permalink