

You can use single or double quote characters to specify arguments inside your command. Space character is used to split the command into arguments.

Starts an asynchronous FFprobe execution for the given command. ProbeExecuteAsync (Command As String) As PndFFmpegSession.Lists all FFmpeg sessions in the session history.

Lists all FFprobe sessions in the session history. Lists all MediaInformation sessions in the session history. Starts an asynchronous FFprobe execution to extract the media information for the specified file.ĭim InputFilePath As String = File.Combine(File.DirInternal, "1.mp4")ĭim OutputFilePath As String = File.Combine(File.DirInternal, "2.mp4")ĭim FFmpegCommand As String = "-i " & InputFilePath & " -c:v mpeg4 " & OutputFilePath
