Re: Permission denied at /usr/local/get_iplayer line 2153

2021-12-24 Thread Paul McGrath
Thanks for your help.  That worked.  I also discovered that the pref I
tried to save for AtomicParsley hadn't been saved in the options file
either so I've added it manually now.  Just have to work out a few
other prefs I like such as the file naming.  All good :-)  Merry
Christmas everyone

output /media/www/iPlayer_Recordings
ffmpeg /usr/local/bin/ffmpeg
atomicparsley /usr/local/bin/AtomicParsley

On Wed, 22 Dec 2021 at 22:22, iz  wrote:
>
> > Sent: Wednesday, December 22, 2021 at 10:05 PM
> > My options file has
> > ffmpeg /usr/local/bin
>
> You need the full path to ffmpeg, not just the directory.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Permission denied at /usr/local/get_iplayer line 2153

2021-12-22 Thread iz
> Sent: Wednesday, December 22, 2021 at 10:05 PM
> My options file has
> ffmpeg /usr/local/bin

You need the full path to ffmpeg, not just the directory.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Permission denied at /usr/local/get_iplayer line 2153

2021-12-22 Thread Paul McGrath
Hi Jimmy,
  thanks for replying.
I'm on FreeBSD 12..3 with get_iplayer 3.28
My options file has
ffmpeg /usr/local/bin

When I do a ffmpeg --version (it is in usr/local/bin) it is 4.4.1

Do I need a different version of ffmpeg in a different location?
Thanks
Paul

On Wed, 22 Dec 2021 at 16:22, Jimmy Aitken  wrote:
>
> On Wed, 22 Dec 2021 at 13:59, Paul McGrath  wrote:
> >
> > Hi,
> >   I have had this all working before but have had to reinstall my
> > server from scratch.  I am able to download the .ts file but when it
> > comes to convert I get an error:
> >
> > open3: exec of /usr/local/bin -loglevel fatal -nostats -y -i
> > /media/www/iPlayer_Recordings/X_XX_original.hls.ts -c:v copy
> > -c:a copy -bsf:a aac_adtstoasc -movflags faststart
> > /media/www/iPlayer_Recordings/
> > X_XX_original.partial.mp4 failed: Permission denied at
> > /usr/local/bin/get_iplayer line 2153.
>
> I'm guessing you don't have ffmpeg installed or the ffmpeg entry in
> your get_iplayer config is not set, since the exec of /usr/local/bin
> is probably not a good idea and this kind of looks like the conversion
> process that ffmpeg would perform to convert from ts to mp4.
>
> It would help more if you provided information about the version and
> the OS that you are running it under as well.
>
> Jimmy

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Permission denied at /usr/local/get_iplayer line 2153

2021-12-22 Thread Jimmy Aitken
On Wed, 22 Dec 2021 at 13:59, Paul McGrath  wrote:
>
> Hi,
>   I have had this all working before but have had to reinstall my
> server from scratch.  I am able to download the .ts file but when it
> comes to convert I get an error:
>
> open3: exec of /usr/local/bin -loglevel fatal -nostats -y -i
> /media/www/iPlayer_Recordings/X_XX_original.hls.ts -c:v copy
> -c:a copy -bsf:a aac_adtstoasc -movflags faststart
> /media/www/iPlayer_Recordings/
> X_XX_original.partial.mp4 failed: Permission denied at
> /usr/local/bin/get_iplayer line 2153.

I'm guessing you don't have ffmpeg installed or the ffmpeg entry in
your get_iplayer config is not set, since the exec of /usr/local/bin
is probably not a good idea and this kind of looks like the conversion
process that ffmpeg would perform to convert from ts to mp4.

It would help more if you provided information about the version and
the OS that you are running it under as well.

Jimmy

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer