Hi everybody!
I start getting creasy. Want to try ffmpegX. Ok it is installed and i say want to try. Window is open and I put my file on it : .mov to .flv. give format details for flv. Say Encode and it takes less dans 1 sec to finish. At the end I have this .flv file containing anything. Could you give me any advice please?
Results 1 to 11 of 11
-
-
Hi! there it is :
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5597b8]negative ctts, ignoring
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/carita/Desktop/Gelis1.mov':
Duration: 00:04:34.2, start: 0.000000, bitrate: 5193 kb/s
Stream #0.0(eng): Audio: aac, 44100 Hz, stereo
Stream #0.1(eng), 25.00 fps(r): Video: h264, yuv420p, 1280x720
Codec type mismatch for mapping #0.0 -> #0.0
Sun Apr 17 14:29:12 CEST 2011
Thanks!
-
The audio stream is listed before the video stream. This version of ffmpeg expects it the other way around by default, causing a codec mismatch when trying to convert the first stream to video and the second stream to audio.
The normal solution is to tell ffmpegX about the stream order by setting "Invert mapping" in the Audio tab (for conversions with ffmpeg presets). However, this is known to produce bad FLV files, with stuttering video for playback with the Flash player web browser plugin.
One workaround has been to re-order the streams before letting ffmpegX do a conversion, e.g. using QuickTime Pro.
But you don't have to use FLV for web video, as mp4 (H.264/AAC) works very well, and has far better compression (about 52% of the bitrate at comparable quality). Unless your upload service for some reason requires FLV...
-
The default for FLV is 320x240, 12 fps, 200 kbps. If you change the frame size or framerate, then you should adjust the bitrate also.
Could it be that you encoded to higher settings but at the same low bitrate? That would explain the pixelation.
Anyway, good that you did find another solution.
-
As said, that is a known bug.
The previously mentioned 'workaround' link explains how to alter the source file, in order to prevent this bug, if you have QuickTime Pro.
Alternatively you could use a different application that uses a newer version of ffmpeg to convert to FLV, or an application that converts to FLV without the use of ffmpeg. Sorenson Squeeze, Adobe Flash, iSquint, VisualHub, iFFmpeg (?), ffmpeg command line, mencoder command line, the gazillion chinese knock-offs illegally making use of ffmpeg, to name a few.
Originally Posted by Carita
Similar Threads
-
Preview not working
By dweinin in forum ffmpegX general discussionReplies: 3Last Post: 19th Jan 2011, 12:39 -
Wi-Fi Not working on new laptop
By Squid_uk in forum ComputerReplies: 18Last Post: 18th Dec 2010, 21:51 -
sound not working
By hardy in forum ComputerReplies: 1Last Post: 20th Aug 2010, 02:47 -
AC3 on m4v not working, 48KHz AAC not working, 44.1KHz does?!?!
By dmjerbear in forum AudioReplies: 14Last Post: 11th May 2008, 18:23 -
DV not working
By mainegate in forum ffmpegX general discussionReplies: 9Last Post: 23rd Aug 2007, 19:04