Giter Club home page Giter Club logo

edlkit's People

Contributors

davidrenne avatar red5d 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

edlkit's Issues

Problems to use

The scripts look promissing for me, just what I was looking for.
I just have very little knowledge about python and I failed to use your scripts (tried Ubuntu 15.04 and Arch).
I always get python errors. Looking in the source code it seems - for me - like a mixture for Python 2.7 and 3.x, e.g. print statements with / without paranthesis. In edltweak-gui.py you use "tkinter" (lowercase t) which indicates Python 3.x.
I get the following error:
python3 ./edltweak-gui.py /media//Zug.ts Zug.edl
Traceback (most recent call last):
File "./edltweak-gui.py", line 3, in
import os, sys, curses, edl, socket, subprocess, time
File "/home/public/edlkit/edlkit-master/edl.py", line 7
print self.edlfile.read()
^
SyntaxError: invalid syntax

What Linux environment and which Python version should I use?

Mac localhost isn't starting up in edlcreate.py or .._timer.py

Hey,
thank you so much for creating thing!! it is absolutely a life saver, if i can get it up and running!

Im currently struggling to get the socket to connect to the vlc localhost. (im on mac, so i assume thats why its behaving weird, but i dont have a linux)

when I run this command:
python3 edlcreate.py "moviefile.MP4" "edltest.edl"

I get the printout:
Starting VLC...

But it runs forever and nothing is ever popping up. Not even if I go the the localhost url or anything.

If I then cancel with ctrl+c then it points me to the following code snippet:
if testConn > 0:
subprocess.Popen(["vlc","-q","--extraintf","rc","--rc-host","localhost:1200"], shell=True, stdout=DEVNULL, stderr=subprocess.STDOUT)
print("Starting VLC...")
while testConn > 0:
testConn = vlc.connect_ex(('127.0.0.1', 1200))
time.sleep(0.5)

this is the output form the ctrl+c:
^CTraceback (most recent call last):
File "edlcreate.py", line 27, in
time.sleep(0.5)
KeyboardInterrupt

Please help me get this up and running, it could really save me rn..

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.