[FFmpeg-user] FFMPEG encoding for H264 Baseline 3 Profile

Omkiran Sharma omkiran.for.wiki at gmail.com
Wed Aug 3 20:44:44 CEST 2011


Ensure your toolsets match baseline and your
resolution/framerate/bitrate match level 3.0:
For reference: http://blog.mediacoderhq.com/h264-profiles-and-levels/
Then you will be assured of baseline profile with level 3.0!



On Wed, Aug 3, 2011 at 7:00 PM, venuiyer <venuiyer at yahoo.com> wrote:
> Hello experts,
>
>  I am encoding a video file for H264Baseline 3.0 profile using FFMPEG. Am
> using windows OS for FFMPEG
>  Below is the command am using.
>
>
> ffmpeg -i <SourceFileName> -f mpegts -acodec aac -ar <AudioSamplingRate> -ab
> <AudioBitRate> -strict experimental  -s <Resolution> -vcodec libx264 -b
> <VideoBitRate> -flags +loop -cmp +chroma -partitions
> +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16
> -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt <VideoBitRate>  -maxrate
> <VideoBitRate>  -minrate <VideoBitRate>  -bufsize 100k -rc_eq
> 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect
> 320:240 -g 30 -r <FrameRate> -strict experimental -async 2
> <Outputfilename>.ts
>
> Kindly help me with the below queries
>
> 1. How do I ensure that am encoding for Baseline 3.0 profile with the above
> command?
> 2. Is the command line am using correct one?
>
>
> Regards
> Venugopal G
>
>
> --
> View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-encoding-for-H264-Baseline-3-Profile-tp3715448p3715448.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list