Is it possbile to muxing a HEVC Annex B raw video file into a container(mp4,mkv..etc) without changing its start code with ffmpeg

0

I have a code that extracting raw HEVC from a hevc/mp4 file

ffmpeg -i video3.mp4 -c:v copy -bsf hevc_mp4toannexb output.hevc

and I've read this topic: How to properly wrap H264 into FLV with FFMPEG? It's about a method that can wrap a raw H264 video in to flv with ffmpeg. Then i researched google for a while but i can't figure a way wrap HEVC Annex B raw video file into a mp4 container without changing its start code( every NALU starts with a start code 0x000001 or 0x00000001 ), so is it possible with ffmpeg?

video
ffmpeg
containers
encode
hevc
asked on Stack Overflow Jul 18, 2018 by Adam Estel

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0