I have this command:
ffmpeg -i video.format -movflags use_metadata_tags -map metadata 0 -vcodec libx265 -acodec copy output.mp4
I get this error:
[avi @ 0x559845f9c480] Invalid stream specifier: metadata.
Last message repeated 3 times
Stream map 'metadata' matches no streams.
To ignore this, add a trailing '?' to the map.
Any ideas?