Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:science:audible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:science:audible [2024/10/07 11:06] marlonivostart:science:audible [2025/01/20 08:17] (current) – [Give it a Cover] marlonivo
Line 6: Line 6:
 </code> </code>
  
 +\\
 +==== Extract SHA1 checksum from the .aax file ====
 ---- ----
  
-==== Extract SHA1 checksum from the .aax file ==== +You can use ffmpeg in order the extract the SHA1 checksum.
-You can user ffmpeg in order the extract the SHA1 checksum.+
 <code> <code>
 $ ffprobe test.aax  # extract SHA1 checksum $ ffprobe test.aax  # extract SHA1 checksum
 </code> </code>
  
 +\\
 +==== Recover the "activation_bytes" ====
 ---- ----
  
-==== Recover the "activation_bytes" ==== +Use the scraped Checksum to extract the "activation_bytes":
-Put in the scraped checksum into the following prompt to extract the "activation_bytes"+
  
 <code> <code>
Line 23: Line 25:
 </code> </code>
  
-After that you are able to convert your ebook with ffmpeg:+Use the activation_bytes and ffmpeg to convert your ebook:
 <code> <code>
 ffmpeg -activation_bytes 1CEB00DA -i input.aax output.mp3 ffmpeg -activation_bytes 1CEB00DA -i input.aax output.mp3
 </code> </code>
 +
 +\\
 +===== Give it a Cover =====
 +----
 +<code>
 +ffmpeg -i output.mp3 -i cover.jpg -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" FINAL-OUTPUT.mp3
 +</code>
 +
 +**DONE!**
start/science/audible.1728299187.txt.gz · Last modified: 2024/10/07 11:06 by marlonivo

Donate Marlon Ivo's Webpage