murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
430 stars 44 forks source link

convert error #29

Closed salehif closed 4 years ago

salehif commented 4 years ago

Hi, I tried to use convert tab and after choose file (was MP4) and choose both input and output then I click convert button i get this error, I tried to change output format and same error

using windows 10 with latest .NET Framework version and youtube-dl-gui 2.21

thank you

Feel free to copy + paste this entire text wall into a new issue on Github

Version: 2.21
Reported Exception: An exception occured
Message: The system cannot find the file specified
Stacktrace:    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at youtube_dl_gui.Convert.convertFile(String input, String output, Int32 convType)
Source: System
TargetSite: Boolean StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo)
Full report:
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at youtube_dl_gui.Convert.convertFile(String input, String output, Int32 convType)
murrty commented 4 years ago

Do you have ffmpeg?

salehif commented 4 years ago

I think it's included with media pack I already installed it on my PC

murrty commented 4 years ago

if you type "ffmpeg" into a command prompt window, does it say "ffmpeg is not recognized as an internal or external command"?

salehif commented 4 years ago

I fix it by putting ffmpeg.exe - ffplay.exe - ffprobe.exe together with youtube-dl-gui.exe

working 100%

thanks