-
aviconvert
Hi,
I bought a small mpg player for my son and now he want to look video on this small screen.There is a exampe AVI on the device and ffmpeg -i tell me for this file:
Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 160×128 [SAR 1:1 DAR 5:4], SAR 65536:65535 DAR 16384:13107, 15 tbr, 15 tbn, 15 tbcafter some investigation I found nearly the right command to convert other avis into this format.
ffmpeg -i input.mpg -vcodec libxvid -s 160×128 -aspect 5:4 -r 15 -acodec mp2 -ar 44100 -ac 2 -ab 128k output.avi
ffmpeg -i output.avi
Stream #0:0: Video: mpeg4 (Simple Profile) (xvid / 0x64697678), yuv420p, 160×128 [SAR 1:1 DAR 5:4], 15 tbr, 15 tbn, 15 tbcso its nearly the same, but not 100% and the player does not like it.
Whats about the “SAR 65536:65535 DAR 16384:13107”?