Aspect Reslolutions for Recording?

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
Vincevox
New Member
Posts: 2
Joined: Wed May 19, 2010 12:56 am

Aspect Reslolutions for Recording?

Post by Vincevox »

HI , im wondering if one of the advance user could give me tips on how to change the aspect ratio... so ya thank you guys for making the zsnes i love it :D
paulguy
Zealot
Posts: 1076
Joined: Sat Jul 02, 2005 2:01 am
Contact:

Re: Aspect Reslolutions for Recording?

Post by paulguy »

I believe you can specify options to mencoder from the GUI and I know you can from the zmovie.cfg file. The argument is: -aspect x:y

That should preserve the 1:1 pixel aspect internally but instruct the player to scale to any given aspect, which will preserve the best quality by not stretching or blending pixels together.
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
Vincevox
New Member
Posts: 2
Joined: Wed May 19, 2010 12:56 am

Re: Aspect Reslolutions for Recording?

Post by Vincevox »

w8 so i just go into the .cfg and change the aspect ratio to 1:1

like in this?
===========
md_file="video.avi"
md_prog="mencoder"
md_raw="-demuxer rawvideo -rawvideo format=0x42475218:w=720:h=480:size=172032:fps=$md_video_rate"
md_other="-aspect 4:3 -mc 0"
md_no_sound="-nosound"
md_sound="-oac mp3lame -lameopts aq=0:preset=64:mode=1 -audiofile $md_pcm_audio"
md_compressed_sound="-oac copy -audiofile $md_compressed_audio"
md_x264="-ovc x264 -x264encopts qp=0:frameref=15"
md_ffv1="-ovc lavc -lavcopts vcodec=ffv1:vstrict=-2:aspect=4/3"
md_xvid="-ovc xvid -xvidencopts fixed_quant=2"
=================================
COrrect me if im wrong
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Re: Aspect Reslolutions for Recording?

Post by Nach »

Your changes there are certainly wrong. ZSNES does not output 720x480, nor is 720x480 172032 bytes.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Post Reply