PDA

View Full Version : Will not Add to Library


viceroy_fizzelbottom
07-31-2007, 11:21 AM
Hi
I've tried to add a converted file to iTunes and for some reason it will just not go in. I've followed all the info in the sticky but it still won't work. The original file plays fine in Media Player. Can anyone help?

Here's what was on the console:

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:\Downloads\Court Jester\The Court Jester - Danny Kaye.avi"

PlayTime=01:41:10.701

Width=720

Height=400

AspectRatio=1.800

FrameRate=29.971
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: 6070s
MSG - MediaInfo - Width: 720 pixels
MSG - MediaInfo - Height: 400 pixels
MSG - MediaInfo - Aspect Ratio: 1.8
MSG - MediaInfo - Framerate: 29.971 fps
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:320 | New Height: 176
MSG - Converter - Automatically Generating Framerate
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Downloads\Court Jester\The Court Jester - Danny Kaye.avi" -f mp4 -title "The Court Jester" -timestamp "2007-07-31 07:59:07" -vcodec h264 -level 13 -s 320x176 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -acodec aac -ac 2 -ab 128k "C:\Converted Videos\iPod\H264\The Court Jester.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, avi, from 'C:\Downloads\Court Jester\The Court Jester - Danny Kaye.avi':
Duration: 01:41:10.7, start: 0.000000, bitrate: 973 kb/s
Stream #0.0: Video: msmpeg4, yuv420p, 720x400, 29.97 fps(r)
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Output #0, mp4, to 'C:\Converted Videos\iPod\H264\The Court Jester.mp4':
Stream #0.0: Video: h264, yuv420p, 320x176, q=2-31, 768 kb/s, 29.97 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]using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
Press [q] to stop encoding
[h264 @ 00AB2A40]OVERFLOW levelcode=4399

Thanks!

msopnet
07-31-2007, 04:12 PM
Try a profile with the word "AVISynth" in the name.

viceroy_fizzelbottom
08-01-2007, 11:54 AM
Thanks but it didn't work. Here's the console log from the conversion:
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:\Downloads\Court Jester\The Court Jester - Danny Kaye.avi"

PlayTime=01:41:10.701

Width=720

Height=400

AspectRatio=1.800

FrameRate=29.971
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 AviSynth
MSG - MediaInfo - Length: 6070s
MSG - MediaInfo - Width: 720 pixels
MSG - MediaInfo - Height: 400 pixels
MSG - MediaInfo - Aspect Ratio: 1.8
MSG - MediaInfo - Framerate: 29.971 fps
MSG - Converter - Automatically Generating Framerate
WRITE: C:\Converted Videos\iPod\H264\The Court Jester.avs
Line 1: DirectShowSource("C:\Downloads\Court Jester\The Court Jester - Danny Kaye.avi", fps=29.971)
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:320 | New Height: 176
MSG - Converter - Automatically Generating Framerate
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Converted Videos\iPod\H264\The Court Jester.avs" -f mp4 -title "The Court Jester" -timestamp "2007-08-01 08:32:46" -vcodec h264 -level 13 -s 320x176 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -acodec aac -ac 2 -ab 128k "C:\Converted Videos\iPod\H264\The Court Jester.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, avs, from 'C:\Converted Videos\iPod\H264\The Court Jester.avs':
Duration: 01:41:10.7, start: 0.000000, bitrate: N/A
Stream #0.0: Video: rawvideo, yuv420p, 720x400, 103579 kb/s, 29.97 fps(r)
Stream #0.1: Audio: pcm_s32le, 48000 Hz, stereo, 3072 kb/s
Output #0, mp4, to 'C:\Converted Videos\iPod\H264\The Court Jester.mp4':
Stream #0.0: Video: h264, yuv420p, 320x176, q=2-31, 768 kb/s, 29.97 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]using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
Press [q] to stop encoding
[h264 @ 00AB2A40]OVERFLOW levelcode=4399



Is there anything that I'm doing wrong or is the file just unable to play on iPod?
Thanks for helping!

msopnet
08-01-2007, 04:39 PM
You can try using AVS Maker (below). It should convert exactly how it "Previews" in AVS Maker. Instructions are in the help file - it should not be unconvertable.

Sketch
08-02-2007, 09:13 AM
It might also be worth trying a MPEG-4 AVISynth profile and see if there's any difference.

viceroy_fizzelbottom
08-02-2007, 11:21 AM
Thanks for the help! That worked great I think I'll try using AVS Maker more often with other files that won't convert. Thanks again for all your help!