PDA

View Full Version : Not getting the correct resolution.


filth
09-14-2007, 09:00 PM
I'd like to have the film I'm converting to be 640x480 but I'm getting it. Here's a log:

EXEC: C:\Program Files\Red Kawa\Video Converter 3\Tools\VideoInfo\VideoInfo.exe "E:\temp\script.avs"

VideoInfo Tool 3.1
(C) 2007 Red Kawa Inc.
http://www.redkawa.com

MediaInfoLib - v0.7.5.2

Container=
FileSize=324 Bytes

DONE
MSG - OS - Version: Microsoft Windows NT 5.1.2600 Service Pack 2
MSG - Converter - Version: 3.03
MSG - Converter - Device: iPodTouch_1G
MSG - Converter - Profile: MPEG4 VGA 1536kbps Stereo/128kbps
MSG - VideoInfo - Length: -1s
MSG - VideoInfo - Width: -1 pixels
MSG - VideoInfo - Height: -1 pixels
MSG - VideoInfo - Aspect Ratio: -1
MSG - VideoInfo - Framerate: -1 fps
MSG - VideoInfo - Frame Count: -1
WRITE: E:\iPod\script.avs
Line 1: DirectShowSource("E:\temp\script.avs")
MSG - Converter - Resolution not detected. Using AutoResize Max Resolution as default.
MSG - Converter - Width: 640 pixels
MSG - Converter - Height: 480 pixels
EXEC: C:\Program Files\Red Kawa\Video Converter 3\Tools\FFmpeg\ffmpeg.exe -y -i "E:\iPod\script.avs" -f mp4 -title "script" -timestamp "2007-09-14 08:30:57" -vcodec mpeg4 -s 640x480 -r 29.97 -b 1536k -t 120 -bufsize 2500k -maxrate 2500k -g 250 -acodec aac -ac 2 -ab 128k "E:\iPod\script.mp4"

It's and avisynth file and this was my first try so I must have done something wrong I think. Also, sometimes when I want to convert movies they don't go to 640x480. I'll find a video and convert it and post a log as well.

Here's the avisynth script:

LoadPlugin("C:\Program Files\DirectVobSub\DGDecode.dll")
LoadPlugin("C:\Program Files\DirectVobSub\VSFilter.dll")

# SOURCE
video = mpeg2source("E:\temp\VTS_01_1.d2v")
audio = WavSource("E:\temp\VTS_01_1 T01 3_2ch 448Kbps DELAY 0ms")
AudioDub(video, audio)

# SUBTITLES
TextSub("E:\temp\VTS_01_0.English.srt")