09.08.2020, 11:07
I have a "second half" of a project that I need to process, where the "first half" is an image stream of png's.
So I'm just going to use Hybrid to generate lossless .mp4, then use ffmpeg to create the image stream of png's.
It would be nice if Hybrid could have png out support at some point in the future.
So I'm just going to use Hybrid to generate lossless .mp4, then use ffmpeg to create the image stream of png's.
ffmpeg -r 1 -i "lossless_output.mp4" -r 1 image%06d.png
It would be nice if Hybrid could have png out support at some point in the future.