{"id":353,"date":"2008-10-28T03:06:40","date_gmt":"2008-10-28T01:06:40","guid":{"rendered":"http:\/\/mattiesworld.gotdns.org\/weblog\/2008\/10\/28\/extract-audio-from-av-container\/"},"modified":"2008-10-28T03:06:40","modified_gmt":"2008-10-28T01:06:40","slug":"extract-audio-from-av-container","status":"publish","type":"post","link":"https:\/\/mattiesworld.gotdns.org\/weblog\/2008\/10\/28\/extract-audio-from-av-container\/","title":{"rendered":"Extract audio from AV container"},"content":{"rendered":"<p>A while back, I posted a link to a program for <a href=\"https:\/\/mattiesworld.gotdns.org\/weblog\/2007\/10\/11\/extract-audio-from-flv-tool\/\">splitting off the audio of an FLV file<\/a>.<\/p>\n<p>The linux equivalent would be to use mplayer, your video swiss army tool \ud83d\ude09<\/p>\n<p>I&#8217;ve put it into a convenient <a href=\"http:\/\/developer.kde.org\/documentation\/tutorials\/dot\/servicemenus.html\">KDE (3) service menu entry<\/a> (copy paste in a file in $HOME\/.kde\/share\/apps\/konqueror\/servicemenus):<br \/>\n<verbatim><br \/>\n[Desktop Entry]<br \/>\nEncoding=UTF-8<br \/>\nServiceTypes=video\/*<br \/>\nActions=extractaudio<\/p>\n<p>[Desktop Action extractaudio]<br \/>\nName=ExtractAudio<br \/>\nName[en]=Extract audio<br \/>\nExec=mplayer -dumpaudio %u -dumpfile %u.dump<br \/>\nIcon=sound<br \/>\n<\/verbatim><\/p>\n<p>Now you should have an action &#8220;Extract audio&#8221; when you right click on a video file. It should work on all mplayer supported video files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A while back, I posted a link to a program for splitting off the audio of an FLV file. The linux equivalent would be to use mplayer, your video swiss army tool \ud83d\ude09 I&#8217;ve put it into a convenient KDE (3) service menu entry (copy paste in a file in $HOME\/.kde\/share\/apps\/konqueror\/servicemenus): [Desktop Entry] Encoding=UTF-8 ServiceTypes=video\/* &hellip; <a href=\"https:\/\/mattiesworld.gotdns.org\/weblog\/2008\/10\/28\/extract-audio-from-av-container\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Extract audio from AV container<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,10],"tags":[],"class_list":["post-353","post","type-post","status-publish","format-standard","hentry","category-linux","category-tweaking"],"_links":{"self":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/comments?post=353"}],"version-history":[{"count":0,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/353\/revisions"}],"wp:attachment":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/media?parent=353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/categories?post=353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/tags?post=353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}