mp4 rotation angle: read and set
Project description
Quicktime/MP4 rotation tool
============================
.. image:: https://badge.fury.io/py/qtrotate.svg
:target: https://badge.fury.io/py/qtrotate
Tool to read or change a new rotation meta of mp4 (Quicktime) files (e.g. from iphones and similar).
Installation
------------
.. code-block:: bash
$ pip install qtrotate
Quickstart
------------
.. code-block:: python
import qtrotate
rotation = qtrotate.get_set_rotation(file_path)
From terminal
------------
.. code-block:: bash
$ ./qtrotate.py myfile.mp4 # Read rotation from mp4
90
$ ./qtrotate.py myfile2.mp4 -90 # Set rotation
$ ./qtrotate.py myfile2.mp4
270
============================
.. image:: https://badge.fury.io/py/qtrotate.svg
:target: https://badge.fury.io/py/qtrotate
Tool to read or change a new rotation meta of mp4 (Quicktime) files (e.g. from iphones and similar).
Installation
------------
.. code-block:: bash
$ pip install qtrotate
Quickstart
------------
.. code-block:: python
import qtrotate
rotation = qtrotate.get_set_rotation(file_path)
From terminal
------------
.. code-block:: bash
$ ./qtrotate.py myfile.mp4 # Read rotation from mp4
90
$ ./qtrotate.py myfile2.mp4 -90 # Set rotation
$ ./qtrotate.py myfile2.mp4
270
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qtrotate-2.1.7.tar.gz
(3.7 kB
view details)
File details
Details for the file qtrotate-2.1.7.tar.gz.
File metadata
- Download URL: qtrotate-2.1.7.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6c387f65b9f2a45962d7180e58da1227c2a4f0f137b0006cc8fb58a405082df
|
|
| MD5 |
47c61c6832ae433dac05cf67ee0ca156
|
|
| BLAKE2b-256 |
d1a8f68e9887619153fcc2eaa97eaa99c2b50352652094e95f63983470baf3f1
|