in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

fix: First stream probed is not main video stream #219

Closed in03 closed 2 years ago

in03 commented 2 years ago

In situations where the first stream probed by ffprobe is not the main video stream, we could get a KeyError when trying to use color_range. This fixes that by ensuring we the first valid video stream.

NOTE: There may be cases where a file has multiple valid video streams. This will always get the first valid one.