PDA

View Full Version : Problem: Not converting


Johnny of Choctaw
06-09-2007, 07:34 PM
The "conversions" take about two seconds, then won't be added to my iTunes library. Here's a log for one out of seventeen similar problems...

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\TParsons\My Documents\Red vs. Blue\Episode 29.wmv"

PlayTime=
MSG - MediaInfo - PlayTime could not be read

Width=320

Height=240

AspectRatio=1.333

FrameRate=
MSG - MediaInfo - Video Framerate could not be read
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: VideoWizard
MSG - MediaInfo - Length: 0s
MSG - MediaInfo - Width: 320 pixels
MSG - MediaInfo - Height: 240 pixels
MSG - MediaInfo - Aspect Ratio: 1.333
MSG - MediaInfo - Framerate: 0 fps
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Documents and Settings\TParsons\My Documents\Red vs. Blue\Episode 29.wmv" -f mp4 -title "Episode 29" -timestamp "2007-06-09 05:47:20" -vcodec h264 -level 13 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -flags +loop -cmp +chroma -partitions +parti4x4+partp4x4+partp8x8+partb8x8 -flags2 +mixed_refs -me umh -subq 7 -trellis 2 -refs 5 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -rc_eq "blurCplx^(1-qComp)" -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -acodec aac -ac 2 -ab 160k "C:\Documents and Settings\TParsons\My Documents\Converted Videos\iPod\H264\Episode 29.mp4"

FFmpeg version SVN-r8731, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-avisynth --enable-libdts --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libogg --enable-libtheora --enable-libvorbis --enable-x264 --enable-xvid --enable-amr_nb --enable-amr_wb --cpu=i686 --enable-memalign-hack --extra-ldflags=-static
libavutil version: 49.4.0
libavcodec version: 51.40.3
libavformat version: 51.12.1
built on Apr 15 2007 00:37:23, gcc: 4.3.0 20070330 (experimental)

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
Input #0, asf, from 'C:\Documents and Settings\TParsons\My Documents\Red vs. Blue\Episode 29.wmv':
Duration: 00:04:02.0, start: 3.000000, bitrate: 658 kb/s
MSG - FFmpeg - Video Length is 242s
Stream #0.0: Audio: 0x0162, 48000 Hz, stereo, 333 kb/s
Stream #0.1: Video: wmv3, yuv420p, 320x240, 29.97 fps(r)
Output #0, mp4, to 'C:\Documents and Settings\TParsons\My Documents\Converted Videos\iPod\H264\Episode 29.mp4':
Stream #0.0: Video: h264, yuv420p, 320x240, q=10-51, 768 kb/s, 29.97 fps(c)
Stream #0.1: Audio: aac, 48000 Hz, stereo, 160 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
[h264 @ 009BC940]using cpu capabilities MMX MMXEXT SSE
Unsupported codec (id=0) for input stream #0.0


I've noticed that every video that I've had this problem with says

PlayTime=
MSG - MediaInfo - PlayTime could not be read

Thank you for helping :)

P.S.
Any ideas on how to get it to read the PlayTime?

Midiman
06-09-2007, 08:52 PM
The fact that MediaInfo can't read the play length isn't a huge disaster. You need to get everything outside of Documents and Settings for starters. Second, you have a wmv3 format file.. I've seen them be repeated problems. ViC is having a problem with it's audio:

Unsupported codec (id=0) for input stream #0.0

Using an AviSynth profile or using AVS Maker may help.