media-converter icon indicating copy to clipboard operation
media-converter copied to clipboard

Oops! the native client has crashed!

Open Overc1ocker opened this issue 7 years ago • 10 comments

screen shot 2017-11-14 at 9 54 35 pm

Error in the screenshot (Convert to mp3 320kbps from m4a file) screen shot 2017-11-14 at 9 57 08 pm

Error in the screenshot (convert to mp3 320kbps from wav file)

Overc1ocker avatar Nov 15 '17 02:11 Overc1ocker

Media Converter is unable use the "ffmpeg" executable. Please download the binary file one more time and use the options page to set the new path; https://www.ffmpeg.org/download.html

inbasic avatar Nov 15 '17 07:11 inbasic

I played around with the program a little. I ended up reinstalling it, and the ffmpeg executable, and it worked fine, until i moved the file, and changed the directory that it was in using the program's options. I think there may be a bug in the ffmpeg directory switching screen shot 2017-11-15 at 4 06 10 pm the screen shot is what im talking about

I love open source, and now that it works again, this addon is quite useful.

Overc1ocker avatar Nov 15 '17 21:11 Overc1ocker

It works now after a second reinstall and re download of ffmpeg

Overc1ocker avatar Nov 15 '17 21:11 Overc1ocker

I think there may be a bug in the ffmpeg directory switching

Can you elaborate?

inbasic avatar Nov 16 '17 07:11 inbasic

I think its fixed, or I made a mistake on my end.

Overc1ocker avatar Nov 17 '17 01:11 Overc1ocker

It would be nice, if you added a little "choose directory" button with dialog button next to each spot with a directory, like this screen shot 2017-11-16 at 9 20 33 pm

Overc1ocker avatar Nov 17 '17 02:11 Overc1ocker

By the way, thanks for the quick responses, the extension is already better, than when I first downloaded it!

Overc1ocker avatar Nov 17 '17 02:11 Overc1ocker

last request. Add a dialog box like this please when the extension reports invalid data screen shot 2017-11-16 at 9 33 12 pm

Overc1ocker avatar Nov 17 '17 02:11 Overc1ocker

It would be nice, if you added a little "choose directory" button with dialog button next to each spot with a directory, like this

It is a good idea. The problem is WebExtension cannot read the absolute path using this method for security reasons! So it is not doable unless we can trigger the open dialog from NodeJS part.

Add a dialog box like this please when the extension reports invalid data

what is the actual error message and how can I reproduce it?

inbasic avatar Nov 17 '17 06:11 inbasic

Sorry for taking so long to respond. The program kicks out errors whenever you try to convert something that is not supported by ffmpeg itself (ex. a folder or text file). Ive seen it give out 4 errors so far for this type of invalid conversion.

Invalid data found when processing input Output file #0 does not contain any stream — (shows when you try to convert something in a folder) Something went wrong

Overc1ocker avatar Jan 15 '18 22:01 Overc1ocker