FfmpegWrapper
@cybercola i'll make a thread to prevent clogging. im sorta stuck with implementing it and using it properly
16 Replies
i got several questions
1. I think I installed it wrong, because when I tried to run it, it gave me loads of errors where it said there are a lot of duplicated attributes. The way I implemented this was I clicked on Git on the top of VS and then Clone Repository... and then based the .git link in it (I added the repo in a folder withing the solution project folder so I could sort the repo stuff seperatly from my stuff (idk if this is the right way to do so). Let me know if I did it wrong
2. Is there a way to output the content in a string variable instead of outputting it to an actual file?
3. I want to use this command. Is this the right way to do so? No idea what settings does tbh and the output field is just a placeholder
the person said "If you have installed ffmpeg, you most likely also have ffprobe. With ffprobe, this is rather simple:" regarding the command itself
What library are you using? There's not much information here for anyone to go off of.
ah i actually ended up switching library, but i used this https://github.com/GodWasaProgrammer/FfmpegWrapper/tree/master
GitHub
GitHub - GodWasaProgrammer/FfmpegWrapper
Contribute to GodWasaProgrammer/FfmpegWrapper development by creating an account on GitHub.
What did you end up switching to?
(you should also
/close
this thread if you no longer need help)Sorry i been working
There isnt much to it really, you make an instance, you point it to your ffmpeg folder, you make the list commands, you select your WorkDir (for easy use, set this to where your video is) nd thats it
"-i "Analyst: Ivanka Trump isn't a 'secondary player' in fraud trial [pW_UfaPjo6s].webm" -vf select='gt(scene,0.3)',select=key -vsync vfr "..\..\..\..\..\output\AnalystIvankaTrumpisntasecondaryplayerinfraudtrialpW_UfaPjo6s/%03d.png""
entire string didnt fit so i just pasted it above
And thats basically it
@Centroid