-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Custom FFmpeg Encoding Parameters in iw3 CLI (e.g specific using libx265) #203
Comments
Added support for libx265 f5ded90 For Edit: |
Also, iw3 defaults to |
Thanks for replying, I tried and it worked, thank you. |
The file size does decrease. Here’s the data (Original video is at 3840x2160@60, duration is 00:01:00, and the generated full SBS video is at 7680x2160@60):
|
@diverswan9 |
I'll check... ahh! I had 'level' set at 4.1 for x264. Put it on 'auto' and worked fine... thanks! |
@diverswan9
|
I added notes to the README about H.265 level problem and the large file size problem. https://github.com/nagadomi/nunif/tree/master/iw3#video-codec |
Thanks for this great project! I noticed that iw3 defaults to H.264 encoding, which results in very high bitrates for 4K Full SBS videos. This causes stuttering and pixelation when playing back on my VR headset (Pico 4). Manually converting to H.265 (CRF 20) using ffmpeg fixes the issue, but it's an extra step.
Is it possible for iw3 CLI to generate h265 video directly? It may also help decreasing the video size.
The text was updated successfully, but these errors were encountered: