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 [2024/10/20 21:07] – [3D VR SBS to 2D] Wulf Rajek | howto:convert-images [2025/01/05 18:28] (current) – Wulf Rajek | ||
---|---|---|---|
Line 26: | Line 26: | ||
find . -name ' | find . -name ' | ||
#find . -type f -name ' | #find . -type f -name ' | ||
+ | </ | ||
+ | |||
+ | ===== lossy conversion of png to jpg ===== | ||
+ | Converts all png files in the directory recursively to jpg | ||
+ | < | ||
+ | find . -iname ' | ||
</ | </ | ||
Line 218: | Line 224: | ||
+ | https:// | ||
+ | < | ||
+ | ffmpeg -i equirectangular.mp4 -filter:v " | ||
+ | </ |
howto/convert-images.1729454878.txt.gz · Last modified: 2024/10/20 21:07 by Wulf Rajek