howto:convert-images
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:convert-images [2025/04/28 00:34] – [Mono to Stereo MP3] Wulf Rajek | howto:convert-images [2025/05/20 11:23] (current) – [lossy conversion of png to jpg] Wulf Rajek | ||
---|---|---|---|
Line 34: | Line 34: | ||
</ | </ | ||
- | ===== lossless changing containers between webm/ | + | ===== png to ico ===== |
+ | To create favicon ico files, the following command creates multiple sizes and stores them in the ico file and keeps transparency. Adjust as required.: | ||
+ | < | ||
+ | convert logo.png -define icon: | ||
+ | </ | ||
+ | |||
+ | ===== lossless changing containers between webm/ | ||
- | webm/ | + | webm/ |
< | < | ||
ffmpeg -i file.webm -c:a copy -c:v copy file.mkv | ffmpeg -i file.webm -c:a copy -c:v copy file.mkv | ||
Line 44: | Line 50: | ||
#find . -type f -iname ' | #find . -type f -iname ' | ||
- | #lossless change container mkv, webm, mov -> mp4 | + | #lossless change container mkv, webm, mov, m4v -> mp4 |
- | find . -type f \( -iname " | + | find . -type f \( -iname " |
ffmpeg -i " | ffmpeg -i " | ||
done | done |
howto/convert-images.1745796895.txt.gz · Last modified: by Wulf Rajek