Giter Club home page Giter Club logo

Comments (4)

tobbenb avatar tobbenb commented on June 9, 2024

I'm wondering why this is needed in tvheadend?
Recordings already have the subtitles and most players can use the subtitles.

from docker-tvheadend.

jefflessard avatar jefflessard commented on June 9, 2024

I transcode recordings in mp4 using a post processing script. Source recordings are in mpegts format and includes in-stream EIA Closed Captions.

Unfortunately, ffmpeg doesn't manage those close captions pretty well. I have to first extract those closed captions using cc extractor prior to transcoding, in which I create a dedicated subtitle stream.

from docker-tvheadend.

tobbenb avatar tobbenb commented on June 9, 2024

You can try to record in mkv format. Then the subtitles will be remuxed by tvheadend to its own stream as far as I know. You can also make profiles in tvheadend to transcode into another format to record directly.
It seems you know how to build ccextractor, and since this is a very niche thing I think it's better if you add those binaries yourself. If they are static you can just add it in your /config volume mount and point the script to the right path. Or you can use our built in mod support which is explained on our blog.
https://blog.linuxserver.io/2019/09/14/customizing-our-containers/

from docker-tvheadend.

homerr avatar homerr commented on June 9, 2024

Going to close this off, if there is a large demand for it in the future we could look to revisit it, but given @tobbenb suggestion on how to bake it in I think this is enough for now.

from docker-tvheadend.

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.