Yesterday, 18:30
Quote:Btw, is there any way to do chunked encoding without frame detection?Not in the way it is usually done.
What you is usually done for chunked encoding is:
- detect the GOPs in the source (navigation to key frames is usually fast, and cutting on key frames is lossless)
- split the source into chunks (containing xy GOPs)
- encode each of these chunk separately
- merge chunks
Problems occur if your source has damaged/buggy in the time codes or the contained data.
vfr can be tricky if audio&video are processed at the same time.
If your video is cfr, contains 'proper' (= in meaningful places) key frames, you process audio and video separately and your source is not damaged, there should be no sync issues.
Downside of chunking, especially when using small chunks is that rate control can't be as good and you additionally may end up with 'pumping' effects (= quality jumps between junks).
Quote:For example, I want to encode 3h file with QTGMC in 3 parts (so I don't lose speed)?lose speed? Compared to what? How?
Cu selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.