2016-11-16 21:01 GMT+11:00 Carl Eugen Hoyos <[email protected]>: > 2016-11-16 7:37 GMT+01:00 YIRAN LI <[email protected]>: > > > 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 > > ​Thanks Carl, I'll test it tomorrow when I'm at work.
By the way, could you play the asf with ffplay. The video playback is slow in ffplay. Does that mean there's a problem in the asf file? Thanks​ > Carl Eugen > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
