media: Add automatic jpeg rotation
This commit is contained in:
parent
86daaf758c
commit
39d4cab99b
|
@ -41,6 +41,16 @@ Requires the metadata to fit in one ogg page (so no cover art :().
|
||||||
:::shell
|
:::shell
|
||||||
mpv --stream-dump=1.mkv dvd://1 [--dvd-device path/to/dvd]
|
mpv --stream-dump=1.mkv dvd://1 [--dvd-device path/to/dvd]
|
||||||
|
|
||||||
|
## Images
|
||||||
|
|
||||||
|
### Apply EXIF rotation to JPEG images
|
||||||
|
|
||||||
|
Requires `jhead` and `jpegtran`.
|
||||||
|
|
||||||
|
:::shell
|
||||||
|
nix shell nixpkgs#jhead nixpkgs#libjpeg.bin
|
||||||
|
jhead -ft -autorot *.JPG
|
||||||
|
|
||||||
## MKV
|
## MKV
|
||||||
|
|
||||||
### Fix mimetype of font attachments
|
### Fix mimetype of font attachments
|
||||||
|
|
Loading…
Reference in a new issue