Posts: 208
Threads: 66
Joined: Apr 2019
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.
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.
Posts: 10.981
Threads: 57
Joined: May 2017
09.08.2020, 13:28
(This post was last modified: 09.08.2020, 13:28 by Selur.)
not happening
Posts: 208
Threads: 66
Joined: Apr 2019
Do you know of a good program or way to "join" separately created video files without re-encoding them, if both files are created using the exact same encoding settings? (I'm using CRF 18.)
When I do this via "append" in MKVToolNix, it always complains that the files can't be properly appended and to check playback. The mkv file will play fine all the way through in some hardware players, but in other ones, it will glitch when it gets to the "append" point and display corrupted video.
It seemed to me that png files would be the "cleanest" way to do this for universal compatibility. (Hence my request for a png direct out, rather than: lossless out -> frame extract to png -> renumber fine names and copy to one directory -> final encode via Hybrid.)
Posts: 10.981
Threads: 57
Joined: May 2017
Quote:Do you know of a good program or way to "join" separately created video files without re-encoding them, if both files are created using the exact same encoding settings? (I'm using CRF 18.)
No details -> no clue
Your description hardly says anything about the format and settings you use. When using H.264, streams might need the same SPS/PPS to be append-able. Level&Profiles need to be the same. GOP type (closed vs. open),....
Cu Selur