n00mkrad / nmkoder

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

[Feature Request] Overwrite stupid av1an max-frame-per-segment from fixed 240 to fps * 10 seconds #23

Closed TheThing closed 2 years ago

TheThing commented 2 years ago

When dealing with higher fps content like PAL or 30fps or even 50/60fps, the max-frame length per segment should auto be 10 seconds * the framerate since av1an is being stupid about it.

n00mkrad commented 2 years ago

Use -x 300 (or any other number) in av1an custom arguments. Not sure if I'll set it to FPS*10, I'll think about that.

n00mkrad commented 2 years ago

Ok done https://github.com/n00mkrad/nmkoder/commit/6302d8446950e2ab93c559482bcfd39eb378ea0b

master-of-zen commented 2 years ago

@TheThing The stupid, disgusting, brainless av1an 240 extra splits is now fps * 10 .