Search results for query: *

  1. E

    Question Need help on VB gui with FFMPEG

    This is as close as I could get Dim commandLine As String commandLine = "cmd.exe /k""C:\Watermark\bin\ffmpeg.exe -i """ & inFile & """ "" -vf drawtext=\""fontsize=50:fontcolor=white@0.5:fontfile=arial.ttf:text='" & watermark & "':x=330:y=0\"""" " & outFile & "" Call...
  2. E

    Question Need help on VB gui with FFMPEG

    Hi guys I hope you guys can help me on something, hopefully simple, im a newb on vb but i managed to make an input and output box but cant get my head over how to add a watermark with VB, ive got the arguments to add when in dos, but doesnt work when in vb The visual basic code is below...
Back
Top