[Libav-user] timebase settings when muxing
Carl Eugen Hoyos
ceffmpeg at gmail.com
Wed Nov 16 12:01:27 EET 2016
2016-11-16 7:37 GMT+01:00 YIRAN LI <mrfun.china at gmail.com>:
> https://dl.dropboxusercontent.com/u/89678527/big_buck_bunny.wmv
> This video when used with ffprobe -show_frames -select_streams v, it
> can show correct number of frames(about 23.97 * 60 = 1440 frames),
> but when I use ffmpeg -i name %06d.jpg it can dump out about
> 40,000 frames.
Use the following if your input is asf:
$ ffmpeg -vsync 0 -i input %06.jpg
Carl Eugen
More information about the Libav-user
mailing list