Shimitar@feddit.itOPtoPiracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•My approach to video conversion for uniformityEnglish
3·
1 day agoWell, you need to set the specific ffmpeg flags as stated in the readme… If you already know them, its easy.
Me
Well, you need to set the specific ffmpeg flags as stated in the readme… If you already know them, its easy.
Glad I helped!
Let me know how it goes! Happy to help if I can.
IMU, GPU encoding is for streaming: it aims at fast, not so great, output quality without CPU usage. Exactly what you are getting.
Don’t use GPU encoding for storage… CPU encoding is much better.
Edit: since its aimed at streaming, GPU encoding only needs to achieve real time performance, no need to go any faster. CPU encoding instead can go as fast as your cores can push.
There is no real need for GPU, since its not ideal to use GPU for storage. GPU transcoding is better suited for streaming, and it has lower quality than CPU transcoding.
Anyway, just enable it by setting the proper ffmpeg flags as stated in the readme and there you go.