Giter Club home page Giter Club logo

Comments (3)

sentriz avatar sentriz commented on June 17, 2024

if I read this right, you're looking for two things

  1. support for binaries other than ffmpeg
  2. support for client transcode rules based on filetype

did I get that right? at least for number 1 this is already covered by #244 since if you can provide your own transcode commands it can be any command not just ffmpeg

from gonic.

jeffgt14 avatar jeffgt14 commented on June 17, 2024

Yep that's correct then.

I didn't think 244 covered transcoders other than FFmpeg so it should cover it if so. Airsonic requires you to symlink a transcoder to the /transcode folder for it to be used. I wasn't sure where Gonic was pulling it's instance of FFmpeg from to do something similar. I'll probably have to play around with the transcode.go file some more then.

from gonic.

sentriz avatar sentriz commented on June 17, 2024

for baremetal installs it shouldn't matter, gonic just starts a subprocess of the first element in the transcode command string. you just need to have ffmpeg (or whatever the future command may be) in your $PATH

for docker, we can just optimistically install a bunch of encoders in the image. right now just ffmpeg but it's easy to add whatever. feel free to open issues or pull requests for those

regarding point two mentioned earlier, also feel free to open an issue there - not sure I fully understand it anyway

thanks!

from gonic.

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.