{"id":3695,"date":"2024-11-17T17:54:34","date_gmt":"2024-11-17T16:54:34","guid":{"rendered":"https:\/\/kudzia.eu\/b\/?p=3695"},"modified":"2024-11-17T17:54:34","modified_gmt":"2024-11-17T16:54:34","slug":"splitting-ebook-in-one-mp3-into-multiple-files","status":"publish","type":"post","link":"https:\/\/kudzia.eu\/b\/2024\/11\/splitting-ebook-in-one-mp3-into-multiple-files\/","title":{"rendered":"splitting ebook in one mp3 into multiple files"},"content":{"rendered":"\n<p>my daughter likes to listen to audiobooks; some of them come from youtube, some are multi-hour long. it&#8217;s easier to listen, re-listen if book is chopped into shorter chapter-alike files. how do i do it?<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yt-dlp -x --audio-format mp3 \"https:\/\/www.youtube.com\/watch?v=M0Xh_DBvBAM\"\nmp3splt -p min=3 -o \"output file name %n.mp3\" -s input.mp3<\/code><\/pre>\n\n\n\n<p><a href=\"https:\/\/github.com\/yt-dlp\/yt-dlp\">yt-dlp<\/a> is a swiss army knife for downloading audio\/video from multiple hosting services<\/p>\n\n\n\n<p><a href=\"https:\/\/mp3splt.sourceforge.net\/mp3splt_page\/home.php\">mp3splt<\/a> allows to split mp3 files in a lossless fashion &#8211; without decoding + re-encoding them. syntax above  cuts them on every 3s of silence.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>my daughter likes to listen to audiobooks; some of them come from youtube, some are multi-hour long. it&#8217;s easier to listen, re-listen if book is chopped into shorter chapter-alike files. how do i do it? yt-dlp is a swiss army knife for downloading audio\/video from multiple hosting services mp3splt allows to split mp3 files in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[51],"tags":[],"class_list":["post-3695","post","type-post","status-publish","format-standard","hentry","category-unimportant"],"_links":{"self":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/comments?post=3695"}],"version-history":[{"count":1,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3695\/revisions"}],"predecessor-version":[{"id":3696,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3695\/revisions\/3696"}],"wp:attachment":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/media?parent=3695"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/categories?post=3695"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/tags?post=3695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}