I need to convert files from .flv to whatever format in the shortest amount of time possible. I guess I could lower the bitrate, but that would produce lousy videos.
So any ideas? All is welcome![]()
+ Reply to Thread
Results 1 to 7 of 7
-
-
i like Avanti as an ffmpeg gui
https://forum.videohelp.com/topic343287.html
gl -
No no you don't understand. I wonder what codec is the fastest to convert TO from flv. I don't need any GUI.
-
seems like an incomplete question to me,
also a peculiar request (if not ridiculous)
this should be plenty fast:
Code:ffmpeg -i input.flv -acodec copy -vcodec mpeg4 -qscale 2 -mbd 2 -flags trell output.avi
tripp -
Originally Posted by 45tripp
-
Did you mean what file format (container) and video type to convert to ? You can use many different "cocecs" to playback mpeg1 and mpeg2, and many tools to convert video types from one to another eg mpeg1 to mpeg2 ?
"I wonder what codec is the fastest to convert TO from flv" ... from flv to what ? h.264 in AVI or the same in .mp4 or what ? Suggest you state your objective in outcome terms.
Similar Threads
-
format to use for fastest conversion from flv
By cduval04 in forum Video ConversionReplies: 2Last Post: 8th Oct 2011, 00:58 -
amazon s3 - What's the Fastest video type? (WMV / mp4 / FLV) ?
By Entry in forum Video Streaming DownloadingReplies: 2Last Post: 29th Nov 2010, 11:28 -
Whats the fastest FLV encoder?
By last_registered_user in forum Video ConversionReplies: 0Last Post: 9th Sep 2009, 22:17 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
wmv to flv - 3 possible conversion with ffmpeg- difficult choice
By bmb in forum Video ConversionReplies: 0Last Post: 1st Oct 2007, 15:00