Giter VIP home page Giter VIP logo

Comments (3)

ashiskumarsahu avatar ashiskumarsahu commented on June 3, 2024

Hi @futzu,
I am trying to develop a pipeline where I can take multiple mpegts as input and pass to x9k3.
Could you please suggest how to achieve the following scenario?

ffmpeg -i original.mkv -c:v h264 -c:a aac -f mpegts - | myprogam \ -c:v h264 -c:a aac -vf "scale=1280:720" -f mpegts - | myprogam \ -c:v h264 -c:a aac -vf "scale=854:480" -f mpegts - | myprogam \
I have tried passing all version of mpegts to a python program with a pipe like below,
ffmpeg -i original.mkv -c:v h264 -c:a aac -f mpegts - \ -c:v h264 -c:a aac -vf "scale=1280:720" -f mpegts - \ -c:v h264 -c:a aac -vf "scale=854:480" -f mpegts - | myprogam
At python end I am unable to read them separately with stdin.
Can you help here?

Thank you

from x9k3.

futzu avatar futzu commented on June 3, 2024

I understand what you're saying, but that will not work, you're just merging the outputs together.
You may feel like you're close, but ABR makes things complicated.
There is a good bit more to it.

You seem new to video and I don't think you realize everything involved/

As I have said, If you want to hire me, I will work it out for you.
We have been discussing this for at least a month,
I could have you up and running in two weeks.

from x9k3.

futzu avatar futzu commented on June 3, 2024

I am not trying to be mean when I say this, but you are not close to a solution.
You are not just about to figure it out.
Your methodology has not changed, you just changed to format of the output from m3u8 to mpegts.
You keep asking the same question and I keep giving you the same answer.

I said it would take me two weeks,
because it would take me two weeks of work
to do it.
I am closing this because it's not an x9k3 issue.

from x9k3.

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.