jbmelander / jackfish

FLIR-labjack-flystim interface
0 stars 0 forks source link

ffmpeg settings #9

Open minseungchoi opened 1 year ago

minseungchoi commented 1 year ago

-tune film works for libx264, but for h264_nvenc, we don't have film option for -tune. It defaults to hq (high quality) with nvenc, which is likely sufficient. Check out h264_nvenc options here: https://gist.github.com/nico-lab/e1ba48c33bf2c7e1d9ffdd9c1b8d0493#file-h264_nvenc-txt

minseungchoi commented 1 year ago

there is also a lossless -tune option for h264_nvenc, which we could consider...