-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Merge to m4b creates video track with "mjpeg, 1x1" #269
Comments
The problem could be caused by several reasons. Since you are using windows and ffmpeg and tone are installed, an issue in tone is pretty likely. Could you run: tone --version And post the output? |
I'm on the latest version, v0.2.4
I'll try one of the older tone versions and see if that changes anything. Edit |
This is not good... somehow there seems to be a problem... somehow this seems to be related with the following issues:
Seems that one of these fixes might have broken something. |
This was actually a problem in For reference: Zeugma440/atldotnet#305 |
Should be fixed with latest |
Thank you very much for taking the time to get behind this. Just tested with the same files, no more chapter images, no more video track, everything working as expected again. Also thanks to @Zeugma440 for fixing this on their end. All around great work :) |
Hi there,
I'm using merge to merge multiple .mp3 files into a single .m4b file. The resulting file always has a video track (
Video: JPEG 1x1 [V: Chapter pictures (mjpeg, 1x1)]
), and is unplayable (both using MPC-HD on Windows, and different media apps on Android).MediaInfo says:
I'm not entirely sure what "Chapter pictures" really are, but I haven't set them. This happens both with or without an embedded cover in the source mp3 files.
The above is the result of the following command:
php "E:\Program Files\m4b-tool\m4b-tool.phar" merge "u:\TEMP\The Border (Power of the Dog 3) - Don Winslow" --output-file "u:\TEMP\The Border (Power of the Dog 3) - Don Winslow\Don Winslow - The Border.m4b" --jobs=8 --include-extensions="mp3,m4a" --use-nero-chapter-format --no-chapter-reindexing --force --skip-cover --skip-cover-if-exists --fix-mime-type --debug --logfile="u:\TEMP\The Border (Power of the Dog 3) - Don Winslow\Don Winslow - The Border.m4b.log" --audio-channels=2 --audio-bitrate=64k --audio-samplerate=22050
This happens both with v0.5.0 and the 2024-05-14 pre-release version.
Log File
Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: