User Tools

Site Tools


video:encoding

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
video:encoding [2023/06/20 18:24] Jan Formanvideo:encoding [2023/12/11 14:26] Jan Forman
Line 140: Line 140:
 <code>ffmpeg -i input.mkv -af "volume=5dB" output.mkv</code> <code>ffmpeg -i input.mkv -af "volume=5dB" output.mkv</code>
 ====== Dynamic Normalization ====== ====== Dynamic Normalization ======
-<code>ffmpeg -i input.mkv -af "dynaudnorm=m=4" output.mkv</code>+<code>ffmpeg -i input.mkv -af "dynaudnorm=m=3" output.mkv</code>
  
 ====== Save frames from video ====== ====== Save frames from video ======
Line 168: Line 168:
 | grain | preserves the grain structure in old, grainy film material | | grain | preserves the grain structure in old, grainy film material |
 | stillimage | good for slideshow-like content | | stillimage | good for slideshow-like content |
 +
 +
 +====== Transform HLG to HDR10 ======
 +<code>-vf zscale=transfer=smpte2084</code>
  
 ====== Encode with HDR10 Metadata ====== ====== Encode with HDR10 Metadata ======
video/encoding.txt · Last modified: 2024/05/03 10:32 by Jan Forman