This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
5626f994f2
ffmpeg
/
tests
/
ref
/
lavf
/
rm
3 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
avconv: make -t insert trim/atrim filters. This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
2013-04-10 13:02:01 +00:00
9eeb3b91c0a45f519fd7f2efea882cf4 *./tests/data/lavf/lavf.rm
avconv: rework -t handling for encoding. Current code compares the desired recording time with InputStream.pts, which has a very unclear meaning. Change the code to use actual timestamps of the frames passed to the encoder. In several tests, one less frame is encoded, which is more correct. In the idroq test one more frame is encoded, which is again more correct. Behavior with stream copy should be unchanged.
2012-02-05 13:32:10 +00:00
346414 ./tests/data/lavf/lavf.rm