Giter VIP home page Giter VIP logo

avs2yuv's People

Contributors

djatom avatar eblanca avatar qyot27 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

avs2yuv's Issues

Error: unsupported colorspace on Linux

Hello DJATOM,

Under Linux, I am stuck with Error: unsupported colorspace. message
when I trigger avs2yuv -on AviSynth+ examples such as Audio:
avs2yuv AviSynth+/Examples/Audio.avs -
I get:
Avs2YUV 0.29 Script file: AviSynth+/Examples/Audio.avs Resolution: 320x240 Frames per sec: 30000/1001 (29.970) Total frames: 107892 **Error: unsupported colorspace.**
to behind it can not be pipelined to mpv or else.

WHEREAS DIRECTLY mpv AviSynth+/Examples/Audio.avs works and indicates
(+) Video --vid=1 (rawvideo 320x240 29.970fps)
Seems there is in fact no colorspace at all, I though Output format is yuv4mpeg by default and not raw.

Any Clue?

About audio support

'To get access to both RGB formats and audio, you’ll need a build of FFmpeg that accepts AviSynth scripts as input.' from our friend qyot27

So I wondered if we can not wrap your tool with ffmpeg using the cool
https://framagit.org/ericb/ffmpeg-cpp2

git clone https://framagit.org/ericb/ffmpeg-cpp2
cd ffmpeg-cpp2
cat 'install(TARGETS ${PROJECT_NAME} ARCHIVE DESTINATION /usr/local/lib )' >> CMakeLists.txt
mkdir ffmpeg-ccp2-build
cd ffmpeg-ccp2-build
cmake ../ -G Ninja 
ninja
sudo ninja install 

this will generate /usr/local/lib/libffmpeg-cpp.a

then you can inspirate from demos/

How should this be run on Linux

Hi, how is this meant to work on posix like OSes? when I run avs2yuv (linux build) I get "Error: failed to load avisynth.dll."

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.