#ty

6 messages · Page 1 of 1 (latest)

opal smelt
#

Blur doesn’t support 10 bit clips for interpolating, but it does support them for frame blending

#

So if you do want to interpolate, you should definitely be recording in 8 bit

#

Try ffmpeg -i yourVideo.mp4 -c:a copy -c:v h264_nvenc -cq 15 yourVideo8bit.mp4

#

add in -preset p7 if you’re willing to sacrifice speed for quality

#

and lower the cq value if needed

#

@fleet horizon probably has better arguments but he’s probably not awake for another few hours at least