[FFmpeg-user] HEVC to RAW

Alexis Boniface alexis.boniface7 at gmail.com
Fri May 11 09:41:49 EEST 2018


Hello,
I’m using ffmpeg on Ubuntu 16.04 to convert a video with the codec HEVC to a RAW video.
This is the command I’m using:
ffmpeg -i video.mp4 -c :v rawvideo -pix_fmt yuv420p raw-video.yuv
This is the output that I have: https://pastebin.com/iJMiMNqB 
This command works with H.264 video but with HEVC there is one frame that can’t be decode I think.
Can you help me to transcode the video?

Best regards,
Alexis


More information about the ffmpeg-user mailing list