Benutzer-Werkzeuge

Webseiten-Werkzeuge


ffmpeg_freie_codecs_und_standardformate

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
ffmpeg_freie_codecs_und_standardformate [2023-03-18 01:06:47] – [Standard-Profile] manfredffmpeg_freie_codecs_und_standardformate [2023-08-12 05:16:52] (aktuell) – [Standard-Profile] manfred
Zeile 86: Zeile 86:
       - ''> ffmpeg -i Film.vob -map 0:v -c:v libaom-av1 -crf 32 -b:v 0 -map 0:a:0 -c:a libopus -b:a 192k -ac 2 -f webm -y Film.webm''       - ''> ffmpeg -i Film.vob -map 0:v -c:v libaom-av1 -crf 32 -b:v 0 -map 0:a:0 -c:a libopus -b:a 192k -ac 2 -f webm -y Film.webm''
       - ''> ffmpeg -i Film.vob -map 0:v -c:v libaom-av1 -b:v 0 -crf 32 -map 0:a:0 -c:a libopus -b:a 128k -ac 2 -f webm -y Film.webm''       - ''> ffmpeg -i Film.vob -map 0:v -c:v libaom-av1 -b:v 0 -crf 32 -map 0:a:0 -c:a libopus -b:a 128k -ac 2 -f webm -y Film.webm''
-      - ''> ffmpeg -probesize 9223372036G -analyzeduration 9223372036G -fflags +genpts -i Film.vob  -map 0:v -c:v libaom-av1 -b:v 0 -quality good -speed 0 -crf 32 -vf pad='max(iw\,ih*(16/9)):ow/(16/9):(ow-iw)/2:(oh-ih)/2',setsar='1/1' -keyint_min 2-8 -map 0:a:0 -c:a libopus -b:a 224k -af channelmap=channel_layout=5.1 -f webm -y Film.webm''+      - ''> ffmpeg -probesize 9223372036G -analyzeduration 9223372036G -fflags +genpts -i Film.vob  -map 0:v -c:v libaom-av1 -b:v 0 -quality good -speed 0 -crf 32 -vf pad='max(iw\,ih*(16/9)):ow/(16/9):(ow-iw)/2:(oh-ih)/2',setsar='1/1' -keyint_min 2-8 -map 0:a:0 -c:a libopus -b:a 224k -af aformat=channel_layouts='7.1|6.1|5.1|5.0|quad|3.0|stereo|mono' -f webm -y Film.webm''
  
   Only VP8 or VP9 or AV1 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.   Only VP8 or VP9 or AV1 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.
  
  
/home/http/wiki/data/attic/ffmpeg_freie_codecs_und_standardformate.1679101607.txt · Zuletzt geändert: von manfred