[FFmpeg-user] How to Transcode h.264 main profile video in to h.264 base profile

Michael Hirschler michael.vhirsch at gmail.com
Sun Mar 17 17:13:58 CET 2013


Hello!

This is really simple, as with ffmpeg you have to:

ffmpeg -i input -profile:v baseline -b:v 2400k output

Have a look at the x264 encoding guide - 
http://ffmpeg.org/trac/ffmpeg/wiki/x264EncodingGuide


~ michael

Am 2013-03-09 11:23, schrieb harneets:
>
> HI All,
>
>   
>
> I Have MP4 Video with these Specs.
>
> Bitrate - 5000k
>
> Fps - 23.97
>
> Video codec - h.264 - mpeg-4 AVC
>
>   
>
> Output required
>
> Bitrate - 2400k
>
> Video codec - h.264 base profile
>
>   
>
> Thanks & Regards.
>
>   
>
> Harneet Singh Virk
>
> 09992222690
>
>   
>
>
>
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list