LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mplayer is changing aspect ratio (https://www.linuxquestions.org/questions/linux-software-2/mplayer-is-changing-aspect-ratio-245150/)

shanenin 10-20-2004 11:54 AM

mplayer is changing aspect ratio
 
I have some tv episodes that have an aspect ratio of 4:3. When I play them with mplayer it is changing the aspect ratio, so it is leaving me with a stretched image, According to the output, it is changeing the ratio with prescaling, that seems to be the problem, but I am not really sure. Below is the output
Code:

AVI file format detected.
VIDEO:  [XVID]  512x384  12bpp  23.976 fps  1026.5 kbps (125.3 kbyte/s)
Clip info:
 Software: Nandub v1.0rc2
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 12000->192000 (96.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 512 x 384 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.77:1 - prescaling to correct movie aspect.
VO: [xv] 512x384 => 680x384 Planar YV12


shanenin 10-20-2004 12:40 PM

I found this option to use
-aspect 4:3


All times are GMT -5. The time now is 09:51 PM.