View Full Version : H.264 Vga (640x480)
Revolutionize
04-21-2007, 11:18 PM
Now, I converted a H.264 (640x480) VGA file, but after the converting finished the file was nowhere to be found on the computer at all, what is the issue with that?, a reply of help would be appreciated.
Midiman
04-21-2007, 11:32 PM
I'd need to see a log but I'd guess you're using Vista and probably running into this issue:
http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonde rThatIsFileVirtualization.aspx
Click the "Compatibility Files" button in the explorer window.
Revolutionize
04-21-2007, 11:45 PM
Actually I'm on Windows XP, so I don't think that applies to me.
The Log:
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\TSpoon\My Documents\My Music\Spiderman 3 trailer.avi"
PlayTime=00:01:36.972
Width=1280
Height=608
AspectRatio=2.105
FrameRate=23.976
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: H.264 VGA 1408kbps Stereo/128kbps
MSG - MediaInfo - Length: 96s
MSG - MediaInfo - Width: 1280 pixels
MSG - MediaInfo - Height: 608 pixels
MSG - MediaInfo - Aspect Ratio: 2.105
MSG - MediaInfo - Framerate: 23.976 fps
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:640 | New Height: 304
MSG - Converter - Automatically Generating Framerate
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\FFmpeg\ffmpeg.exe -y -i "C:\Documents and Settings\TSpoon\My Documents\My Music\Spiderman 3 trailer.avi" -f mp4 -title "Spiderman 3 trailer" -timestamp "2007-04-21 08:31:38" -vcodec h264 -level 30 -s 640x304 -r 24000/1001 -b 1408k -bt 1408k -bufsize 10000k -maxrate 10000k -g 300 -coder 0 -acodec aac -ac 2 -ab 128k "C:\Documents and Settings\TSpoon\My Documents\My Videos\Converted Videos\iPod\H264\Spiderman 3 trailer.mp4-1"
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
EXEC: C:\Program Files\Red Kawa\Video Converter\Tools\NicMP4Box\NicMP4Box.exe -itags "Name=Spiderman 3 trailer" -add "C:\Documents and Settings\TSpoon\My Documents\My Videos\Converted Videos\iPod\H264\Spiderman 3 trailer.mp4-1" "C:\Documents and Settings\TSpoon\My Documents\My Videos\Converted Videos\iPod\H264\Spiderman 3 trailer.mp4"
Cannot open destination file C:\Documents and Settings\TSpoon\My Documents\My Videos\Converted Videos\iPod\H264\Spiderman 3 trailer.mp4: I/O Error
DELETE: C:\Documents and Settings\TSpoon\My Documents\My Videos\Converted Videos\iPod\H264\Spiderman 3 trailer.mp4-1
Midiman
04-21-2007, 11:54 PM
You have some kind of permissions error. The file can't be created. Try using another, real directory. Something outside of that whole "My Documents" load of crap.
Revolutionize
04-21-2007, 11:57 PM
So send the output file to a different folder?
Midiman
04-21-2007, 11:59 PM
Yep. .
Revolutionize
04-22-2007, 12:21 AM
Did not work, However... I did find the problem.
The fact that I am using an "Limited Account" is probably why it didn't give permission to me to create that file with that codec type & provided resolution of VGA (640x480), so that issue has been fixed.
Problem solved, thanks for your help anyway.