Guten Morgen,
ich bin gerade verzweifelt dabei am suchen, wie ich ein Hörbuch aus mp3-Dateien für meinen iPod erstellen kann.
Bisher sind leider alle Versuche gescheitert.
abc audiobook creator bricht ab bei neroAacEnc mit Fehlercode 1
und auch dieses Script bricht ab mit folgenden Meldungen
[...]
output/output_MP3WRAP.mp3 has been created successfully!
Use mp3splt to dewrap file; download at http://mp3splt.sourceforge.net!
ffmpeg version 1.2.6-7:1.2.6-1~trusty1 Copyright (c) 2000-2014 the FFmpeg developers
built on Apr 26 2014 18:52:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
configuration: --arch=amd64 --disable-stripping --enable-avresample --enable-pthreads --enable-runtime-cpudetect --extra-version='7:1.2.6-1~trusty1' --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 53. 5.103 / 53. 5.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
[mp3 @ 0x1327580] Header missing
Last message repeated 1 times
[mp3 @ 0x130c040] max_analyze_duration 5000000 reached at 5015510 microseconds
[mp3 @ 0x130c040] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'output/output_MP3WRAP.mp3':
Metadata:
track : 93
encoded_by : Mp3Wrap v. 0.5
album : http://mp3splt.sourceforge.net
artist : File wrapped with Mp3Wrap
title : Use Mp3Splt to obtain original tracks
Duration: 08:02:49.89, start: 0.000000, bitrate: 127 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
Unknown encoder 'libfaac'
Opening file output.aac failed
Opening file output.aac failed
Error importing output.aac: Requested URL is not valid or cannot be found
converting chapters in file "output.mp4" from Nero to QuickTime
MP4ERROR: MP4Open: failed: No such file or directory
ERROR: unable to open for write: output.mp4
Traceback (most recent call last):
File "ca.py", line 99, in <module>
os.remove("output.aac")
OSError: [Errno 2] No such file or directory: 'output.aac'
Ich habe LinuxMint 17.1 (ubuntu 14.4).
vor kurzem noch Ubuntu 14.4
dort war es genauso.
ffmpeg habe ich installiert bekommen lt. Wiki-Beitrag http://wiki.ubuntuusers.de/FFmpeg
aber wo finde ich den fehlenden Encoder Libfaax
Wo kann ich ansetzen?
Mir liegen vor allem die Kapitelmarken am Herzen!
Vielen Dank