Re: ffmpeg conversion

2017-09-03 Thread RS
From: Nick Payne Sent: Sunday, September 3, 2017 04:23 What is the ffmpeg command that GiP uses to convert the ts downloads to mp4? I occasionally find after downloading a program that for some reason the conversion to mp4 has not happened and I only have the ts file. I can convert this to mp

Re: ffmpeg conversion

2017-09-03 Thread Mark Carroll
On 03 Sep 2017, RS wrote: > I regard get_iplayer as an educational tool as well as performing the > function it was written for. I have often felt it would be useful if the > commands passed to ffmpeg were displayed so we could learn to do it for > ourselves. It is of course possible to searc

Re: ffmpeg conversion

2017-09-03 Thread RS
From: Jeremy Nicoll - ml gip Sent: Sunday, September 3, 2017 10:59 On 2017-09-03 10:36, I wrote: I regard get_iplayer as an educational tool as well as performing the function it was written for. I have often felt it would be useful if the commands passed to ffmpeg were displayed so we coul

Re: ffmpeg conversion

2017-09-03 Thread artisticforge .
hello if you log the output of get_iplayer you can see the ffmpeg commands being issued. under Linux and Mac OSX the below is what i use. #!/bin/bash ddate=`date +%F`; day=`echo ${ddate} | awk -F\- '{ printf( "%2.2d", $3 ) }'`; mth=`echo ${ddate} | awk -F\- '{ print $2 }'`; yrs=`echo ${ddate}