Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@neeno i always thought that was more of a filtering thingamajig and conversion and streaming tool.
you can load frames and stuff too ? -
neeno31723y@MadMadMadMrMim not sure about single frames (probably possible), but you can concatenate videos with it.
-
@neeno ya was looking for single frames.
looks like opencv might have some poorly documented capacity to do so. -
@mundo03 i just look at ffmpeg, i didn't see anything about creation programmatically and the lib sections didnt look very well documented either.
-
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 :) -
mundo0349793y@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. -
@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 ! -
mundo0349793y@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. -
@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 -
And to add to that to illustrate I’m still conclscious it’s the puritans hell at that
Because of the predestination -
mundo0349793y@MadMadMadMrMim what is the point if you are going to reply some garbage based on whatever algo you work with?
-
@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 -
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.
-
@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 -
@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. -
@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
-
@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
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.
question