PDA

View Full Version : Weird.


filth
09-18-2007, 08:35 PM
Can anyone tell me why Videora won't convert my .avs file to 640x480 but when I do the .vob file it converts it to 640x480?

Here's the .avs:

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.wav")
AudioDub(video, audio)

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

.avs Console 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=322 Bytes














DONE
MSG - OS - Version: Microsoft Windows NT 5.1.2600 Service Pack 2
MSG - Converter - Version: 3.04
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
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:\temp\script.avs" -f mp4 -title "script" -timestamp "2007-09-18 08:19:23" -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"

.vob Console Log

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

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

MediaInfoLib - v0.7.5.2

Container=MPEG-2PS
FileSize=4.84 GiB
VideoCodec=MPEG-2V
VideoPlayTime=01:30:32.493
VideoBitrate=9800 Kbps
VideoWidth=720
VideoHeight=480
VideoAspectRatio=1.778
VideoFrameRate=29.970
VideoFrameCount=162811
AudioCodec=AC3
AudioBitrate=448 Kbps
AudioMode=CBR
AudioChannels=6
AudioSamplingRate=48000

DONE
MSG - OS - Version: Microsoft Windows NT 5.1.2600 Service Pack 2
MSG - Converter - Version: 3.04
MSG - Converter - Device: iPodTouch_1G
MSG - Converter - Profile: MPEG4 VGA 1536kbps Stereo/128kbps
MSG - VideoInfo - Length: 120s
MSG - VideoInfo - Width: 720 pixels
MSG - VideoInfo - Height: 480 pixels
MSG - VideoInfo - Aspect Ratio: 1.778
MSG - VideoInfo - Framerate: 29.97 fps
MSG - VideoInfo - Frame Count: 162811
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:640 | New Height: 360
EXEC: C:\Program Files\Red Kawa\Video Converter 3\Tools\FFmpeg\ffmpeg.exe -y -i "E:\temp\VTS_01_1.VOB" -f mp4 -title "VTS_01_1" -timestamp "2007-09-18 08:16:02" -vcodec xvid -s 640x360 -r 29.97 -b 1536k -t 120 -bufsize 2500k -maxrate 2500k -g 250 -acodec aac -ac 2 -ab 128k "E:\iPod\VTS_01_1.mp4"

msopnet
09-21-2007, 01:56 PM
You're missing some of the info on the bottom which we'd have to see to diagnose a problem. Copy the log as in the instructions below.