FFMPEG and YT-DLP Quick commands

FFMPEG and YT-DLP commands I use often

Large video that could be smaller. Here’s a command tailored to your 4K60 video that balances quality and size:

ffmpeg -i "RATATA-V2.mp4" -c:v libx264 -preset slow -crf 18 -profile:v high -level 4.2 -pix_fmt yuv420p -c:a aac -b:a 192k "RATATA-V2-optimized.mp4"