H264.FFmpeg.Decoded frames to MP4.Muxer
I'm attempting to open a local mp4, demux it, and write it back to an mp4, just to get started. I want to do stuff with overlay images and add sound clips once this basic thing is working. This is my spec:
I get this error:
The muxer expects
:avc1
while the FFmpeg.Encoder
outputs annexb
. Either I'm missing a node, or I've misunderstood something somewhere. Any tips?1 Reply
Ah... Adding an H264.Parser after the Encoder did the trick.. Was confused by the name.