public_v6:super8
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
public_v6:super8 [2022/05/02 04:23] – [Videogröße reduzieren: H.264] admin | public_v6:super8 [2025/01/18 21:58] (aktuell) – [ffmpeg -> swf] admin | ||
---|---|---|---|
Zeile 34: | Zeile 34: | ||
<code bash> | <code bash> | ||
- | ffmpeg -i VID_20180208_142855.mp4 -vf vidstabdetect=stepsize=5: | + | ffmpeg -i VID_20180208_142855.mp4 -vf vidstabdetect=stepsize=5: |
+ | -f null - | ||
</ | </ | ||
Zeile 40: | Zeile 41: | ||
<code bash> | <code bash> | ||
- | ffmpeg -i input.mp4 -vf vidstabtransform=input=transform_vectors.trf: | + | ffmpeg -i input.mp4 -vf vidstabtransform=input=transform_vectors.trf: |
+ | -c:v libx265 | ||
+ | #encodig for dumb H.264 players, audio-codec: | ||
+ | ffmpeg -i input.mp4 -vf vidstabtransform=input=transform_vectors.trf: | ||
+ | -c:v libx264 -crf 26 -preset slower -c:a aac -movflags +faststart output.mp4 | ||
</ | </ | ||
Zeile 52: | Zeile 57: | ||
**Split-screen video (left side from first, right side from second video** | **Split-screen video (left side from first, right side from second video** | ||
<code bash> | <code bash> | ||
- | ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex " | + | ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex " |
+ | [left][right]hstack" | ||
</ | </ | ||
Zeile 77: | Zeile 83: | ||
<code bash> | <code bash> | ||
- | ffmpeg -i input.mov -c:v libx264 -crf 26 -preset | + | ffmpeg -i input.mov -c:v libx264 -crf 26 -preset |
</ | </ | ||
Zeile 98: | Zeile 104: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | |||
+ | ==== MP4 video zu MP3 ==== | ||
+ | |||
+ | ffmpeg -i video.mp4 -vn audio.mp3 | ||
+ | |||
+ | * https:// | ||
+ |
public_v6/super8.1651465435.txt.gz · Zuletzt geändert: 2022/05/02 04:23 von admin