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

Ability to set pixel format for video or image files #1237

Merged
merged 8 commits into from
Jun 18, 2020
Merged

Ability to set pixel format for video or image files #1237

merged 8 commits into from
Jun 18, 2020

Commits on Jun 17, 2020

  1. Add ability to set pixel format for a video file

    Add ability to set pixel format for the following functions/methods and classes:
     - ``write_videofile()`` from ``VideoClip`` class.
     - ``FFMPEG_VideoReader`` class.
     - ``ffmpeg_read_image`` function from 'ffmpeg_reader.py'
     - ``FFMPEG_VideoWriter`` class from 'ffmpeg_writer.py'
     - ``ffmpeg_write_video`` function from 'ffmpeg_writer.py'
     - ``ffmpeg_writer_image`` function from 'ffmpeg_writer.py'
     - ``VideoFileClip`` class.
    Ricardo-HE committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    10b6cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92de78c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1bc79f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d33bd94 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Pixel format for write_gif and variants

    Add the functionality to change the pixel format when creating a gif.
    But this new feature is only available when ffmpeg is used.
    
    This new feature change ``write_gif`` from 'VideoClip.py'. As well
    ``write_gif_with_tempfiles`` and ``write_gif`` from 'gif_writers.py'
    Ricardo-HE committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    130756e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0840da View commit details
    Browse the repository at this point in the history
  3. Add pixel format option when ImageMagick is used to create a gif

    Add the ability to set the pixel format when create a gif using
    tempfiles.
    Ricardo-HE committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    7e3371c View commit details
    Browse the repository at this point in the history
  4. Added changelog entry

    tburrows13 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    510e5fa View commit details
    Browse the repository at this point in the history