u/Flimsy-Ambition1052

How can I get as close as possible to this 3ds picture?
▲ 8 r/ffmpeg

How can I get as close as possible to this 3ds picture?

I took a picture with my 3ds with sharpness to 8, brightness to 6, and contrast to 5, I put the warm light myself with my led lamp. I've tried this code, but I'm not kidding that my grandma might probably be better at playing super mario bros than me at doing this. This is the code I used:

ffmpeg -i test.mp4 -vf "scale=640:480,eq=brightness=0.07:contrast=0.84:saturation=0.82,unsharp=9:9:3.0:9:9:0,gblur=sigma=0.35,noise=alls=8:allf=t,format=yuv420p" -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -crf 26 -preset medium -r 16 -c:a aac -b:a 128k -movflags +faststart 3ds_camera.mp4

I don't know if it's as close as it can get, if someone could lend me a hand, like if I should play with a certain setting, or add something, thanks.

u/Flimsy-Ambition1052 — 10 days ago