Giter Site home page Giter Site logo

Comments (5)

mjbrowns avatar mjbrowns commented on July 20, 2024 2

Actually you can. No need to have a --ffmpeg-options. Just use --ffmpeg. That allows you to put in the path to a non-default ffmpeg command (like if you were using avconv or something), but you can use it to pass parameters to ffmpeg. For example, comchap --ffmpeg="/usr/bin/ffmpeg -opt1 -opt2"

from comchap.

BrettSheleski avatar BrettSheleski commented on July 20, 2024

Sounds like it's an issue with the source video stream. You could try running it through ffmpeg first before putting it through comcut and see if that fixes it.

I could see adding a --ffmpeg-options argument to comcut which would just forward any specified options to ffmpeg. Assuming what ffmpeg spat out at you were correct in fixing your issue (adding -bsf:v h264_mp4toannexb' option) it would give you a way to specify that without needing to do any pre-processing.

I probably won't have time to implement that any time soon, but if someone were to make a pull request for this I would merge it in.

from comchap.

andlo avatar andlo commented on July 20, 2024

Yes I I run ffmpeg first whith -bsf:v h264_mp4toannexb then comcut goes fine, but takes som time though.

I would if I could add --ffmpeg-options argument to comcut but I am not hat good :(

Bu I would be glad if someone did ;)

from comchap.

BrettSheleski avatar BrettSheleski commented on July 20, 2024

Nice call @mjbrowns.

from comchap.

andlo avatar andlo commented on July 20, 2024

Just tryed, but no luck...

Option bsf:v (A comma-separated list of bitstream filters) cannot be applied to input url /MEDIA/FILM/Tokarev/Tokarev 2018-02-24.mkv -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Error parsing options for input file /MEDIA/FILM/Tokarev/Tokarev 2018-02-24.mkv.
Error opening input files: Invalid argument

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.