Giter Site home page Giter Site logo

Using ComCut to find .mpg's in a directory and use the existing EDL to create new file, move to another directory about comchap HOT 4 OPEN

brettsheleski avatar brettsheleski commented on July 20, 2024
Using ComCut to find .mpg's in a directory and use the existing EDL to create new file, move to another directory

from comchap.

Comments (4)

daphatty avatar daphatty commented on July 20, 2024

Is comcut actually creating usable files for you? Whenever I try to remove commercials from my ChannelsDVR recorded shows using the accompanying .edl file, the resulting file has no audio at all.

from comchap.

omn1slash avatar omn1slash commented on July 20, 2024

Yeah, they were creating just fine. The problem was I couldn't get the program to find a way to find anything *.mpg in the channels DVR folder, so this didn't work out for me. I ended up installing a Windows VM on my Linux box and using an automated MCEBuddy process.

from comchap.

BrettSheleski avatar BrettSheleski commented on July 20, 2024

@omn1slash - You'd have to write a script to handle what you're looking for. Off the top of my head you should probably be able to use the find command with the -exec parameter.

Something like the following:

find /path/to/source/dir -name "*.mpg" -exec comcut {} /path/to/destination/dir/`basename {}` \;

from comchap.

omn1slash avatar omn1slash commented on July 20, 2024

I'll give that a shot - thanks! I'm not a pro at Linux or devising scripts, but this should be helpful. I really do like comcut and would prefer to use it.

from comchap.

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.