Click here to Skip to main content
15,883,901 members

Comments by fuujinn (Top 3 by date)

fuujinn 12-Sep-18 4:43am View    
found the solution

Dim inputpaths As FFMpegInput() = {New FFMpegInput("video.mp4")}

conv.ConvertMedia(inputpaths, "c:\temp\1.mkv", NReco.VideoConverter.Format.matroska, settings)
fuujinn 12-Sep-18 4:42am View    
Deleted
found the solution

Dim inputpaths As FFMpegInput() = {New FFMpegInput("video.mp4")}

conv.ConvertMedia(inputpaths, "c:\temp\1.mkv", NReco.VideoConverter.Format.matroska, settings)

thanks for helping.
fuujinn 12-Sep-18 4:34am View    
i guess it is not the problem what value inputpath is.. when i use convertmedia with settings first value must be FFMpegInput() not string.here the link how to use convertmedia with settings.

https://www.nrecosite.com/doc/NReco.VideoConverter/html/M_NReco_VideoConverter_FFMpegConverter_ConvertMedia.htm