PDA

View Full Version : Convertor not converting my videos


step-maniac
07-30-2007, 08:32 PM
common problem but i read somewhere that people need to see the console, my videos are converting properly, heres the console, any help is really appreciated, cheers :)

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\Steve\My Documents\Downloads\Season 8\809 - The One With The Rumor.avi"

PlayTime=00:21:03.320

Width=480

Height=352

AspectRatio=1.364

FrameRate=25.000
MediaInfo Command line, MediaInfoLib - v0.7.4.5
MSG - OS - Version: Microsoft Windows NT 5.1.2600 Service Pack 2
MSG - Converter - Version: 2.25
MSG - Converter - Profile: H.264 QVGA 768kbps Stereo/128kbps
MSG - MediaInfo - Length: 1263s
MSG - MediaInfo - Width: 480 pixels
MSG - MediaInfo - Height: 352 pixels
MSG - MediaInfo - Aspect Ratio: 1.364
MSG - MediaInfo - Framerate: 25 fps
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:320 | New Height: 234
MSG - Converter - Automatically Generating Framerate
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Documents and Settings\Steve\My Documents\Downloads\Season 8\809 - The One With The Rumor.avi" -f mp4 -title "809 - The One With The Rumor" -timestamp "2007-07-31 12:44:29" -vcodec h264 -level 13 -s 320x234 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -acodec aac -ac 2 -ab 128k "C:\Documents and Settings\Steve\My Documents\Converted Videos\iPod\H264\809 - The One With The Rumor.mp4"

FFmpeg version SVN-r9133, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-avisynth --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libogg --enable-libtheora --enable-libvorbis --enable-x264 --enable-xvid --cpu=i686 --enable-memalign-hack --extra-ldflags=-static --enable-dirac
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on May 27 2007 19:45:44, gcc: 4.2.0
Input #0, ogg, from 'C:\Documents and Settings\Steve\My Documents\Downloads\Season 8\809 - The One With The Rumor.avi':
Duration: 00:21:01.0, start: 2.273333, bitrate: 911 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 480x352, 25.00 fps(r)
Stream #0.1: Audio: vorbis, 48000 Hz, stereo, 0 kb/s
Output #0, mp4, to 'C:\Documents and Settings\Steve\My Documents\Converted Videos\iPod\H264\809 - The One With The Rumor.mp4':
Stream #0.0: Video: h264, yuv420p, 320x234, q=2-31, 768 kb/s, 25.00 fps(c)
Stream #0.1: Audio: aac, 48000 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[h264 @ 00AB2A40]width or height not divisible by 16 (320x234), compression will suffer.
[h264 @ 00AB2A40]using cpu capabilities MMX MMXEXT SSE SSE2
[vorbis @ 00AB2A40]Extradata corrupt.
Error while opening codec for input stream #0.1
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\AddToItunes\AddToItunes.exe -add "C:\Documents and Settings\Steve\My Documents\Converted Videos\iPod\H264\809 - The One With The Rumor.mp4"

Midiman
07-30-2007, 08:49 PM
You have a couple of potential issues;

1) MSG - Converter - New Width:320 | New Height: 234

Turn off AutoResize and set that to 320x240 manually.

2) Stream #0.1: Audio: vorbis, 48000 Hz, stereo, 0 kb/s
You have vorbis audio and will probably need a codec or filter to make it play in Windows Media Player before it will convert properly...

There may be other issues but you'll need to solve those first.