Jeroen Baert on Nostr: Incredibly specific ffmpeg question, but here we go: I'm trying to remove embedded ...
Incredibly specific ffmpeg question, but here we go:
I'm trying to remove embedded image streams (MPNG / MJPEG) from MKV containers with ffmpeg.
The -map 0:V selector should retain only the true video streams, but it also selects these MPNG / MJPEG streams.
Any other way to select/remove them?
Note that they're on a different stream number every time, so I can't just generally nuke stream 4, for instance.
I'm trying to remove embedded image streams (MPNG / MJPEG) from MKV containers with ffmpeg.
The -map 0:V selector should retain only the true video streams, but it also selects these MPNG / MJPEG streams.
Any other way to select/remove them?
Note that they're on a different stream number every time, so I can't just generally nuke stream 4, for instance.