{"id":12675,"date":"2010-07-08T11:42:13","date_gmt":"2010-07-08T09:42:13","guid":{"rendered":"https:\/\/mamchenkov.net\/wordpress\/?p=12675"},"modified":"2010-07-08T11:43:22","modified_gmt":"2010-07-08T09:43:22","slug":"flac2mp3","status":"publish","type":"post","link":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/","title":{"rendered":"flac2mp3"},"content":{"rendered":"<!-- google_ad_section_start -->\n<p>I was going through <a href=\"http:\/\/planet.fedoraproject.org\/\">Fedora Planet<\/a> stream when I noticed <a href=\"http:\/\/blogs.gnome.org\/happyaron\/2010\/07\/06\/covert-flac-to-mp3\/\">this blog pos<\/a>t about converting Flac files to mp3 on Linux. \u00a0 That reminded me of a couple of folders with files that I can&#8217;t listen to in my car. \u00a0So I thought I&#8217;d convert them now, especially that I have the guide handy it only consists of a couple of steps. \u00a0I tried and it worked, except that default options used resulted in the mp3 file of 128 kbps, which is a rather low quality. \u00a0So I played a bit with it and ended up with the following shell flac2mp3.sh script:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/bash\r\n\r\n# Convert flac file to mp3 with best quality VBR\r\n\r\nfor file in *.flac\r\ndo\r\n    base=`basename &quot;$file&quot; .flac`\r\n    # Convert flat to wav\r\n    flac -d &quot;$file&quot;\r\n    # Convert wav to mp3 with variable bit rate, best quality\r\n    lame -V 0 &quot;$base&quot;.wav &quot;$base&quot;.mp3\r\ndone\r\n<\/pre>\n<p>As mentioned in the comments, it creates variable bit rate (VBR) mp3 files with maximum quality.<\/p>\n<p><strong>Update<\/strong>: The moment I finished this blog post I felt weird.  It was almost like I did it before.  And indeed. I should have searched my own blog before posting.  Here is <a href=\"https:\/\/mamchenkov.net\/wordpress\/2005\/02\/11\/converting-flac-to-mp3-on-linux\/\">the post I did five years ago<\/a> which has pretty much the same script in it.<\/p>\n<!-- google_ad_section_end -->\n","protected":false},"excerpt":{"rendered":"<!-- google_ad_section_start -->\n<p>I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. \u00a0 That reminded me of a couple of folders with files that I can&#8217;t listen to in my car. \u00a0So I thought I&#8217;d convert them now, especially that I have the guide handy it &hellip; <a href=\"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">flac2mp3<\/span><\/a><\/p>\n<!-- google_ad_section_end -->\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false,"_links_to":"","_links_to_target":""},"categories":[1,6,31,62],"tags":[2356,2355,74],"keyring_services":[],"class_list":["post-12675","post","type-post","status-publish","format-standard","hentry","category-general","category-linux","category-music","category-technology","tag-flac","tag-mp3","tag-tips"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can&#039;t listen to in my car. So I thought I&#039;d convert them now, especially that I have the guide handy it\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Leonid Mamchenkov\"\/>\n\t<meta name=\"google-site-verification\" content=\"VHvdD0_usx1_4DzKy_QCVcICVgX2EgA2ybELT-wl7kQ\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Leonid Mamchenkov - Life, universe, and everything else\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"flac2mp3 - Leonid Mamchenkov\" \/>\n\t\t<meta property=\"og:description\" content=\"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can&#039;t listen to in my car. So I thought I&#039;d convert them now, especially that I have the guide handy it\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-07-08T09:42:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-07-08T09:43:22+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MamchenkovBlog\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@mamchenkov\" \/>\n\t\t<meta name=\"twitter:title\" content=\"flac2mp3 - Leonid Mamchenkov\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can&#039;t listen to in my car. So I thought I&#039;d convert them now, especially that I have the guide handy it\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@mamchenkov\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#blogposting\",\"name\":\"flac2mp3 - Leonid Mamchenkov\",\"headline\":\"flac2mp3\",\"author\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/author\\\/leonid\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Leonid Mamchenkov\"},\"datePublished\":\"2010-07-08T11:42:13+02:00\",\"dateModified\":\"2010-07-08T11:43:22+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#webpage\"},\"articleSection\":\"All, Linux, Music, Technology, flac, mp3, tips\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/linux\\\/#listItem\",\"name\":\"Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/linux\\\/#listItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#listItem\",\"name\":\"flac2mp3\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#listItem\",\"position\":4,\"name\":\"flac2mp3\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/category\\\/technology\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/#person\",\"name\":\"Leonid Mamchenkov\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Leonid Mamchenkov\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/author\\\/leonid\\\/#author\",\"url\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/author\\\/leonid\\\/\",\"name\":\"Leonid Mamchenkov\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Leonid Mamchenkov\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#webpage\",\"url\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/\",\"name\":\"flac2mp3 - Leonid Mamchenkov\",\"description\":\"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can't listen to in my car. So I thought I'd convert them now, especially that I have the guide handy it\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/2010\\\/07\\\/08\\\/flac2mp3\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/author\\\/leonid\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/author\\\/leonid\\\/#author\"},\"datePublished\":\"2010-07-08T11:42:13+02:00\",\"dateModified\":\"2010-07-08T11:43:22+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/\",\"name\":\"Blog of Leonid Mamchenkov\",\"description\":\"Life, universe, and everything else\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/mamchenkov.net\\\/wordpress\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"flac2mp3 - Leonid Mamchenkov","description":"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can't listen to in my car. So I thought I'd convert them now, especially that I have the guide handy it","canonical_url":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"VHvdD0_usx1_4DzKy_QCVcICVgX2EgA2ybELT-wl7kQ","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#blogposting","name":"flac2mp3 - Leonid Mamchenkov","headline":"flac2mp3","author":{"@id":"https:\/\/mamchenkov.net\/wordpress\/author\/leonid\/#author"},"publisher":{"@id":"https:\/\/mamchenkov.net\/wordpress\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Leonid Mamchenkov"},"datePublished":"2010-07-08T11:42:13+02:00","dateModified":"2010-07-08T11:43:22+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#webpage"},"isPartOf":{"@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#webpage"},"articleSection":"All, Linux, Music, Technology, flac, mp3, tips"},{"@type":"BreadcrumbList","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress#listItem","position":1,"name":"Home","item":"https:\/\/mamchenkov.net\/wordpress","nextItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/#listItem","name":"Linux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/#listItem","position":3,"name":"Linux","item":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#listItem","name":"flac2mp3"},"previousItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#listItem","position":4,"name":"flac2mp3","previousItem":{"@type":"ListItem","@id":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/#listItem","name":"Linux"}}]},{"@type":"Person","@id":"https:\/\/mamchenkov.net\/wordpress\/#person","name":"Leonid Mamchenkov","image":{"@type":"ImageObject","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Leonid Mamchenkov"}},{"@type":"Person","@id":"https:\/\/mamchenkov.net\/wordpress\/author\/leonid\/#author","url":"https:\/\/mamchenkov.net\/wordpress\/author\/leonid\/","name":"Leonid Mamchenkov","image":{"@type":"ImageObject","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Leonid Mamchenkov"}},{"@type":"WebPage","@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#webpage","url":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/","name":"flac2mp3 - Leonid Mamchenkov","description":"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can't listen to in my car. So I thought I'd convert them now, especially that I have the guide handy it","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/mamchenkov.net\/wordpress\/#website"},"breadcrumb":{"@id":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/#breadcrumblist"},"author":{"@id":"https:\/\/mamchenkov.net\/wordpress\/author\/leonid\/#author"},"creator":{"@id":"https:\/\/mamchenkov.net\/wordpress\/author\/leonid\/#author"},"datePublished":"2010-07-08T11:42:13+02:00","dateModified":"2010-07-08T11:43:22+02:00"},{"@type":"WebSite","@id":"https:\/\/mamchenkov.net\/wordpress\/#website","url":"https:\/\/mamchenkov.net\/wordpress\/","name":"Blog of Leonid Mamchenkov","description":"Life, universe, and everything else","inLanguage":"en-US","publisher":{"@id":"https:\/\/mamchenkov.net\/wordpress\/#person"}}]},"og:locale":"en_US","og:site_name":"Leonid Mamchenkov - Life, universe, and everything else","og:type":"article","og:title":"flac2mp3 - Leonid Mamchenkov","og:description":"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can't listen to in my car. So I thought I'd convert them now, especially that I have the guide handy it","og:url":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/","og:image":"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg","og:image:secure_url":"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg","og:image:width":1024,"og:image:height":1024,"article:published_time":"2010-07-08T09:42:13+00:00","article:modified_time":"2010-07-08T09:43:22+00:00","article:publisher":"https:\/\/www.facebook.com\/MamchenkovBlog","twitter:card":"summary_large_image","twitter:site":"@mamchenkov","twitter:title":"flac2mp3 - Leonid Mamchenkov","twitter:description":"I was going through Fedora Planet stream when I noticed this blog post about converting Flac files to mp3 on Linux. That reminded me of a couple of folders with files that I can't listen to in my car. So I thought I'd convert them now, especially that I have the guide handy it","twitter:creator":"@mamchenkov","twitter:image":"https:\/\/mamchenkov.net\/wordpress\/wp-content\/uploads\/2026\/03\/leonid-sailing-beer.jpg"},"aioseo_meta_data":{"post_id":"12675","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-07-19 18:18:19","updated":"2026-01-15 05:45:46","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/mamchenkov.net\/wordpress\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tflac2mp3\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/mamchenkov.net\/wordpress"},{"label":"Technology","link":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/"},{"label":"Linux","link":"https:\/\/mamchenkov.net\/wordpress\/category\/technology\/linux\/"},{"label":"flac2mp3","link":"https:\/\/mamchenkov.net\/wordpress\/2010\/07\/08\/flac2mp3\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":8614,"url":"https:\/\/mamchenkov.net\/wordpress\/2005\/02\/11\/converting-flac-to-mp3-on-linux\/","url_meta":{"origin":12675,"position":0},"title":"Converting FLAC to MP3 on Linux","author":"Leonid Mamchenkov","date":"February 11, 2005","format":false,"excerpt":"FLAC is Free Lossless Audio Codec. A 35 megabyte WAV file converted to FLAC will occupy about 25 megabytes. This is a good decrease in size, considering the fact that no quality is lost. But some files aren't all about quality and thus will be much better in mp3 or\u2026","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9730,"url":"https:\/\/mamchenkov.net\/wordpress\/2005\/12\/03\/castoggsh-make-podcasts-smaller\/","url_meta":{"origin":12675,"position":1},"title":"castogg.sh &#8211; make podcasts smaller","author":"Leonid Mamchenkov","date":"December 3, 2005","format":false,"excerpt":"As you might know, podcasts are like radio shows recorded and distributed digitally (read: mp3 and RSS). Since pretty much anyone can record a show and distribute it over the Internet - everyone and their brother do that. The file sizes of some podcasts are huge. There are shows that\u2026","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9731,"url":"https:\/\/mamchenkov.net\/wordpress\/2005\/12\/03\/daily-del-icio-us-bookmarks\/","url_meta":{"origin":12675,"position":2},"title":"Daily del.icio.us bookmarks","author":"Leonid Mamchenkov","date":"December 3, 2005","format":false,"excerpt":"Shared bookmarks for del.icio.us user tvset on 2005-12-02 Blog of Leonid Mamchenkov \u00c2\u00bb castogg.sh - make podcasts smaller -- Simple shell script to convert mp3 files to 64 kbit\/s Ogg Vorbis files. Tagged as: bash filesystem linux mp3 ogg podcasting programming scripting shell JSAN -- JavaScript Archive Network Tagged as:\u2026","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7538,"url":"https:\/\/mamchenkov.net\/wordpress\/2004\/05\/28\/historical-speeches\/","url_meta":{"origin":12675,"position":3},"title":"Historical speeches","author":"Leonid Mamchenkov","date":"May 28, 2004","format":false,"excerpt":"Here is an interesting site - \"Historical speeches\". The interface is in Russian, but there are pictures of well-known people and original titles of their talks. Speeches are in MP3 or WAV format with the appropriate file size indicated nearby. Enjoy. :)","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11351,"url":"https:\/\/mamchenkov.net\/wordpress\/2008\/08\/27\/convert-russian-mp3-id3-tags-from-koi8-cp1251-to-utf8\/","url_meta":{"origin":12675,"position":4},"title":"mp3 collection maintenance","author":"Leonid Mamchenkov","date":"August 27, 2008","format":false,"excerpt":"I have a rather large MP3 collection.\u00a0 The directories and files are named correctly more or less, but ID3 tags used to be a mess until very recently.\u00a0 Two applications helped me to bring some order in that mess. EasyTag, a GUI application, that helped me to fix lots of\u2026","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8890,"url":"https:\/\/mamchenkov.net\/wordpress\/2005\/04\/25\/quote-of-the-day\/","url_meta":{"origin":12675,"position":5},"title":"Quote of the day","author":"Leonid Mamchenkov","date":"April 25, 2005","format":false,"excerpt":"Microsoft .WAV RIFF files. These appear to be very similar to IFF files, but not the same. They are the native sound file format of Windows. (Obviously, Windows was of such incredible importance to the computer industry that it just had to have its own sound file format.) Normally .wav\u2026","rel":"","context":"In &quot;All&quot;","block_context":{"text":"All","link":"https:\/\/mamchenkov.net\/wordpress\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/posts\/12675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/comments?post=12675"}],"version-history":[{"count":0,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/posts\/12675\/revisions"}],"wp:attachment":[{"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/media?parent=12675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/categories?post=12675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/tags?post=12675"},{"taxonomy":"keyring_services","embeddable":true,"href":"https:\/\/mamchenkov.net\/wordpress\/wp-json\/wp\/v2\/keyring_services?post=12675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}