Giter Club home page Giter Club logo

Comments (5)

WyattBlue avatar WyattBlue commented on May 16, 2024

It never hurts to run auto-editor.py --debug

from auto-editor.

callmedougan avatar callmedougan commented on May 16, 2024

this goes to show how much of a newbie i am (forgetting to put the debug report in the initial post)

C:\python\GitHub\auto-editor-master> python auto-editor.py --debug
Python Version:
3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]
Is your python 64-Bit?
True
Auto-Editor Version:
20w24b

from auto-editor.

WyattBlue avatar WyattBlue commented on May 16, 2024

I released a fix that should solve your problem, along with some other bug fixes.
Try using that.

from auto-editor.

callmedougan avatar callmedougan commented on May 16, 2024

downloaded the newer bundle and getting similar problems

PS C:\python\GitHub\auto-editor-master> python auto-editor.py --debug
Python Version:
3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]
Is your python 64-Bit?
True
Auto-Editor Version:
20w24b hotfix

the debug statement

PS C:\python\GitHub\auto-editor-master> python auto-editor.py example.mp4
Running from fastVideo.py
Traceback (most recent call last):
  File "C:\python\GitHub\auto-editor-master\scripts\fastVideo.py", line 67, in getVideoLength
    stderr=subprocess.STDOUT)
  File "C:\Python\python37 64bit\lib\subprocess.py", line 488, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\Python\python37 64bit\lib\subprocess.py", line 800, in __init__
    restore_signals, start_new_session)
  File "C:\Python\python37 64bit\lib\subprocess.py", line 1207, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "auto-editor.py", line 202, in <module>
    FRAME_SPREADAGE, SAMPLE_RATE, VERBOSE)
  File "C:\python\GitHub\auto-editor-master\scripts\fastVideo.py", line 78, in fastVideo
    vidLength = getVideoLength(videoFile)
  File "C:\python\GitHub\auto-editor-master\scripts\fastVideo.py", line 69, in getVideoLength
    except(e):
NameError: name 'e' is not defined

the update error


daft question i assume python 3.7.7 versus 3.8.3 wouldnt cause this discrepancy, if so i'll go nab the latest (stable) version



from auto-editor.

WyattBlue avatar WyattBlue commented on May 16, 2024

This error can be avoided if you have set ffprobe to your path correctly. You can check by running this.

$ ffprobe -version

This issue is solved.

from auto-editor.

Related Issues (20)

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.