Write out the JPEG frames:
avconv -i WHOOPS.AVI -c:v copy -bsf:v mjpeg2jpeg frame_%d.jpg
Rotate them losslessly:
exiftran -i -2 frame*.jpg
Reassemble the frames and grab the audio from the original file to create a new complete file:
avconv -framerate 29.97 -i frame_%d.jpg -i WHOOPS.AVI -codec copy /
-map 0:v -map 1:a ROTATED.AVI
Subscribe to:
Post Comments (Atom)
Modern Ubuntu web kiosk using chromium as the browser engine
I have been working to prepare a digital atlas exhibit for the Natillik Heritage Centre in Gjoa Haven, Nunavut, Canada. Working with Indig...
-
Ubuntu Server 18.04 uses netplan instead of NetworkManager by default. ModemManager is still required to deal with modems and it requires N...
-
A colleague was trying to create a postgresql datastore in his GeoServer installation and was having trouble connecting it with our PostgreS...
No comments:
Post a Comment