Rodrigo Polo <[email protected]> added the comment: Hi… Which information is missing? I recompile the latest SVN “SVN-r25769” and using native FFmpeg libraries there are no problems, again, using the latest SVN, BUT when is used with libx264 the aspect ratio information is missing, here are some of the commands I use for the tests in the most possible minimal way:
# FFmpeg SVN-r25769 on Ubuntu 10.10 x32 -vf aspect NOT working using libx264 ffmpeg -i input.mov -vf "scale=720:480, aspect=16:9" -b 1024k -vcodec libx264 -pass 1 -an -vpre fast_firstpass -f rawvideo -t 30 /dev/null && \ ffmpeg -i input.mov -vf "scale=720:480, aspect=16:9" -b 1024k -vcodec libx264 -pass 2 -an -vpre slow -t 30 SVN-r25769-UsingVF-X264.mp4 # FFmpeg v0.5 on Ubuntu 10.10 x32 -aspect WORKING ./ffmpeg0.5 -i input.mov -target ntsc-dvd -aspect 16:9 -sameq -t 30 v0.5-16_9.mpg && \ ./ffmpeg0.5 -i input.mov -target ntsc-dvd -aspect 4:3 -sameq -t 30 v0.5-4_3.mpg # FFmpeg SVN-r25769 on Ubuntu 10.10 x32 -aspect NOT workin ffmpeg -i input.mov -target ntsc-dvd -aspect 16:9 -sameq -t 30 SVN-r25769-16_9.mpg && \ ffmpeg -i input.mov -target ntsc-dvd -aspect 4:3 -sameq -t 30 SVN-r25769-4_3.mpg # FFmpeg SVN-r25769 on Ubuntu 10.10 x32 -vf aspect WORKING ffmpeg -i input.mov -target ntsc-dvd -vf "scale=720:480, aspect=16:9" -sameq -t 30 SVN-r25769-UsingVF-16_9.mpg && \ ffmpeg -i input.mov -target ntsc-dvd -vf "scale=720:480, aspect=4:3" -sameq -t 30 SVN-r25769-UsingVF-4_3.mpg It’s very important to notice that in V0.5 was working with X264 ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2359> ________________________________________________
