View Single Post
  #1  
Old 12-01-2012, 03:44 PM
teostream teostream is offline
Junior Member
 
Join Date: Dec 2012
Posts: 3
teostream is on a distinguished road
Default

how to use AdobeHDS to convert local .f4f files?


i downloaded a movie i bought through Vudu and it was downloaded 3 files:
1. 9000.f4m
2. 9000Seg1.f4f
3. f4f_frag_offsets.csv


a) I ran php AdobeHDS.php 9000Seg1.f4f
> Found 0 fragments
b) then I ran php AdobeHDS.php --manifest "file:///<goodPath>/9000.f4m" 9000Seg1.f4f

I get a bunch of errors about the XML file:
Warning: simplexml_load_string(): Entity: line 27: parser error : Opening and ending tag mismatch: META line 11 and head in AdobeHDS.php on line 409

Is it possible to use AdobeHDS to convert local .f4f files?
Reply With Quote