|
|
#1 |
|
transcode any format to *.flv - what free tool?
|
|
|
|
0
|
|
|
#2 |
|
If I may ask, why do you need FLV? It has been more or less deprecated in favor for H.264, which Flash handles natively and is much more efficient.
You could use Handbrake to convert your videos to H.264 (in an MP4 container). If you must use FLV, ffmpeg (free, open source) can do that. It is a command-line application in its pure form, but there are several GUI wrappers available such as ffmpegx.
__________________
-PPC_Michael Apple is just a company. Think for yourselves. |
|
|
|
0
|
|
|
#3 | ||
|
Quote:
I agree with you that *.flv is crap ![]() Quote:
Can you give me example syntax. As generic as possible. |
|||
|
|
0
|
|
|
#4 |
|
As generic as possible:
Code:
ffmpeg -i inputfile.mov outputfile.flv Code:
ffmpeg -i inputfile.mov -b:v 400k -b:a 320k outputfile.flv
__________________
-PPC_Michael Apple is just a company. Think for yourselves. |
|
|
|
3
|
|
|
#5 |
|
By your own admission, every user will be able to watch the video in h.264 format. However, iPhone and iPad users will not be able to watch the video if it is in .flv format.
__________________
Neither a borrower nor a lender be For loan oft loses both itself and friend William Shakespeare from Hamlet |
|
|
|
0
|
|
|
#6 | |
|
Quote:
the "As generic as possible" command produce a real bad result (pixelation). Will try and error with the arguments. |
||
|
|
0
|
|
|
#7 | |
|
Quote:
.flv is just a container. If the site doesn't care what's inside and you have an .mov file with an acceptable size and quality, you can just copy the streams inside and change the container to .flv. The command line for that would be Code:
ffmpeg -i Infile.mov -acodec copy -vcodec copy Outfile.flv |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 06:16 PM.











Linear Mode
