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

Merge latest Moviepy to TagMix fork #1

Merged
merged 45 commits into from
Nov 4, 2019
Merged

Commits on Sep 6, 2018

  1. FIX changed order of specifications -ss befor -i for ffmpeg_extract_s…

    …ubclip()
    Jonas Großekathöfer committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0f9c141 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. fix typo that introduces audio regression

    This should fix #891.
    chrox committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    1193076 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge pull request #894 from chrox/fix_891

    fix typo that introduces audio regression
    Zulko committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    3713df3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    a21fff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dcb8a6 View commit details
    Browse the repository at this point in the history
  3. dropping 2.7 support in travis

    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ae1dfa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add1dce View commit details
    Browse the repository at this point in the history
  5. Dropping python 2.7 in travis

    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8d8076a View commit details
    Browse the repository at this point in the history
  6. dropped python 2.7 in appveyor

    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    3129dfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3936dff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9efe08e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58d22f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d8b1f5 View commit details
    Browse the repository at this point in the history
  11. typos in setup.py

    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    88161b0 View commit details
    Browse the repository at this point in the history
  12. typo in editor.py

    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    9215943 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ecc44c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #907 from Zulko/imageio-test

    New version of imageio with imageio_ffmpeg for python 3.4+
    Zulko committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    df4e5b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. 2.7 again in travis

    Zulko committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f27e0c8 View commit details
    Browse the repository at this point in the history
  2. setup.py fix for 2.7

    Zulko committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8bfd00d View commit details
    Browse the repository at this point in the history
  3. typo in setup.py

    Zulko committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8112535 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. version bump to 1.0.0

    Zulko committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    b0f0ec6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

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

Commits on Mar 4, 2019

  1. Merge pull request #848 from grszkthfr/faster-accurate-seek

    FIX changed order of specifications -ss befor -i for ffmpeg_extract_subclip()
    Zulko committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    099a288 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Fix formatting in logger

    tnoff committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ae11a34 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Merge pull request #929 from tnoff/logs

    Fix string not formatted when logging audio write
    Overdrivr committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    2937786 View commit details
    Browse the repository at this point in the history
  2. Fix ffmpeg_parse_infos silently hangs on Windows when file contains m…

    …any metadata (#926)
    
    * Add failing test
    * Fix #926 with fix from bertwagner
    Overdrivr committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    350571a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

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

Commits on Mar 29, 2019

  1. Fix invalid video URL in document (getting_started/compositing) (#921)

    Invalid video URL in docs/getting_started/compositing
    gepcel authored and Overdrivr committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    41d8fe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Windows-based testing (#931)

    * Introduce Pipfile to handle dependencies for dev envs
    
    * Simplify appveyor script using pipenv
    
    * Remove sudo
    
    * Add user flag when upgrading pip
    
    * Fix ImageMagick download
    
    * Fix ImageMagick download again
    
    * Fix setting env vars
    
    * Fix missing module pathlib2
    
    * Fix dir command
    
    * Add missing dev dependency
    
    * Fix ImageMagick paths
    
    * Fix dir command
    
    * Fix dir command
    
    * Try to fix imagemagick install dir
    
    * Investigate image magick path not found
    
    * Investigate
    
    * Try to fix IMAGEMAGICK binary loading
    
    * INvestigate without spaces
    
    * Fix typo
    
    * Disable a few tests to fix Invalid Handle error when opening subprocesses
    
    * Replace commented tests with pytest.skip + enforce appveyor base image
    
    * Make builds more reproducible - avoid relying on external test data
    
    * Drop support for python 3.4 and add python 3.7
    
    * Fix travis build
    
    * Cleanup debug code
    
    * Clean appveyor file
    
    * Minor cleanup
    
    * Test on python 3.7
    
    * Added contributor
    
    * Update .travis.yml
    Overdrivr committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    282848a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Auto-detect image magick latest 6.9.X-Y version (#936)

    * Auto-detect image magick version
    
    * Fix version detection
    Overdrivr committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    57086ef View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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

Commits on Jul 16, 2019

  1. Specify coverage version earlier.

    Attempting to stop 5.0a5 from being installed.
    Julian-O committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    872c964 View commit details
    Browse the repository at this point in the history
  2. Removed deprecated parameter from pytest.raises()

    Use of the message parameter is now deprecated.
    See pytest-dev/pytest#397
    Removed to reduce warnings when tests run.
    Julian-O committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    d325b30 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. fixed small error in 'Clip' documentation

    Matthew Thomas authored and Matthew Thomas committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fac6f87 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Update README.rst

    Zulko committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    eca8a00 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge pull request #1002 from thomasmatt88/fix_Clip_documentation_gra…

    …mmar
    
    fixed small error in 'Clip' documentation
    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    b61de13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #987 from Julian-O/coverageoutage

    Specify Coverage version explicitly to fix Travis builds.
    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    26d7858 View commit details
    Browse the repository at this point in the history
  3. Two ImageMagick gif writing bug-fixes (#972)

    Fuzz option "does nothing" to output file due to wrong order of params passsed to ImageMagick, these changes fix this issue.
    
    Fixes #113
    
    Fixes bug when exporting to gif using ImageMagick with no "opt" parameter specified ie `opt=OptimizePlus` does not produce output file while still stating that [MoviePy] >>>> File /.../test.gif is ready!
    
    test snippet:
    `
    from moviepy.editor import *
    
    clip = (VideoFileClip(infile, audio=False))
    clip.write_gif('test.gif', program= 'ImageMagick', fuzz=40)
    `
    KiLLAAA authored and tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4428ed0 View commit details
    Browse the repository at this point in the history
  4. Updating Docs for ImageMagick Installing Guide (#980)

    Updated the docs for how to add the path of the ImageMagick on windows, because the old document is outdated.
    ABODFTW authored and tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e451dc7 View commit details
    Browse the repository at this point in the history
  5. Updated maintainer list

    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9b7a365 View commit details
    Browse the repository at this point in the history
  6. Removed label explanation

    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4a34c23 View commit details
    Browse the repository at this point in the history
  7. Updated maintainer list in the README PR #1022

    Updated maintainer list in the README.
    Removed unnecessary label explanation.
    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e0147b8 View commit details
    Browse the repository at this point in the history
  8. Push v1.0.1

    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    a9fbf14 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1023 from tburrows13/update-changelog

    Create v1.0.1
    tburrows13 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    15ed51c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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