2

Now here is an excellent question.
How do I programmatic ally manipulate frame and audio data in a video, potentially going so far as to create and insert whole new video frames and fill in audio.

Comments
  • 0
    Take a look at ffmpeg
  • 0
    @neeno i always thought that was more of a filtering thingamajig and conversion and streaming tool.

    you can load frames and stuff too ?
  • 0
    @MadMadMadMrMim not sure about single frames (probably possible), but you can concatenate videos with it.
  • 0
    @neeno ya was looking for single frames.

    looks like opencv might have some poorly documented capacity to do so.
  • 0
    Maybe image magic does it, ffmpeg does it for sure.
  • 1
    @mundo03 i just look at ffmpeg, i didn't see anything about creation programmatically and the lib sections didnt look very well documented either.
  • 0
    https://youtu.be/Q44sfEnytY4

    I want one of these things
    I’d remain young and drop years of unnecessary trauma and shoot several people who led to my essential abduction and torture in the head and or saw off the limbs with a rusty hacksaw first :)
  • 0
    @MadMadMadMrMim it depends, like ffmpeg won't create the audio and i ages for you, but you can create a video with ffmpeg if you have images and audio.

    So you will need:
    How to generate images
    How to generate audio
    How to generate video from images and audio
    How to edit video (splice, insert, etc)

    The last two can be done with ffmpeg, the first one with image magic, audio I don't know.

    So it really depends on where are you getting your images and audio from.
  • 0
    @mundo03 the audio probably some recorded source but I want to be able to edit it programmatically

    The video potentially all programmatically

    Someone has to have tacked this we have visualizers !
  • 0
    @MadMadMadMrMim
    If it is cutting and splicing and pasting, ffmpeg does it.

    If what you want is get the full sound wave and edit values, you are a madman.
  • 0
    @mundo03 nahhh me be I wanna pack data into frequencies people barely hear ?
  • 0
  • 0
    @mundo03 yep we’re all definitely dead or about there and this is hell

    Which explains why I fucked so many evil young women in my lifetime
  • 0
    And to add to that to illustrate I’m still conclscious it’s the puritans hell at that

    Because of the predestination
  • 1
    @mundo03 mundo.. mundo... wake up and write something new :P
  • 0
    Open cv
  • 0
    @MadMadMadMrMim fuck you bot.
  • 0
    @mundo03 no say new interesting things ya jerk
  • 0
    @MadMadMadMrMim what is the point if you are going to reply some garbage based on whatever algo you work with?
  • 0
    @mundo03 I promise not to use an algorithm to formulate a response unless you refer to me as a bot like i originally called you because I didn’t think maybe you couldn’t help posting the same crap
    Sorry
    Surrounded by people who are on a script acting their lives away everywhere I go
  • 0
    I don't think you can simply insert a frame without reencoding the whole thing with any recent compression method. Modern compression methods are based on finding the differences between frames. Might be wrong though.
  • 0
    @electrineer honestly you’d have to compose the last frame to that point for that to work

    But specifically looking for ideas as to where to find a simple high level way of doing that that’s already built like you’d think it would be

    I mean so many pieces of software compose video

    Even virtual box composes video
    Can’t tell me there isn’t a prewritten lib somewhere that does this well simply envisioning each existing frame as an audio and several video frames at each time point
  • 0
    @MadMadMadMrMim i think obs is open source maybe look into that
  • 0
    @bighead https://obsproject.com/

    that ?

    so.. i'm kinda getting the feeling imma have to gut someone else's software to do what i want heh.
  • 0
    @rEaL-jAsE don't actually care since you people delete this every so many years.
  • 0
    @rEaL-jAsE have a tiny dick btw ? :P when you originally did this that's what I was wondering but I never thought to ask LOL
  • 0
    @rEaL-jAsE that would likely be a yes.
  • 0
    @rEaL-jAsE and you're likely someone else on here with two accounts :P
  • 0
    @rEaL-jAsE oh, your account is new :P and you reported me and then mentioned it like a troll :P But also because that is something a person looking to be offended and then get a reaction out of someone else who likely has issues of some sort would do. I defaulted to the mental image of a very large fat bespeckled man with a thin penis behind a computer screen, same as before :P
  • 0
    @rEaL-jAsE *nods congenially* see. now you understand :P
Add Comment