[FFmpeg-user] Fastest way to convert from TS to FLV

Andrew Berg bahamutzero8825 at gmail.com
Wed May 25 04:56:40 CEST 2011


On 2011.05.24 06:19 PM, shacky wrote:
> Hi.
> I'm converting some TS files to FLV with the following command:
>
> C:\Record\tv>c:\utils\ffmpeg-r26400\bin\ffmpeg.exe -i myfile.ts -y -f
> flv -s 320x240 -b 464k -ac 2 -ar 22050 -ab 48k myfile.flv
>
> I have a quadcore CPU, and I need to have the conversion as fast as possible.
> Could you advise me some ffmpeg commands (or codecs) to make the
> conversion fastest as now?
I think FLV can hold AVC, and if so, you can use x264. x264 with the
ultrafast preset is pretty fast. Can't say the quality will be that
good, but it's probably better than anything else you could get at that
speed and bitrate.


More information about the ffmpeg-user mailing list