Giter Site home page Giter Site logo

Comments (7)

Revan654 avatar Revan654 commented on July 17, 2024 1
  1. Do you recall what version it was included in?

I do believe it was removed when the full Automation process was added in.

Manually Demux still exist if you need to call on it ad Advance -> Demux.

from staxrip.

almanteka avatar almanteka commented on July 17, 2024 1

thanks for your reply! the last time i saw the option was at v1.6. the option in Advance -> Demux only works with one file, making tedious to process batch files. thanks for your interest!

from staxrip.

Revan654 avatar Revan654 commented on July 17, 2024 1

All reference of that code has been removed,It looks like it kept breaking the process or it would skip a file completely if the source filter didn't like the codec.

You can still do it through a power script or Event Commands.

PowerScript Discussion: https://github.com/stax76/staxrip/issues/200****

from staxrip.

almanteka avatar almanteka commented on July 17, 2024

thanks! as a workaround, i updated the apps on v1.6 and continued to using that version! sorry to hear about the code been removed. i liked that option because of the demuxing of the batch files prior to creating the jobs. maybe i don't confront any problems using it 'cause the source filter is automatic on my templates. i know that will not work for other users! thanks for all your help, and for the hard work involved keeping satxrip updated and alive!

from staxrip.

Revan654 avatar Revan654 commented on July 17, 2024

Like I said you can use a basic script that will auto index the file for you when you load a file. Script engine is built into StaxRip.

from staxrip.

almanteka avatar almanteka commented on July 17, 2024

thanks! hope someone can provide an example of an auto indexing script to use with newer versions of staxrip! don't know anything about scripting! that's why i love staxrip, everything automatic and all included onto one program! thanks for your suggestions and help! and thanks in advance for anyone that can suggest an auto index script! i know how to run scripts on staxrip, but i don't know how to write one from scratch!

from staxrip.

almanteka avatar almanteka commented on July 17, 2024

looking for a suggestion, i read the topic for StaxRip support thread on the Doom9's forums and stax76 suggested to add a batch file to the windows sendto menu. the batch file:

@echo off
for %%i in (%*) do (
"D:\Apps\StaxRip.exe" -loadTemplate:"template name" %%i -addjob -exit
)

i tested this and works perfectly, now i'm testing how to integrate this to staxrip directly!

from staxrip.

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.