Hi everybody!
I'm trying to encode video file using ffmpeg, but after transcoding it and send on an SSD or SD card, the media is playing jolty on a BMD play out (shuttle, hyperdeck, video assist).
No problem to read the media on my mac.
here is my setup :
- Code: Select all
ffmpeg -i input.mov -acodec copy -vcodec prores output.mov
I tried with prores_ks and prores_aw, same result, or prores proxy (-profile 0)
Do you know what config to put into ffmpeg to make a BMD compliant media? (by the way, a prores from Adobe Premiere works like a charm)
thanks in advance for your help!