[FFmpeg-user] Converting .mov files playable on html5 players..but very slow

Dani A danix4u at yahoo.com
Wed Jun 24 20:49:47 CEST 2015


Than you Henk, the other suggestions  were great. so if when we copy mthe codec,what does FFMEPG do? just rename the file from .mov to mp4?

 


     On Wednesday, June 24, 2015 2:25 PM, Henk D. Schoneveld <belcampo at zonnet.nl> wrote:
   

 
On 21 Jun 2015, at 21:59, Dani A <danix4u-at-yahoo.com at ffmpeg.org> wrote:

> Is there any way faster I can convert iphone .mov to mp4. for example, copying the same codec instead of using the libx264 so it will be faster and will not consume so much resources?
You can use codec copy. But then it is impossible to scale.
It’s one or the other.
How much or little did my earlier suggestions help ? 
> 
> 
> 
>    On Tuesday, June 16, 2015 7:42 AM, Henk D. Schoneveld <belcampo at zonnet.nl> wrote:
> 
> 
> 
> On 16 Jun 2015, at 05:13, Dani A <danix4u-at-yahoo.com at ffmpeg.org> wrote:
> 
>> I am using the below command to covert the .mov files to play html5, but it takes so much time..Is there another way to convert those files so they can play on html5 players but fast to convert...
>> ffmpeg -i input.MOV -vf scale=720x406,setdar=16:9 -c:v libx264 -profile:v main -crf 20 -movflags faststart output.MOV
> You can make it faster by lowering the quality, by increasing the crf value. -crf 23 is the default value and is faster then -crf 20. It depends on the kind of stream and on your eyes how high is acceptable to you. Another option if player accepts this is anamorphic encoding, non-square pixels.
>> 
>> 
>> Is there a faster codec to use compared to the libx264?
> According to Eighth MPEG-4 AVC/H.264 Video Codecs Comparison … libx264 is the fastest.
>> 
>> 
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

  


More information about the ffmpeg-user mailing list