Code Monkey home page Code Monkey logo

Comments (5)

Vadman97 avatar Vadman97 commented on August 18, 2024

I've been running into this when the input video file or output directory to the turkic extract command do not exists. Double check those arguments.

from vatic.

vxk5499 avatar vxk5499 commented on August 18, 2024

I too have the same error and I am not able to resolve. I have double checked my arguments and they are correct. Could anyone guide me on what needs to be done?

@nishadhka : have your found a solution. Thanks

from vatic.

djr2015 avatar djr2015 commented on August 18, 2024

I also had this error for a bit, then it stopped occurring after I made sure I executed the turkic extract command with the vatic directory as my cwd and provided the full video and output directory paths as input arguments.

from vatic.

KTOC avatar KTOC commented on August 18, 2024

I also ran into this problem. After running the extract command the folder /tmp/pyvision-ffmpeg-XXXX/ and /path/to/output/dorectory/ are removed without trace. I tried to run inside vatic folder and using absolute path to input file and output folder but no use.

from vatic.

KTOC avatar KTOC commented on August 18, 2024

I just found the solution btw, change the line 4 in ffmpeg.py in pyvision/vision:

from
import Image
to
from PIL import Image

then build and install pyvision again using:
$(which python) setup.py build && $(which python) setup.py install

from vatic.

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.