Hello video experts,
I am trying to convert a .avi file to h264 using ffmpeg.
My machine is running windows xp sp 2 and i have downloaded the lastest version of the ffmpeg files.
However when ffmpeg runs, all i get is a windows send/don't send error box. Does anybody know what i am doing wrong?
There is a dump of the output below.
Many thanks
Vert
C:\ffmpeg>ffmpeg -i test.avi -f h264 -vcodec libx264 -s 672x576 -r 25 test.mov
FFmpeg version SVN-r12665, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-postproc --enable-swscale --enable-avfilt
er-lavf --enable-pthreads --enable-liba52 --enable-avisynth --enable-libfaac --e
nable-libfaad --enable-libgsm --enable-memalign-hack --enable-libmp3lame --enabl
e-libnut --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid
--cpu=i686 --extra-ldflags=-static
libavutil version: 49.6.0
libavcodec version: 51.54.0
libavformat version: 52.13.0
libavdevice version: 52.0.0
built on Apr 2 2008 22:35:11, gcc: 4.2.3
Input #0, avi, from 'test.avi':
Duration: 00:00:22.5, start: 0.000000, bitrate: 30345 kb/s
Stream #0.0: Video: dvvideo, yuv420p, 720x576, 25.00 tb(r)
Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
Output #0, h264, to 'test.mov':
Stream #0.0: Video: libx264, yuv420p, 672x576, q=2-31, 200 kb/s, 25.00 tb(c)
Stream mapping:
Stream #0.0 -> #0.0
[libx264 @ 00ABC290]using cpu capabilities: MMX MMXEXT SSE SSE2 SSE3 Cache64
Press [q] to stop encoding
+ Reply to Thread
Results 1 to 6 of 6
-
-
Hi,
You might want to try WinFF, it is a GUI frontend for ffmpeg and comes with a very stable (ver 9017), if not the latest version of ffmpeg built-in. It is very light on resources as well and comes with optimized presets for most common applications and conversions including many h.264 ones. You have to be very picky about which version of ffmpeg you use, it is under constant development and it's API gets revised regularly which can sometimes lead to instability with specific codecs. They also change their codec naming conventions so some versions will identify codecs by their actual name "-vcodec h264" or by their supporting library name "-vcodec libx264".
AutoFF is also a great ffmpeg GUI and it's developer is a member here "buzzqw", it is perhaps better suited to the very latest ffmpeg versions.
To summarize WinFF is stable, simple and has many of the optimized presets included, AutoFF gives more flexibility to tweak if you know what changes you want to make and is easier to integrate latest ffmpeg versions. -
Hello
Thanks for the link.
I download and WinFF and encoded a couple of files.
The first one i chose MP4 and h264 but quicktime tells me that it isn't a movie.
The second file I encoded to Quicktime. this one plays in QT but the quality is low.
i'll look up autoFF and see if theres any difference
Many thanks
Vert -
if you're looking for a ffmpeg gui, this is the one
Avanti
yes i know what's wrong.
your ffmpeg version crashes with libx264 and sse2 instructions.
use a build from here:
http://arrozcru.no-ip.org/ffmpeg_builds/
tripp -
Thanks for the replies guys.
AutoFF fail miserably also.....i have a mov file but no video and partial audio.
I will try your links now 45tripp.
Similar Threads
-
how can i mux to mp4 from h264/aac using ffmpeg
By DKhanh in forum Video ConversionReplies: 3Last Post: 24th Aug 2013, 11:50 -
ffmpeg / H264 (need help to build an optimized command line)
By iwiiiiiiiiii in forum Video ConversionReplies: 13Last Post: 22nd Oct 2011, 10:41 -
ffmpeg output 2gb limit? Is there one? ffmpeg stops encoding h264 @ 2gb
By BrainiakZ in forum Video ConversionReplies: 14Last Post: 30th Mar 2011, 12:04 -
AVI (DV Pal) to mp4 (h264) with FFMPEG on Windows
By Zoreil59 in forum Video ConversionReplies: 3Last Post: 17th Jun 2010, 03:35 -
ffmpeg upgrade (includes h264 to libx264) ok with winff ?
By Verlager in forum LinuxReplies: 1Last Post: 10th Feb 2008, 17:23