ubuntu:video:convert_h265_to_h264
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:video:convert_h265_to_h264 [2020/02/23 13:52] – created peter | ubuntu:video:convert_h265_to_h264 [2023/06/13 10:56] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - Convert H265 to H264 ====== | ||
- | ===== Matroska output ===== | ||
- | |||
- | <code bash> | ||
- | mkdir h264vids | ||
- | for f in *.mp4; do ffmpeg -i " | ||
- | </ | ||
- | |||
- | * Will output to a directory named h264vids. | ||
- | * Assumes your inputs are .mp4. If not, change the .mp4 instance in the example to your input file type, or just use the greedy * by itself. | ||
- | * Adjust -crf for quality and -preset for encoding speed/ | ||
- | |||
- | See [[https:// | ||
- | |||
- | ---- |
ubuntu/video/convert_h265_to_h264.1582465966.txt.gz · Last modified: 2020/07/15 09:30 (external edit)