n00mkrad / nmkoder

Media encoding, muxing, analysis toolkit for Windows
GNU General Public License v3.0
427 stars 21 forks source link

No output #24

Open Troceleng opened 2 years ago

Troceleng commented 2 years ago

AV1 encoding stops before the last chunk and hangs indefinitely. All other chunks were encoded fine. Freshly installed, newest Nmkoder, tested all chunk methods and both chunk merging methods. Is this an issue with the encoding order or what?

jll5 commented 2 years ago

Did you try to resume encoding after it fails?

Troceleng commented 2 years ago

I tried that, but nothing different happened.

chs4000 commented 2 years ago

Which AV1 speed preset were you attempting to use? There was an ffmpeg issue with presets slower than Medium, I don't know if it affected nmkoder or not (it definitely affects the free version of Flowframes (1.32).

chs4000 commented 2 years ago

Which AV1 speed preset were you attempting to use? There was an ffmpeg issue with presets slower than Medium, I don't know if it affected nmkoder or not (it definitely affects the free version of Flowframes (1.32).

Actually, with some further testing, I don't think this known ffmpeg issue is happening in nmkoder so I'm sorry about that if it led anyone on a wild goose chase. I'll leave it however in case anyone using Flowframes finds it relevant (as it's definitely relevant to his other project -- Flowframes -- in its latest free version 1.32). It just means in Flowframes 1.32 one mustn't use slow presets in AV1 encoding. Again, not relevant to nmkoder.