GIP 2.99 on openSUSE 42.2
RS
richard22j at zoho.com
Sat Mar 18 06:26:42 PDT 2017
>From: michael norman Sent: Saturday, March 18, 2017 12:55
>The downloaded file (s) is complete. VLC will play them. I have more than
>enough space in the relevant directory to run ffmpeg manually, if I knew
>how to do that.
You can take the parameters from the command in your verbose output.
/usr/share/ffmpeg -loglevel error -stats -y -i
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
-c:v copy -c:a copy -bsf:a aac_adtstoasc
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4
The syntax is
ffmpeg -i=<infile> -c:v copy -c:a copy -bsf:a aac_adtstoasc <outfile>.mp4
where <infile> is your .hls.ts file and <outfile>.mp4 is the output file.
You can add -loglevel=error and -stats but you don't need them. -y tells
it to overwrite the output file if it already exists. You may find it
easier to rename the input and output files to something shorter.
As far as I know get_iplayer used the same code to download HLS and HVF, so
you are probably right that changing from one to the other makes no
difference. What trying to isolate faults it is a good idea to keep
everything as similar as possible and change one item at a time.
More information about the get_iplayer
mailing list