meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


cheatsheet:ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cheatsheet:ffmpeg [2025/08/16 02:26] melocheatsheet:ffmpeg [2025/09/11 04:44] (current) melo
Line 56: Line 56:
  
 <code bash> <code bash>
-for f in *.mkv; do ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i "$f" -c:v hevc_nvenc -vtag hvc1 -profile main -preset slow -rc vbr_hq -c:a copy -c:s copy -map 0 "${f%.*} HEVC.mkv"; done+for f in *.mkv; do ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i "$f" -c:v hevc_nvenc -qmin 24 -qmax 24 -vtag hvc1 -profile main -preset slow -rc vbr_hq -c:a copy -c:s copy -map 0 "${f%.*} HEVC.mkv"; done
 </code> </code>
  
cheatsheet/ffmpeg.txt · Last modified: by melo