YIRAN LI <mrfun.china@...> writes: > ffmpeg.exe -i big10.mp4 -vcodec mpeg4 -vtag divx -an adivx.avi
> That means the video is generated using ffmpeg's own > implementation, not Divxs, right? If you call FFmpeg requesting one of the native encoders you get FFmpeg's implementation of that standard, yes. In this case, it is assumed to be the best available implementation of mpeg4-asp. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
