{"id":363,"date":"2017-09-11T00:58:32","date_gmt":"2017-09-10T23:58:32","guid":{"rendered":"https:\/\/tollana.d-tor.org\/notes-to-self\/?p=363"},"modified":"2017-09-11T00:58:32","modified_gmt":"2017-09-10T23:58:32","slug":"powershell-pipe-for-ffmpeg","status":"publish","type":"post","link":"https:\/\/tollana.d-tor.org\/notes-to-self\/?p=363","title":{"rendered":"Powershell-Pipe for ffmpeg"},"content":{"rendered":"<p>Convert flac to mp3 (with the mp3-file in the subdir &#8220;mp3&#8221;):<\/p>\n<pre>$ Get-ChildItem *.flac | %{ ffmpeg.exe -i $_ -codec:a libmp3lame -qscale:a 2 (\"mp3\\{0}.mp3\" -f $_.BaseName) }<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Convert flac to mp3 (with the mp3-file in the subdir &#8220;mp3&#8221;): $ Get-ChildItem *.flac | %{ ffmpeg.exe -i $_ -codec:a libmp3lame -qscale:a 2 (&#8220;mp3\\{0}.mp3&#8221; -f $_.BaseName) } &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[78,43],"tags":[46],"class_list":["post-363","post","type-post","status-publish","format-standard","hentry","category-transcoding","category-windows","tag-powershell"],"_links":{"self":[{"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/posts\/363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=363"}],"version-history":[{"count":1,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/posts\/363\/revisions"}],"predecessor-version":[{"id":364,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=\/wp\/v2\/posts\/363\/revisions\/364"}],"wp:attachment":[{"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tollana.d-tor.org\/notes-to-self\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}