Coder Social home page Coder Social logo

python-edl's People

Contributors

eoyilmaz avatar shootfast avatar simonh10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-edl's Issues

`pip install edl` doesn't automatically include `timecode` library

Steps to reproduce:

  • Run pip install edl

What should happen:

  • Installs edl library and dependencies (namely, timecode)

What happens instead:

pip install edl
Downloading/unpacking edl
  Downloading edl-0.1.11.tar.gz
  Running setup.py (path:/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py) egg_info for package edl
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>
        import edl
      File "edl/__init__.py", line 9, in <module>
        import timecode
    ImportError: No module named timecode
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>

    import edl

  File "edl/__init__.py", line 9, in <module>

    import timecode

ImportError: No module named timecode

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/user/.local/share/virtualenvs/edl_test/build/edl
Storing debug log for failure in /home/user/.pip/pip.log

Workaround:

  • Run pip install timecode first, then pip install edl

`FCM: NON-DROP FRAME` are missing from round-trip

Steps to reproduce:

  • Read and then write an EDL file as follows:
with open("020_Test.edl") as read_file:
    test_edl = parser.parse(read_file)

    with open("outfile.edl", "w") as write_file:
        write_file.write(test_edl.to_string())

What should happen:

  • Output file is near-identical to input

What happens instead:

  • Most lines are near-identical (correct)
  • FCM: NON-DROP FRAME lines are missing

020_Test.edl.txt
outfile.edl.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.