Skip to content

evgenity/qtrotate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicktime/MP4 rotation tool

Tool to read or change a new rotation meta of mp4 (Quicktime) files (e.g. from iphones and similar).

Installation

$ pip install qtrotate

From code

import qtrotate
rotation = qtrotate.get_set_rotation(file_path)

From terminal

$ ./qtrotate.py myfile.mp4  # Read rotation from mp4
90
$ ./qtrotate.py myfile2.mp4 -90 # Set rotation
$ ./qtrotate.py myfile2.mp4
270

About

Tool to edit Quicktime/MP4 rotation property

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%