ffmpeg

  1. Phix

    Resolved Thread and updating Forms

    I'm working on a website where we'll be getting a lot of videos to be uploaded. To keep things simple and secure, I'm just writing VB.net windows app to suck all the files in a directory in, allow you to set some options, and start the encode by spawning a new FFMpeg process. I have a working...
  2. S

    Question ffmpeg progress

    I am using a backgroundworker to start ffmpeg and trying to use a progressbar. ProgressBar1.Value = e.ProgressPercentage does not seem to work probably because the way ffmpeg uses standard error to report progress. I think i could use the output text to do the trick. the output Seems stream 0...
Back
Top