I have a old imac with 10.3.9. I run the conversion for mov to flv or avi to flv. The output is always a jumpy video. I have encoded at 500 bit rate with 18 fps. I encode the same video on windows with format factory and it is fine. I use ffmpegx and the audio and video is jumpy. I converted mov to avi and that is fine. The problem is only with flv. An example is here:
http://www.fisherychurch.org/cms/node/198
The one I did with format factory is here:
http://www.fisherychurch.org/cms/node/197
Any help would be appreciated.
BT
+ Reply to Thread
Results 1 to 4 of 4
Thread: Anything to FLV
Thread
-
The first video is encoded at 12 fps, not 18, making the motion less smooth. The file loses audio at about 0:11:50 in, just silence after that point. The file also lacks meta-data, so the time-remaining and jump-to-different-point-in-the-clip do not work. flvtool2 could have injected the necessary meta-data.
About the jumpiness, beyond the low framerate:
Possibly you've ran into the bug of ffmpegX's invert mapping in combination with encoding to FLV in combination with Flash Player playback.
http://forum.videohelp.com/topic341561.html#1810515
I gave up on it and made shell script called encode.sh
Output was fine.Code:./mencoder $1 -ofps 25 -o $2 -of lavf -oac lavc -lavcopts acodec=mp3:abitrate=32 -srate 22050 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vop scale=640:480
flv encoding with mencoder instead of ffmpeg, cool. Hadn't seen the command before.
Similar Threads
-
which software works best for flv to dvd can i convert dvdor flv to divx
By rugrat23 in forum Video ConversionReplies: 2Last Post: 19th Jan 2011, 13:39 -
FLV audio out of sync, can't work VirtualDub w/ FLV plugin
By ZantarV in forum Video ConversionReplies: 1Last Post: 4th Sep 2009, 12:51 -
Multiple FLV files into 1 big FLV file, how??
By vividbreeze in forum Newbie / General discussionsReplies: 1Last Post: 16th Dec 2008, 16:11 -
Problem with artifacts in flv conversion - i.e. converting to flv from avi
By brassplyer in forum Video StreamingReplies: 9Last Post: 30th Apr 2008, 23:09 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 23:11
Statistics
Newest guides
Latest tool updates
New media comments



Quote