ffmpeg

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
ffmpeg [2022/09/06 22:54] Fabian Horstffmpeg [2022/12/27 17:57] Fabian Horst
Zeile 1: Zeile 1:
 ====== ffmpeg ====== ====== ffmpeg ======
 +
 +ffmpeg installieren:
 +  * Windows: https://www.gyan.dev/ffmpeg/builds/
 +  * Linux: sudo apt-get install ffmpeg
 +  * macOS: brew install ffmpeg 
 +
 +Chris Video Anleitung: https://www.youtube.com/watch?v=t973zd4s6R4&t=284s
  
 ===== Yuneec Thermal Videos aufteilen ===== ===== Yuneec Thermal Videos aufteilen =====
Zeile 15: Zeile 22:
 </code> </code>
  
 +Als Script: https://github.com/Wlanfr3ak/mixed-scripts/blob/master/yuneec-ffmpeg.sh
 +
 +Windoof: https://github.com/Wlanfr3ak/mixed-scripts/blob/master/yuneec-ffmpeg.bat
 +
 +Quelle: https://emamonline.smartertrack.com/kb/a153/extract-specific-video-and-audio-tracks-using-ffmpeg.aspx
  
 ===== AXIS Video umwandeln ===== ===== AXIS Video umwandeln =====
  
 <code>ffmpeg -i 20220626_225001_20220626_232959.mkv -codec copy test.mp4</code> <code>ffmpeg -i 20220626_225001_20220626_232959.mkv -codec copy test.mp4</code>
 +
 +===== BluRay ISO to mp4 etc. =====
 +
 +<code>https://unixsheikh.com/tutorials/remuxing-iso-dvd-or-bluray-using-cat-and-ffmpeg-on-linux.html</code>
 +
 +===== CUDA / NVIDIA Beschleunigung =====
 +https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/
 +<code>-hwaccel cuda -hwaccel_output_format cuda</code>
  
 ===== H265 ===== ===== H265 =====
  • ffmpeg.txt
  • Zuletzt geändert: 2023/03/09 20:27
  • von Fabian Horst