Hi All,
i am currently in the need for a solution that:
- records a video of my VVVV render to hardisk
- compresses the video to something small (e.g. h.264)
- upload video to youtube channel
I had already tried with the different writer nodes - which kind of are not working that well. So i figured the best way would be to use fraps for the recording? Or are there any better solutions?
For the conversion/compression i would use ffmpeg with ShellExecute. (Is there any way to get feedback when the progress is done?) e.g. when the ShellExecute has finished?
Has anybody experience with the google / youtube .NET library? Maybe tried to write an implementation into vvvv? Existing patches laying around? (I will try to implement this into a vvvv node if no solutions exist)
Any help / advice is much appriciated!
//rasmus