I need to create some correct videos with incorrect mediainfo for testing. For example, halved bitrate or framerate, resolution 1920x1000 instead of 1920x1080. How can I edit mediainfo?
I tried:
- VLC media player - it only allows to edit "author", "year", etc.
- OpenShot Video Editor - it allows to create video with any resolution, but i can't create 1920x1080 video with mediainfo height = 1000
- ffmpeg - it allows to set mediainfo with -metadata key or from file, but it not works for resolution
- HexEditor - I tried to find "1080" in binary format and replace with "1000" but it didn't help
Are there any other options to do this?