View Full Version : When converting videos..
How do I resize them to 320-240? I really hate it widescreen when I see it in my iPod...
Midiman
06-10-2007, 09:46 PM
The answer to that will differ from file to file.
That really didn't answer my question.
Midiman
06-18-2007, 09:03 PM
That's because your question is too general and there are too many possible answers.
Okay, at settings I have my profile setted to AutoResize enabled and Max Resolution to 320-240 ..
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\MediaInfo\mediainfobatch.bat "C:\Program Files\Red Kawa\Video Converter\Tools\MediaInfo\MediaInfo.exe" "C:\Program Files\Red Kawa\Video Converter\Tools\MediaInfo\parameters.txt" "C:\Documents and Settings\ANDRES\My Documents\Elfen Lied 04.avi"
PlayTime=00:25:01.200
Width=720
Height=384
AspectRatio=1.875
FrameRate=29.970
MediaInfo Command line, MediaInfoLib - v0.7.4.5
MSG - OS - Version: Microsoft Windows NT 5.1.2600 Service Pack 2
MSG - Converter - Version: 2.19
MSG - Converter - Profile: H.264 QVGA 768kbps Stereo/128kbps
MSG - MediaInfo - Length: 1501s
MSG - MediaInfo - Width: 720 pixels
MSG - MediaInfo - Height: 384 pixels
MSG - MediaInfo - Aspect Ratio: 1.875
MSG - MediaInfo - Framerate: 29.97 fps
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:320 | New Height: 170
MSG - Converter - Automatically Generating Framerate
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Documents and Settings\ANDRES\My Documents\Elfen Lied 04.avi" -f mp4 -title "Elfen Lied 04" -timestamp "2007-06-18 09:13:39" -vcodec xvid -s 320x170 -r 30000/1001 -b 768k -bufsize 2000k -maxrate 768k -g 250 -acodec aac -ac 2 -ab 128k "E:\\Elfen Lied 04.mp4"
Sketch
06-19-2007, 05:42 AM
The general answer is crop off the left and right sides. For the file in question, it would be 104 pixels on each side. Don't blame us, though, if you don't like how much of the picture you're missing. Your other alternative is to just resize without cropping, which will make all the people annoyingly skinny.
The general answer is crop off the left and right sides. For the file in question, it would be 104 pixels on each side. Don't blame us, though, if you don't like how much of the picture you're missing. Your other alternative is to just resize without cropping, which will make all the people annoyingly skinny.
What do you mean by cropping?
I dont get it ... I have the options set to 320-240 but when I see the logs it has it 320-170 :/
Midiman
06-19-2007, 06:38 PM
That's because you forgot to turn autoresizing off... which supercedes your other settings.
Sketch
06-20-2007, 11:38 AM
Cropping (http://en.wikipedia.org/wiki/Cropping_%28image%29) is removing edges from an images to give it a different aspect ratio.