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

Vertical Mode #113

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Vertical Mode #113

wants to merge 14 commits into from

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    c1e394b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. The beginnings of vertical mode

    * Create a system for creating vertical profiles.
    * When you select a vertical profile, create 1080x1920 videos.
    * When creating a snipper in vertical mode, checks the aspect ratio. If it's 4/3, crop it to fit 9/16.
    phileastv committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    312db21 View commit details
    Browse the repository at this point in the history
  2. Remove useless stuff

    phileastv committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9ce0025 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Updated ffmpeg command when 4/3 video.

    Changed the scale command when saving a 4:3 video, to crop into 9:16.
    phileastv committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ddd84b2 View commit details
    Browse the repository at this point in the history
  2. Adapt Calendar player to show vertical videos properly

    The VideoPlayer in the Calendar page now uses the Aspect Ratio of the selected video.
    phileastv committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    11651e2 View commit details
    Browse the repository at this point in the history
  3. Better (vertical) profile creation.

    Dialog for creating profiles now have a text to indicate that the toggle is to activate the vertical profile option. When toggling it on, showing an snackbar explaining the mode.
    phileastv committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c235b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac83a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    84f0e8d View commit details
    Browse the repository at this point in the history
  2. Fix analyze

    KyleKun committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    3452bdc View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Fixed Subtitles editor pages so it fits 9/16.

    Added a ConstrainedBox to do so.
    phileastv committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    bb61249 View commit details
    Browse the repository at this point in the history
  2. Better play of 9/16 videos on calendar editor page.

    Added padding on buttons.
    Corrected the VideoPlayer border.
    phileastv committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a953d27 View commit details
    Browse the repository at this point in the history
  3. Refactor getCurrentProfile

    phileastv committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    19922ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d64f745 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. adjusts

    KyleKun committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f032fd2 View commit details
    Browse the repository at this point in the history