Giter Club home page Giter Club logo

Comments (4)

ericxtang avatar ericxtang commented on July 28, 2024

It turns out the choppiness is not from the timestamp. My computer gets overloaded when running broadcasting AND transcoding at the same time, and that makes the encoder create choppy video.

This is still a problem, just not the most immediate thing to fix.

We could potentially use ffprobe to get the info - https://github.com/BenLubar/video/blob/master/ffprobe.go

And then use ffmpeg to reset the timestamp:
ffmpeg -i input0.ts -copyts -muxdelay 0 -muxpreload 0 -output_ts_offset 0 out0.ts

from lpms.

dob avatar dob commented on July 28, 2024

from lpms.

ericxtang avatar ericxtang commented on July 28, 2024

@dob sorry for not being clear - the encoder I'm referring to is for first-time encoding from raw pixels to digital video (OBS or FFMpeg). As far as I can tell, the ffmpeg "transcoder" just changes the resolution for whatever video you pass in - so it'll output choppy videos if you pass in choppy videos.

from lpms.

j0sh avatar j0sh commented on July 28, 2024

Doing some housekeeping, closing this since it seems to have been a local issue.

from lpms.

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.