Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More documentation updates for better vector embeddings #5334

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions doc/clips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@ directions, or slide and zoom to a **random** location. See :ref:`clip_location_

Rotate
""""""
The :guilabel:`Rotate` preset introduces rotation and flipping effects to clips, enhancing their visual appeal. It
enables rotation and flipping of a clip for creative visual transformations. See :ref:`clip_rotation_ref` key-frame.
The :guilabel:`Rotate` preset introduces easy rotation and flipping of clips, enhancing their visual appeal. It
enables orientation adjustment, by rotating and flipping a clip for creative visual transformations. See :ref:`clip_rotation_ref` key-frame.

- **Usage Example:** Rotating a photo or video by 90 degree (a portrait video to a landscape)
- **Tip:** Use rotation presets in combination with key-frame curves for complex animations.
- **Usage Example:** If your video is oriented sideways (90 degrees), you can rotate it clockwise or counterclockwise by 90 degrees to bring it to the correct orientation. This can be useful when you accidentally recorded a video in portrait mode when you intended it to be landscape.
- **Usage Example:** If your video is upside down, you can rotate it by 180 degrees to flip it to the correct orientation. This can happen if you accidentally held your camera the wrong way while recording.

Layout
""""""
Expand Down Expand Up @@ -483,10 +484,15 @@ The :guilabel:`Position` property determines the clip's position on the timeline
Rotation
""""""""
The :guilabel:`Rotation` property is a key-frame curve that controls the rotation angle of the clip,
ranging from 0 to 360 degrees. See :ref:`clip_transform_ref`.
ranging from -360 to 360 degrees. You can rotate clockwise or counterclockwise. Quickly adjust the orientation angle of
a clip (sideways, upside down, right side up, portrait, landscape), flip a clip, or animate the rotation. See :ref:`clip_transform_ref`.

- **Usage Example:** Simulating a spinning effect by animating the rotation curve.
- **Tip:** Use this property creatively for effects like rotating text or emulating camera movement.
- **Tip:** Experiment with rotating your video at different angles, not just 90 or 180 degrees. Sometimes a slight tilt or a specific angle can add creative flair to your video, especially for artistic or storytelling purposes.
- **Tip:** After rotating your video, you might end up with black bars around the edges. Consider cropping and resizing the video to eliminate these bars and maintain a clean, polished look.
- **Tip:** If you're dealing with vertical videos that are meant to be watched on horizontal screens, rotate them by 90 degrees and then scale them up to fill the frame. This way, your vertical video will occupy more screen real estate.
- **Tip:** If the horizon in your video appears slanted due to camera tilt, use rotation to level it. This is particularly important for landscape shots to maintain a professional and visually pleasing appearance.

.. _clip_scale_ref:

Expand All @@ -510,6 +516,8 @@ The :guilabel:`Scale X` and :guilabel:`Scale Y` properties are key-frame curves
respectively. The range for these curves is 0 to 1. See :ref:`clip_transform_ref`.

- **Usage Example:** Creating a zoom-in effect by animating the Scale X and Scale Y curves simultaneously.
- **Tip:** Scale the image larger than the screen, only revealing a portion of the video. This is a simple way to crop a portion of the video.
- **Tip:** Scale the horizontal and vertical elements separately, to squash and stretch the image in fun ways.
- **Tip:** Combine scaling with rotation and location properties for dynamic transformations.

Shear X and Shear Y
Expand Down
9 changes: 9 additions & 0 deletions doc/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ Advanced Options
Profile
^^^^^^^

A video profile is a collection of common video settings (*size, frame rate, aspect ratio*). Profiles are used
during editing, previewing, and exporting to provide a quick way to switch between common combinations of
these settings. The :guilabel:`Export Dialog` will **default** to the same profile used by the project.

*NOTE: It is important to choose a **Profile** with the same **aspect ratio** used when editing your project. If
you are exporting at a **different aspect ratio**, it might stretch the image, crop the image, add black bars, or otherwise
introduce an issue which changes the exported video, making it appear differently than the :guilabel:`Preview` inside
OpenShot.*

.. image:: images/export-advanced-profile.jpg

.. table::
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ build).
Clean Install
^^^^^^^^^^^^^

If you are upgrading from a previous version of OpenShot or are experiencing a crash after
launching OpenShot, please see :ref:`preferences_reset_ref` for instructions on clearing
If you are upgrading from a previous version of OpenShot or are experiencing a crash or error
message after launching OpenShot, please see :ref:`preferences_reset_ref` for instructions on clearing
the previous ``openshot.settings`` file (for a clean install with **default preferences**).

Windows (Installer)
Expand Down