[FFmpeg-user] How to extract HEVC stream from mp4?

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Aug 5 12:49:31 CEST 2015


fangzhen <wintelx264 <at> 163.com> writes:

> 
> I use the following commands to extract the HEVC stream from a mp4 file:
> ffmpeg.exe -y -i paonan1.mp4 -an  -c:v copy -f hevc paonan1.hevc

$ ffmpeg -i paonan1.mp4 -c:v copy -bsf hevc_mp4toannexb paonan1.hevc

Carl Eugen



More information about the ffmpeg-user mailing list