[FFmpeg-user] how to transcode mp4 file into hls stream

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Apr 25 12:39:10 CEST 2016


Henk D. Schoneveld <belcampo <at> zonnet.nl> writes:

> > ffmpeg -y -i input.mp4 -vbsf h264_mp4toannexb -c:v libx264 
> > -c:a libfdk_aac -f hls -hls_list_size 10 -hls_wrap 10 ./output.m3u8
>
> hls makes the files the same length,

> and probably the same quality

This is not correct, the hls muxer doesn't care if you 
choose constant bitrate or constant quality.

Carl Eugen



More information about the ffmpeg-user mailing list