I need to encode 2 video files identically so they are guaranteed to play on some systems that i dont have to ability to modify
I have 2 video files, one plays great for everyone, the other doesn't play for most. I dont have the ability to install codecs or players on all the systems that cant play the problematic video
Id like to re-encode the problematic file to make it the same as the good one.
Ive tried deciphering ffmpeg man pages and googled but havent had good luck.
Is it possible to use the output of ffprobe to feed options to ffmpeg so I can re-encode my bad video file to be encoded identically to the good working one?