View Single Post
  #2  
Old 12-02-2012, 07:59 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: how to use AdobeHDS to convert local .f4f files?


manifest switch is supposed to work with remote manifest url not locally saved manifest file.
Code:
php AdobeHDS.php --manifest "http://some.server.com/manifest.f4m"
if you are trying to join locally saved fragments then use base filename without the trailing counter.

Code:
php AdobeHDS.php 9000Seg
or
Code:
php AdobeHDS.php --fragments 9000Seg
also f4f extension is optional. go through wiki once again.

Last edited by KSV : 12-02-2012 at 10:41 AM.
Reply With Quote