Guest User

Untitled

a guest
Jun 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. andrew@illium~$ mediainfo --Inform="Video;%Format%:%BitDepth% bits" 10_bit.mkv
  2. HEVC:10 bits
  3.  
  4. ffmpeg -i 10_bit.mkv
  5. -c:v libx265 -preset medium -x265-params crf=28 -pix_fmt yuv420p
  6. -c:a copy
  7. 8_bit.mkv
  8.  
  9. andrew@illium~$ mediainfo --Inform="Video;%Format%:%BitDepth% bits" 8_bit.mkv
  10. HEVC:8 bits
Add Comment
Please, Sign In to add comment