{"id":598,"date":"2015-02-07T11:32:28","date_gmt":"2015-02-07T10:32:28","guid":{"rendered":"https:\/\/hoover.gplrank.de\/?p=598"},"modified":"2015-02-07T11:33:35","modified_gmt":"2015-02-07T10:33:35","slug":"selecting-the-english-audio-channel-usually-2-from-a-digital-tv-broadcast","status":"publish","type":"post","link":"https:\/\/hoover.gplrank.de\/?p=598","title":{"rendered":"Selecting the english audio channel (usually #2) from a digital TV broadcast"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"http:\/\/www.tvdr.de\/vdr-logo.jpg\" alt=\"\" width=\"100\" height=\"43\" \/><\/p>\n<p>Here&#8217;s a command line using ffmpeg to convert a digital broadcast transport stream (TS) to a &#8220;program stream&#8221; (PS), selecting the 2nd audio channel in the process:<\/p>\n<pre>ffmpeg -i 00001.ts -map o:v -map 0:2 -vcodec copy -acodec copy 001.mpg<\/pre>\n<p>You can use this command to convert vdr recordings for example.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s a command line using ffmpeg to convert a digital broadcast transport stream (TS) to a &#8220;program stream&#8221; (PS), selecting the 2nd audio channel in the process: ffmpeg -i 00001.ts -map o:v -map 0:2 -vcodec copy -acodec copy 001.mpg You can use this command to convert vdr recordings for example.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,8],"tags":[],"class_list":["post-598","post","type-post","status-publish","format-standard","hentry","category-general","category-it"],"_links":{"self":[{"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/posts\/598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=598"}],"version-history":[{"count":4,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/posts\/598\/revisions"}],"predecessor-version":[{"id":603,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=\/wp\/v2\/posts\/598\/revisions\/603"}],"wp:attachment":[{"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoover.gplrank.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}