Hi,
I'm new to VB Express 2008 and programming in general. I enjoy Audio/Video so my project is to create a simple GUI for a ffmpeg binary with presets for various formats (i.e. IPod,Divx etc) which the user selects from a few radiobuttons. That's it. Eventually I'll add other textboxes for bitrate,resize inputs etc.
My form is very simple it has two textboxes for input/output files and radio buttons which I use 'select case true' to
branch to the appropriate case (radiobutton.checked).
Basically, I enter a file I want to convert, the output textbox populates with the input path & filename then adds the file extension (avi for divx, mp4 for ipod)when I select the radiobutton. Then I press a button to execute Streamwriter to write the batch file, then process.start
gets it going.
This works fine but I would like to evolve this little app so it doesn't need batch files and eventually use a progress bar from reading console output.
This is were im stuck. Any recommendations?
Thanks!
edit: typos
I'm new to VB Express 2008 and programming in general. I enjoy Audio/Video so my project is to create a simple GUI for a ffmpeg binary with presets for various formats (i.e. IPod,Divx etc) which the user selects from a few radiobuttons. That's it. Eventually I'll add other textboxes for bitrate,resize inputs etc.
My form is very simple it has two textboxes for input/output files and radio buttons which I use 'select case true' to
branch to the appropriate case (radiobutton.checked).
Basically, I enter a file I want to convert, the output textbox populates with the input path & filename then adds the file extension (avi for divx, mp4 for ipod)when I select the radiobutton. Then I press a button to execute Streamwriter to write the batch file, then process.start
gets it going.
This works fine but I would like to evolve this little app so it doesn't need batch files and eventually use a progress bar from reading console output.
This is were im stuck. Any recommendations?
Thanks!
edit: typos
Last edited: