meta

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

User Tools

Site Tools


terminal:ffmpegencode

This is an old revision of the document!


ffmpeg re-encode to mkv

x264 (avc) & aac

  1. ffmpeg -i "x" -c:v libx264 -crf 18 -c:a aac "x.mkv"
  2. (delete original video file & assorted files like subs posters samples etc)

x265 (hevc) & aac

  1. ffmpeg -i "x" -c:v libx265 -vtag hvc1 -crf 18 -c:a aac "x.mkv"
  2. (delete original video file & assorted files like subs posters samples etc)
terminal/ffmpegencode.1714274217.txt.gz ยท Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki