User Tools

Site Tools


ffmpeg:encoding:av1

Differences

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

Link to this comparison view

ffmpeg:encoding:av1 [2024/09/15 09:29] – created peterffmpeg:encoding:av1 [2024/09/15 09:32] (current) peter
Line 1: Line 1:
 ====== ffmpeg - Encoding - av1 ====== ====== ffmpeg - Encoding - av1 ======
- 
  
 [[ffmpeg:Encoding:av1|av1]] [[ffmpeg:Encoding:av1|av1]]
 +
 +----
 +
 +===== GPU =====
 +
 +<code bash>
 +ffmpeg -i "in.h264.mkv" -vaapi_device /dev/dri/renderD128 -vf 'format=nv12,hwupload,scale_vaapi=w=1920:h=1080' -map 0:v -metadata:s:v:0 language=eng -map 0:a -metadata:s:a:0 language=eng -map 0:s -metadata:s:s:0 language=eng -profile:v main -c:v av1_vaapi -c:a copy -c:s copy -profile:v main -rc_mode CQP -global_quality 70 -v verbose "out.1080p.av1.mkv"
 +</code>
ffmpeg/encoding/av1.1726392587.txt.gz · Last modified: 2024/09/15 09:29 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki