-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Error: Error exporting file #74
Comments
I have to admit that the error isn't really descriptive. I won't be able to fix that today but I will take a look into this later tomorrow. |
Getting the same issue. Without audiosprite, ffmpeg converts files just fine.
Also, I'm pretty sure it was working just fine in WSL environment (read: Ubuntu) on windows a week ago. |
Ping! |
Sorry, haven't had the time yet to look into it. Can you maybe prepare a zip file containing your setup so I have an exact thing to test this easier? |
the same error /usr/local/lib/node_modules/audiosprite/audiosprite.js:312:27 mac 10.13.5 |
@SargoDarya I had the same issue, after debugging I found result for ffmpeg command Debug log
|
|
If you're on Mac, you have to install the dependencies exactly as the documentation states:
I had installed |
Even if that works we probably should add better error reporting. Error exporting file just doesn't cut it. |
I had the same error: Error exporting file. It seems to be that audiosprite does not work with ffmpeg 4.x: At first I installed ffmpeg with snap on Ubuntu 18 LTS. (This is ffmpeg version 4.x.) sudo apt install ffmpeg ffmpeg 3.x is installed, and the problem is solved! see also: https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04/ |
This worked for me |
on mac osx. upgraded from ffmpeg version 3.4.2 to 4.4 using brew, and was able to get over this error. maybe audiosprite has been updated to only work with ffmpeg 4 now? |
I circumvented the bug by using |
I have a question about an error, and two small additional questions:
Thanks very much.
$ audiosprite -s 2 -o combo1 'AARON GERVAIS (LOUIS CK AM SPINRADE).mp3' 'ALICIA WALTER (REAL TALK).mp3 BIRTHMARK' '(LOVE POWER).mp3'
info: Silence gap added duration=3
info: 0=AARON GERVAIS (LOUIS CK AM SPINRADE).mp3
info: File added OK file=/var/folders/qq/wjmnhkns4vjb1r77hqv2f1pr0000gn/T/audiosprite.14227197977886363, duration=155.37632653061223
info: Silence gap added duration=1.623673469387768
error: Error: Error exporting file
at /usr/local/lib/node_modules/audiosprite/audiosprite.js:312:27
at /usr/local/lib/node_modules/audiosprite/node_modules/async/lib/async.js:148:21
at ChildProcess. (/usr/local/lib/node_modules/audiosprite/audiosprite.js:190:18)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
The text was updated successfully, but these errors were encountered: