Click here to Skip to main content
15,881,044 members

Comments by 98z28 (Top 2 by date)

98z28 16-May-12 12:31pm View    
I'm not sure if you want to simply manually use ffmpeg or if you wanted to make a front end to the ffmpeg.exe library.

But I made my own program that is still in the design stage that uses ffmpeg to encode and such. It hides the ffmpeg library and interfaces with the library through commands. I also added a feature to add a watermark to a video. I made it in VB.net. The code isn't finished yet but you should be able to get the bits and pieces you want for encoding a video with a watermark image. Just lmk if you want the code to not.
98z28 20-Sep-11 15:25pm View    
Deleted
Check it out here: Click Here for the code. Look at the second set of codes. It will clear all textbox controls except those with a specified name. Its vb but its easy to convert. I think this is what you were wanting? :)