jcat
b07737f5c4
fix: video stream metadata for front cover comment should be lower case _front_
2022-02-06 20:29:20 +00:00
Krumpet Pirate
c9bcf2326b
Merge pull request #192 from bensaufley/fix/single_cover_art
...
Attempt to fix missing cover art for single output
2022-01-21 17:17:06 -05:00
Krumpet Pirate
bee00b9c58
Merge pull request #196 from Muxelmann/patch-2
...
Fixing `,000` issue with mp4chaps
2022-01-21 17:15:56 -05:00
Krumpet Pirate
00fd4d552a
Merge pull request #195 from Muxelmann/patch-1
...
Changing uses of `grep` to `$GREP` for non-linux
2022-01-21 17:14:33 -05:00
Ben Saufley
aa702cb97a
Remove redundant loglevel check
2022-01-21 17:09:43 -05:00
Krumpet Pirate
31507139c8
Merge pull request #190 from bensaufley/fix/consistent_grep
...
Use GREP variable everywhere
2022-01-21 17:05:30 -05:00
Max Zangs
2272d9ce99
Fixing ,000
issue with mp4chaps
...
Replaces the `,000` in the chapters.txt file with `.000` to allow processing with `mp4chaps`
2022-01-20 11:59:10 +01:00
Max Zangs
e4f92461d3
Changing uses of grep
to $GREP
for non-linux
2022-01-20 11:45:49 +01:00
Ben Saufley
4dd095da2a
Attempt to fix missing cover art for single output
...
Solves #191 for me anecdotaly, but I don't know if there's a better solution or a different way to go about it.
2022-01-12 09:34:59 -05:00
Ben Saufley
20289a1774
One sed/gsed as well
2022-01-12 00:28:52 -05:00
Ben Saufley
048e15a476
Use GREP variable everywhere
2022-01-12 00:15:14 -05:00
Krumpet Pirate
d5e32478c7
Merge pull request #189 from jkuettner/feature/audible-library-series
...
Add optional possibility to extract the series from the audible library
2022-01-09 08:47:22 -05:00
Jerome Küttner
5010927559
fix "syntax error in expression"
2022-01-08 21:45:03 +01:00
Jerome Küttner
b87b08ee6a
fix continuing for existing files
2022-01-08 21:13:28 +01:00
Jerome Küttner
7f1f3df020
Add possibility to read the series from the audible library
2022-01-08 16:38:29 +01:00
Krumpet Pirate
fb56087a72
Merge pull request #182 from Natrinicle/extra-crop-cover-check
...
Add extra_crop_cover to All Odd Cover Widths
2022-01-07 18:13:35 -05:00
Krumpet Pirate
c8870e29fd
Merge pull request #187 from jkuettner/feature/continue-on-existing
...
Continue if the current file already exists
2022-01-07 18:05:26 -05:00
Jerome Küttner
45fd0d4852
remove temp metadata_file on continue
2022-01-07 20:58:54 +01:00
Jerome Küttner
12435d3e24
Continue if target directory already exists
2022-01-07 17:48:04 +01:00
Nate Bohman
ab91343dd5
Add extra_crop_cover to All Odd Cover Widths
...
When attempting to convert
https://www.audible.com/pd/Stephen-Fry-Presents-a-Selection-of-Anton-Chekhovs-Short-Stories-Audiobook/B0036GPPWS
using this tool and chaptered mode, ffmpeg fails out with
[libx264 @ 0x5588ef28d780] width not divisible by 2 (483x500)
Error initializing output stream 0:1 -- Error while opening encoder
for output stream #0:1 - maybe incorrect parameters such as bit_rate,
rate, width or height
Conversion failed!
This is because the cover file embedded in the downloaded mp4 file
from Audible has the dimensions 483x500. Found the extra_crop_cover
that's currently being used only for covers from the Audible CLI
tool and extended the script to instead check the dimensions of the
cover file and include the extra_crop_cover anytime the cover has an
odd width.
2021-11-09 11:36:23 -07:00
Krumpet Pirate
c6e8a06f10
Merge pull request #181 from fabh2o/fix-180
...
Sanitize the chapters name
2021-11-08 07:50:19 -05:00
fabh2o
a45c6245fe
delete '/' and ':' from chapter names
2021-11-08 10:50:52 +01:00
Krumpet Pirate
9b24aa1be3
Merge pull request #177 from fabh2o/fix-176
...
Fix 176
2021-09-28 19:15:11 -04:00
Krumpet Pirate
43d96f0118
Merge pull request #178 from fabh2o/ffmpeg44-path
...
ffmpeg custom path
2021-09-28 19:14:38 -04:00
fabh2o
ce62e832ee
fix anchor link
2021-09-28 22:06:33 +02:00
fabh2o
d645e616fe
updated readme
2021-09-28 20:16:52 +02:00
fabh2o
bf1f384341
fix tmp_chapter_file: unbound variable
2021-09-28 19:56:14 +02:00
fabh2o
f1c4b97bc1
use custom path for ffmpeg/ffprobe binaries
2021-09-28 19:55:16 +02:00
fabh2o
68a91bbbbb
--aac is identical to -e:m4a
2021-09-26 18:30:44 +02:00
fabh2o
58ecfbc72b
remove useless / in output_folder definition
2021-09-26 18:28:59 +02:00
Krumpet Pirate
0bd127ad06
Merge pull request #175 from fabh2o/fix-174
...
instruction to update ffmpeg
2021-09-20 23:00:36 -04:00
fabh2o
fb86d4291c
instruction to update ffmpeg
2021-09-20 23:05:15 +02:00
Krumpet Pirate
b549f57228
Merge pull request #173 from suntorytimed/master
...
Fix #172 by adding parsing step to save_metadata
2021-09-19 14:04:33 -04:00
Stefan Weiberg
e76b5442c1
Apply suggestions from code review
...
Remove padding for chapter number
Co-authored-by: fabh2o <fabrice.h2o@gmail.com>
2021-09-16 11:47:20 +02:00
Stefan Weiberg
aab2045959
Remove padding for chapter number
...
Co-authored-by: fabh2o <fabrice.h2o@gmail.com>
2021-09-16 11:46:43 +02:00
Stefan Weiberg
56ca165063
Fix #172 by adding parsing step to save_metadata
...
* creates a correctly formatted chapter.txt file
with titles from audible-cli .json
* uses this chapter.txt instead of ffprobe output
in case audible-cli data should be used
2021-09-16 10:40:57 +02:00
KrumpetPirate
5ea4bd10a4
Update for GNU find, README cleanup
2021-09-03 13:25:30 -04:00
KrumpetPirate
596108d56e
Merge pull request #171 from fabh2o/aaxc
...
AAXC support, audible-cli integration
2021-09-03 10:08:27 -04:00
fabh2o
63ffc47aa5
use the var $decrypt_param with all ffmpeg and ffprobe call
2021-09-02 20:11:12 +02:00
fabh2o
b7fbe831c7
invert authcode required
2021-09-02 19:59:37 +02:00
fabh2o
1663daebdc
add jq as dependency
2021-09-02 19:57:54 +02:00
fabh2o
78d6e931ff
docs about aaxc
2021-09-02 19:35:14 +02:00
fabh2o
9e2d84cb25
updated docs to automatic source file format switch
2021-09-02 19:21:41 +02:00
fabh2o
b78e4b59b9
auto format selection, fix typo
2021-09-02 19:13:02 +02:00
fabh2o
99864fe428
docs
2021-09-02 18:24:57 +02:00
fabh2o
e9b111aa8a
fully support aaxc
2021-09-02 17:49:36 +02:00
fabh2o
3d062fdba7
--aaxc flag, validate voucher and get key and id
2021-09-02 16:16:14 +02:00
fabh2o
eff626ee95
move info after req
2021-07-10 21:20:43 +02:00
fabh2o
64713e23ea
Merge branch 'master' of github.com:fabh2o/AAXtoMP3 into all-in-one
2021-07-09 22:45:04 +02:00
KrumpetPirate
0f2180da3c
Merge pull request #162 from Nicko98/master
...
Call AAXtoMP3 interactively
2021-03-09 17:38:10 -05:00