Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread michael norman

On 21/03/17 13:49, iz wrote:

Sent: Tuesday, March 21, 2017 at 1:35 PM
From: RS 

For HLS you need v2.5 or above so v3.2 ought to be alright.  However I have
a feeling there was a problem with v3.2 and you need to upgrade to v3.2.2.


You don't. I found the solution for particular issue covered here:

https://squarepenguin.co.uk/forums/thread-1144.html

and it no longer affects GiP, nor would it affect your example. And as you know 
from other posts, ffmpeg 3.2 will work OK.


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

Thank you for your help I'm going to put all this aside for a while and 
return to it later.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread iz
> Sent: Tuesday, March 21, 2017 at 1:35 PM
> From: RS 
>
> For HLS you need v2.5 or above so v3.2 ought to be alright.  However I have 
> a feeling there was a problem with v3.2 and you need to upgrade to v3.2.2. 

You don't. I found the solution for particular issue covered here:

https://squarepenguin.co.uk/forums/thread-1144.html

and it no longer affects GiP, nor would it affect your example. And as you know 
from other posts, ffmpeg 3.2 will work OK.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread RS

From: michael norman Sent: Tuesday, March 21, 2017 13:27



typing ffmpeg at a prompt produces exactly the result you describe.



short bit michael1@linuxBonds:~> which ffmpeg



/usr/bin/ffmpeg
michael1@linuxBonds:~> ffmpeg
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
 built with gcc 4.8 (SUSE Linux)


For HLS you need v2.5 or above so v3.2 ought to be alright.  However I have 
a feeling there was a problem with v3.2 and you need to upgrade to v3.2.2. 
If you search back through this list you should be able to find the details. 
Which version of ffmpeg are you running with Mint?




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread iz

> Sent: Tuesday, March 21, 2017 at 1:18 PM
> From: "michael norman"
>
> Whether I know how ffmpeg works is neither here nor there.

Oh yes it is. If ffmpeg is broken, incorrectly installed, inaccessible, or 
misconfigured, GiP won't be able to launch it. As someone suggested earlier in 
the thread, take the failed ffmpeg command from the GiP error message and try 
to run it at the command line. If it still begins with /usr/share/ffmpeg, 
change it to /usr/bin/ffmpeg.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread michael norman

On 21/03/17 13:18, RS wrote:

From: iz
Sent: Tuesday, March 21, 2017 12:59



Wrong syntax (compare to below), and not necessary since you have
established that /usr/bin/ffmpeg is in $PATH.


What happens if you type ffmeg at a prompt?  It should display the
version number and configuration information.  If it doesn't, you may
need to re-install ffmpeg.







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



typing ffmpeg at a prompt produces exactly the result you describe.

short bit michael1@linuxBonds:~> which ffmpeg

/usr/bin/ffmpeg
michael1@linuxBonds:~> ffmpeg
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.8 (SUSE Linux)




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread michael norman

On 21/03/17 12:59, iz wrote:

Sent: Tuesday, March 21, 2017 at 12:51 PM
From: "michael norman"

I last tried --prefs-add ffmpeg  "/usr/bin/ffmpeg" but that doesn't work.


Wrong syntax (compare to below), and not necessary since you have established 
that /usr/bin/ffmpeg is in $PATH.


I ran get_iplayer --prefs-del --ffmpeg="/usr/share/ffmpeg"


I suggest you back up and delete $HOME/.get_iplayer/options since it may have 
junk in it now. Run with only default settings until you know ffmpeg works.

Ok did that, same result, I'll set up another user and see if it works 
there, in desperation.  Whether I know how ffmpeg works is neither here 
nor there.  GIP should know how ffmpeg works whatever I try, which seems 
to be exclusive to me on two boxes running openSUSE, it or rather the 
OpenSUSE version of GIP does not.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread RS

From: iz
Sent: Tuesday, March 21, 2017 12:59


Wrong syntax (compare to below), and not necessary since you have 
established that /usr/bin/ffmpeg is in $PATH.


What happens if you type ffmeg at a prompt?  It should display the version 
number and configuration information.  If it doesn't, you may need to 
re-install ffmpeg.




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread iz
> Sent: Tuesday, March 21, 2017 at 12:51 PM
> From: "michael norman"
>
> I last tried --prefs-add ffmpeg  "/usr/bin/ffmpeg" but that doesn't work.

Wrong syntax (compare to below), and not necessary since you have established 
that /usr/bin/ffmpeg is in $PATH.

> I ran get_iplayer --prefs-del --ffmpeg="/usr/share/ffmpeg"

I suggest you back up and delete $HOME/.get_iplayer/options since it may have 
junk in it now. Run with only default settings until you know ffmpeg works.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread iz


> Sent: Tuesday, March 21, 2017 at 11:52 AM
> From: "michael norman" 
>
> Quite so.  What I can't work out is how to change that.

get_iplayer --prefs-del --ffmpeg="/usr/share/ffmpeg"

Run "which ffmpeg" at a prompt. If that returns "/usr/share/ffmpeg", something 
is dreadfully wrong that is unrelated to GiP.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread michael norman

On 21/03/17 11:43, iz wrote:




Sent: Friday, March 17, 2017 at 2:23 PM
From: "michael norman"

/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
open3: exec of /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
failed at /usr/bin/get_iplayer line 2075.


You have misconfigured GiP somehow. /usr/share/ffmpeg will never be the 
location of your ffmpeg binary. It is a folder that contains shared data for 
ffmpeg, such as preset files. No surprise that GiP can't launch a folder. Use 
/usr/bin/ffmpeg, though that should already in in $PATH and thus no need to 
configure GiP explicitly.

Quite so.  What I can't work out is how to change that.  I note other 
openSUSE users don't have this problem, but I did try another 
installation of GIP on another openSUSe box here and got the same 
result, go figure.  Same repo same set up both on leap42.2.


M

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread iz


> Sent: Friday, March 17, 2017 at 2:23 PM
> From: "michael norman"
>
> /home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
> open3: exec of /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
>  
> failed at /usr/bin/get_iplayer line 2075.

You have misconfigured GiP somehow. /usr/share/ffmpeg will never be the 
location of your ffmpeg binary. It is a folder that contains shared data for 
ffmpeg, such as preset files. No surprise that GiP can't launch a folder. Use 
/usr/bin/ffmpeg, though that should already in in $PATH and thus no need to 
configure GiP explicitly.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread michael norman

On 21/03/17 11:15, Budge wrote:

On 19/03/17 12:23, RS wrote:

From: Budge Sent: Saturday, March 18, 2017 20:15

You have got a lot more information from Mediainfo than I have seen.
What parameters do I need to use to get all that information?



I did not set any parameters.  What operating system are you using?


I am using Windows.  In Windows Mediainfo has a GUI and a number of tabs
to present information in different formats.  Maybe I am being unfair to
it, and I need to do a like for like comparison to see whether the Linux
version has information the Windows version does not.

Another program I need to get to know better is AtomicParsley.


I doubt that the windoze program is fundamentally different in function
but if you are using a GUI then clearly the input parameters may be
different.

You could always try linux.  It is very easy these days, especially with
live CDs which enable you to try various versions without messing with
your system.

Budge

___
Much as I agree about using Linux that and the other recent posts seem 
to have strayed away from my original problem.  I've stopped trying to 
solve that because I dual boot openSUSE and Linux Mint and GIP works as 
it should on the latter.  Continuing the OT bit about Linux distros and 
despite being a long term SUSE user since about 1998 Mint is the one I'd 
recommend Windows users to try. But as I say that is horribly OT here.


M


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-21 Thread Budge

On 19/03/17 12:23, RS wrote:

From: Budge Sent: Saturday, March 18, 2017 20:15

You have got a lot more information from Mediainfo than I have seen.
What parameters do I need to use to get all that information?



I did not set any parameters.  What operating system are you using?


I am using Windows.  In Windows Mediainfo has a GUI and a number of tabs
to present information in different formats.  Maybe I am being unfair to
it, and I need to do a like for like comparison to see whether the Linux
version has information the Windows version does not.

Another program I need to get to know better is AtomicParsley.


I doubt that the windoze program is fundamentally different in function 
but if you are using a GUI then clearly the input parameters may be 
different.


You could always try linux.  It is very easy these days, especially with 
live CDs which enable you to try various versions without messing with 
your system.


Budge

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-19 Thread RS

From: Budge Sent: Saturday, March 18, 2017 20:15

You have got a lot more information from Mediainfo than I have seen.
What parameters do I need to use to get all that information?



I did not set any parameters.  What operating system are you using?


I am using Windows.  In Windows Mediainfo has a GUI and a number of tabs to 
present information in different formats.  Maybe I am being unfair to it, 
and I need to do a like for like comparison to see whether the Linux version 
has information the Windows version does not.


Another program I need to get to know better is AtomicParsley.






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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread Budge

On 18/03/17 11:45, RS wrote:

From: Budge Sent: Saturday, March 18, 2017 10:58



I am also running Leap 42.2 and just tried your pid. It worked fine
and media info gave me:-


Your example is not quite the same.  Michael has used --tvmode=hlshd
whereas you seem to have used --tvmode=hvfxsd.

You have got a lot more information from Mediainfo than I have seen.
What parameters do I need to use to get all that information?


I did not set any parameters.  What operating system are you using?
Budge

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread RS

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= -c:v copy -c:a copy -bsf:a aac_adtstoasc .mp4
where  is your .hls.ts file and .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.




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 11:45, RS wrote:

From: Budge Sent: Saturday, March 18, 2017 10:58



I am also running Leap 42.2 and just tried your pid. It worked fine
and media info gave me:-


Your example is not quite the same.  Michael has used --tvmode=hlshd
whereas you seem to have used --tvmode=hvfxsd.

You have got a lot more information from Mediainfo than I have seen.
What parameters do I need to use to get all that information?



Surely the tv mode used makes no difference to whether or not ffmpeg can 
convert the file ?


As I said in another reply the downloads complete, they are .ts files 
which VLC will play.  So the problem I deduce to be with ffmpeg.  Either 
the version I'm using or perhaps that GIP doesn't know where to find it.



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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 11:04, RS wrote:

From: michael norman Sent: Saturday, March 18, 2017 09:55



On 18/03/17 07:38, The Kernel wrote:

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.


From your earlier posts it looks as though the get_iplayer download is
completing successfully.  You can check that by playing the file ending
.hls.ts in VLC.  Skip through it to the end, and confirm that it is
complete.  The failure appears to be occurring in ffmpeg.  What happens
if you run ffmpeg manually?  How much space to you have in your -output
directory?  You need enough space for a temporary file roughly the same
size as the .hls.ts file.



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.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread RS

From: Budge Sent: Saturday, March 18, 2017 10:58


I am also running Leap 42.2 and just tried your pid. It worked fine and 
media info gave me:-


Your example is not quite the same.  Michael has used --tvmode=hlshd whereas 
you seem to have used --tvmode=hvfxsd.


You have got a lot more information from Mediainfo than I have seen.  What 
parameters do I need to use to get all that information?




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread RS

From: michael norman Sent: Saturday, March 18, 2017 09:55



On 18/03/17 07:38, The Kernel wrote:

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.


From your earlier posts it looks as though the get_iplayer download is 
completing successfully.  You can check that by playing the file ending 
.hls.ts in VLC.  Skip through it to the end, and confirm that it is 
complete.  The failure appears to be occurring in ffmpeg.  What happens if 
you run ffmpeg manually?  How much space to you have in your -output 
directory?  You need enough space for a temporary file roughly the same size 
as the .hls.ts file.




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread Budge

Hi Michael,

[snip]

I am also running Leap 42.2 and just tried your pid. It worked fine and 
media info gave me:-


alastair@ibmserver2:~/GiP_Recordings> mediainfo 
imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.mp4

General
Complete name: 
imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.mp4

Format   : MPEG-4
Format profile   : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size: 718 MiB
Duration : 1 h 0 min
Overall bit rate : 1 670 kb/s
Collection   : imagine...: Summer 2010
Season   : 23
Album: imagine...: Summer 2010
Album/Performer  : BBC TV
Part : 3
Part/Position: 23
Track name   : Growing Old Disgracefully
Track name/Position  : 3
Grouping : Factual,Arts, Culture & the 
Media,V. S. Naipaul,Norman Mailer,Memoir,Arts,Documentaries,Diana 
Athill,Alan Yentob

Performer: BBC One
Composer : BBC iPlayer
Genre: Factual
ContentType  : TV Show
Description  : Alan Yentob meets 92-year-old 
Diana Athill, whose memoirs chart a life less ordinary.

Recorded date: 2010-06-29T22:35:00+01:00
Tagged date  : UTC 2017-03-18 09:29:26
Writing application  : Lavf57.56.100
Copyright: 2017 British Broadcasting 
Corporation, all rights reserved

Cover: Yes
Lyrics   : First shown in 2010, when she 
was 92, Diana Athill was suddenly a celebrity. Her frank and 
entertaining memoirs, mainly written after the age at which most people 
retire, chart a life less ordinary. She's had a string of love affairs, 
mainly with married, black and/or younger men, enjoyed fifty years of 
success as an editor, worked with writers as distinguished as Jean Rhys, 
Norman Mailer and VS Naipaul, and led a privileged childhood in a 
Norfolk mansion. Recently, she has chosen to go into an old people's 
home, where they take people 'who have had interesting lives'. Alan 
Yentob meets her to discuss her life, her work - and her outspoken 
thoughts on death. /  / EPISODE / 
http://www.bbc.co.uk/iplayer/episode/b00sz455 /  / SERIES / 
http://www.bbc.co.uk/programmes/b01dvvwf
Comment  : Alan Yentob meets 92-year-old 
Diana Athill, whose memoirs chart a life less ordinary.
LongDescription  : First shown in 2010, when she 
was 92, Diana Athill was suddenly a celebrity. Her frank and 
entertaining memoirs, mainly written after the age at which most people 
retire, chart a life less ordinary. She's had a string of love affairs, 
mainly with married, black and/or younger men, enjoyed fifty years of 
success as an editor, worked with writers as distinguished as Jean Rhys, 
Norman Mailer and VS Naipaul, and led a privileged childhood in a 
Norfolk mansion. Recently, she has chosen to go into an old people's 
home, where they take people 'who have had interesting lives'. Alan 
Yentob meets her to discuss her life, her work - and her outspoken 
thoughts on death.

Part_ID  : s23e03
TVNetworkName: BBC One

Video
ID   : 1
Format   : AVC
Format/Info  : Advanced Video Codec
Format profile   : Main@L3.1
Format settings, CABAC   : Yes
Format settings, ReFrames: 4 frames
Format settings, GOP : M=8, N=96
Codec ID : avc1
Codec ID/Info: Advanced Video Coding
Duration : 1 h 0 min
Bit rate : 1 571 kb/s
Width: 960 pixels
Height   : 540 pixels
Display aspect ratio : 16:9
Frame rate mode  : Constant
Frame rate   : 25.000 FPS
Color space  : YUV
Chroma subsampling   : 4:2:0
Bit depth: 8 bits
Scan type: Progressive
Bits/(Pixel*Frame)   : 0.121
Stream size  : 675 MiB (94%)
Color range  : Limited
Color primaries  

Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread The Kernel

On 18/03/17 09:55, michael norman wrote:

On 18/03/17 07:38, The Kernel wrote:

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>


That line reads:
$procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );


Also worth running

su -
zypper ve

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


Zypper reports all dependencies satisfied.

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




Please check
https://forums.opensuse.org/showthread.php/521016-Multimedia-Guide-for-openSUSE-Leap-42-2?p=2802678#post2802678

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 07:38, The Kernel wrote:

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>


That line reads:
$procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );


Also worth running

su -
zypper ve

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


Zypper reports all dependencies satisfied.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 05:34, The Kernel wrote:

On 17/03/17 22:10, Nick Lord wrote:

FWIW my get_iplayer 2.99 came from this repository:

http://download.opensuse.org/repositories/home:/malcolmlewis:/openSUSE_
General/openSUSE_Leap_42.2/

Is this what you're using?


I too use this
And all is well
Double check your GIP is 2.99 from Malcolm's repo
I would suggest toggling the repo switch on Packman, then on Malcolm's
and apply

See if that helps

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



I have double checked it.  I am unsure what you mean by toggling the 
repo switch.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 17/03/17 18:31, Nick Lord wrote:

I have the same set-up, which works fine for me. Is your ffmpeg maybe
out of date? I have version 3.2-6.6 from the packman repository


That's what I have.



On Fri, 2017-03-17 at 14:23 +, michael norman wrote:

Running as per the title

Converting video file fails as per this example

Matches:
5569:   imagine...: Summer 2010 - Growing Old Disgracefully, BBC
Two,
b00sz455

INFO: 1 Matching Programmes
INFO: Checking existence of original version
INFO:
hlshd1,hvfxsd1,hvfxsd2,dvfxsd1,dvfxsd2,dvfxsd3,dvfxsd4,hlsvhigh1,hvfx
high1,hvfxhigh2,dvfxhigh1,dvfxhigh2,dvfxhigh3,dvfxhigh4,hlsstd1,hlsxs
td1,hvflow1,hvflow2,dvflow1,dvflow2,dvflow3,dvflow4
modes will be tried for version original
INFO: Trying hlshd1 mode to record tv: imagine...: Summer 2010 - 3.
Growing Old Disgracefully
INFO: File name prefix =
imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original

INFO: Begin recording file:
/home/michael1/imagine_Summer_2010_-
_3._Growing_Old_Disgracefully_b00sz455_original.video.ts
INFO: Begin recording at: 0.00 MiB (00:00:00) [1]
INFO: Recorded: 1058.78 MiB (00:59:59) [360] in 00:03:34 at 39.58
Mibit/s
INFO: Saved HLS video file:
/home/michael1/imagine_Summer_2010_-
_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
INFO: Begin converting video file:
/home/michael1/imagine_Summer_2010_-
_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
open3: exec of /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
failed at /usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>

ffmpeg is here

michael1@linuxBonds:~> whereis ffmpeg
ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg
/usr/share/man/man1/ffmpeg.1.gz
michael1@linuxBonds:~>

Do I need to adjust my path to ffmpeg, or something else ?

Any suggestions please ?

M



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



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




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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 09:21, Colin Law wrote:

On 17 March 2017 at 14:23, michael norman  wrote:

Running as per the title

Converting video file fails as per this example

Matches:
5569:   imagine...: Summer 2010 - Growing Old Disgracefully, BBC Two,
b00sz455

INFO: 1 Matching Programmes
INFO: Checking existence of original version
INFO:
hlshd1,hvfxsd1,hvfxsd2,dvfxsd1,dvfxsd2,dvfxsd3,dvfxsd4,hlsvhigh1,hvfxhigh1,hvfxhigh2,dvfxhigh1,dvfxhigh2,dvfxhigh3,dvfxhigh4,hlsstd1,hlsxstd1,hvflow1,hvflow2,dvflow1,dvflow2,dvflow3,dvflow4
modes will be tried for version original
INFO: Trying hlshd1 mode to record tv: imagine...: Summer 2010 - 3. Growing
Old Disgracefully
INFO: File name prefix =
imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original
INFO: Begin recording file:
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.video.ts
INFO: Begin recording at: 0.00 MiB (00:00:00) [1]
INFO: Recorded: 1058.78 MiB (00:59:59) [360] in 00:03:34 at 39.58 Mibit/s
INFO: Saved HLS video file:
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
INFO: Begin converting video file:
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
open3: exec of /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
failed at /usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>

ffmpeg is here

michael1@linuxBonds:~> whereis ffmpeg
ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg /usr/share/man/man1/ffmpeg.1.gz


You may have two ffmpegs, /usr/bin/ffmpeg and /usr/share/ffmpeg. Run
which ffmpeg
to find which you are actually running.

Colin


michael1@linuxBonds:~> whereis ffmpeg
ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg /usr/share/man/man1/ffmpeg.1.gz

michael1@linuxBonds:~> which ffmpeg
/usr/bin/ffmpeg
michael1@linuxBonds:~>

I assume I need to point GIP to /usr/bin/ffmpeg.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 07:38, The Kernel wrote:

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>


That line reads:
$procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );


Also worth running

su -
zypper ve



I'll try that in a little while.


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread The Kernel

On 17/03/17 14:23, michael norman wrote:

_3._Growing_Old_Disgracefully_b00sz455_original.partial.mp4 failed at
/usr/bin/get_iplayer line 2075.
michael1@linuxBonds:~>


That line reads:
$procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );


Also worth running

su -
zypper ve

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread The Kernel

On 18/03/17 07:17, michael norman wrote:

That is exactly the version I have installed.


As I said though
Try the switch as I described

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-18 Thread michael norman

On 18/03/17 05:34, The Kernel wrote:

On 17/03/17 22:10, Nick Lord wrote:

FWIW my get_iplayer 2.99 came from this repository:

http://download.opensuse.org/repositories/home:/malcolmlewis:/openSUSE_
General/openSUSE_Leap_42.2/

Is this what you're using?


I too use this
And all is well
Double check your GIP is 2.99 from Malcolm's repo
I would suggest toggling the repo switch on Packman, then on Malcolm's
and apply

See if that helps

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


That is exactly the version I have installed.

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-17 Thread The Kernel

On 17/03/17 22:10, Nick Lord wrote:

FWIW my get_iplayer 2.99 came from this repository:

http://download.opensuse.org/repositories/home:/malcolmlewis:/openSUSE_
General/openSUSE_Leap_42.2/

Is this what you're using?


I too use this
And all is well
Double check your GIP is 2.99 from Malcolm's repo
I would suggest toggling the repo switch on Packman, then on Malcolm's 
and apply


See if that helps

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


Re: GIP 2.99 on openSUSE 42.2

2017-03-17 Thread Nick Lord
FWIW my get_iplayer 2.99 came from this repository: 

http://download.opensuse.org/repositories/home:/malcolmlewis:/openSUSE_
General/openSUSE_Leap_42.2/

Is this what you're using?


On Fri, 2017-03-17 at 21:36 +, michael norman wrote:
> Ok what do I know.
> 
> Running GIP 2.99 built by a known outside (of the main distro 
> contributor, same as using the ppa in Ubuntu) source.
> 
> I'll reboot and look at the logs.
> 
> M
> 
> On 17/03/17 20:30, Vangelis forthnet wrote:
> > 
> > On Fri Mar 17 19:07:30 GMT 2017, michael norman wrote:
> > 
> > > 
> > > Dunno what to try next
> > > perhaps create another user
> > > and see it that works ?
> > 
> > Hi Michael
> > 
> > In complete foreign territories here,
> > as an exclusive Windows user, but
> > starting with your provided log:
> > 
> > > 
> > > failed at /usr/bin/get_iplayer line 2075
> > 
> > and assuming (by all looks of it) you're on GiP 2.99,
> > line 2075
> > https://github.com/get-iplayer/get_iplayer/blob/47898e3c180541b3250
> > d2d1bc6fa49ef50e6b45f/get_iplayer#L2075
> > 
> > 
> > reads:
> > 
> > $procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );
> > 
> > This initially does not strike a reference to FFmpeg, its path or
> > version,
> > but little do I know...
> > I would hard reboot my system to open up
> > resources for whatever process is trying to
> > be started by the GiP script; in the code
> > adjacent to L2075 there's mention of module
> > IPC::Open3, but uncertain if that applies to
> > your OS...
> > Another thing is to create a verbose log for
> > your GiP run, to make troubleshooting easier...
> > Sorry I can't be more helpful...
> > 
> > Cheers,
> > Vangelis.
> > 
> > ___
> > get_iplayer mailing list
> > get_iplayer@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/get_iplayer
> 
> 
> ___
> get_iplayer mailing list
> get_iplayer@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer


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


Re: GIP 2.99 on openSUSE 42.2

2017-03-17 Thread Vangelis forthnet

On Fri Mar 17 19:07:30 GMT 2017, michael norman wrote:


Dunno what to try next
perhaps create another user
and see it that works ?


Hi Michael

In complete foreign territories here,
as an exclusive Windows user, but
starting with your provided log:


failed at /usr/bin/get_iplayer line 2075


and assuming (by all looks of it) you're on GiP 2.99,
line 2075
https://github.com/get-iplayer/get_iplayer/blob/47898e3c180541b3250d2d1bc6fa49ef50e6b45f/get_iplayer#L2075

reads:

$procid = open3( 0, $fh_child_out, $fh_child_err, @cmd );

This initially does not strike a reference to FFmpeg, its path or version,
but little do I know...
I would hard reboot my system to open up
resources for whatever process is trying to
be started by the GiP script; in the code
adjacent to L2075 there's mention of module
IPC::Open3, but uncertain if that applies to
your OS...
Another thing is to create a verbose log for
your GiP run, to make troubleshooting easier...
Sorry I can't be more helpful...

Cheers,
Vangelis. 



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


Re: GIP 2.99 on openSUSE 42.2

2017-03-17 Thread Nick Lord
I have the same set-up, which works fine for me. Is your ffmpeg maybe
out of date? I have version 3.2-6.6 from the packman repository


On Fri, 2017-03-17 at 14:23 +, michael norman wrote:
> Running as per the title
> 
> Converting video file fails as per this example
> 
> Matches:
> 5569:   imagine...: Summer 2010 - Growing Old Disgracefully, BBC
> Two, 
> b00sz455
> 
> INFO: 1 Matching Programmes
> INFO: Checking existence of original version
> INFO: 
> hlshd1,hvfxsd1,hvfxsd2,dvfxsd1,dvfxsd2,dvfxsd3,dvfxsd4,hlsvhigh1,hvfx
> high1,hvfxhigh2,dvfxhigh1,dvfxhigh2,dvfxhigh3,dvfxhigh4,hlsstd1,hlsxs
> td1,hvflow1,hvflow2,dvflow1,dvflow2,dvflow3,dvflow4 
> modes will be tried for version original
> INFO: Trying hlshd1 mode to record tv: imagine...: Summer 2010 - 3. 
> Growing Old Disgracefully
> INFO: File name prefix = 
> imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original 
> 
> INFO: Begin recording file: 
> /home/michael1/imagine_Summer_2010_-
> _3._Growing_Old_Disgracefully_b00sz455_original.video.ts
> INFO: Begin recording at: 0.00 MiB (00:00:00) [1]
> INFO: Recorded: 1058.78 MiB (00:59:59) [360] in 00:03:34 at 39.58 
> Mibit/s
> INFO: Saved HLS video file: 
> /home/michael1/imagine_Summer_2010_-
> _3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
> INFO: Begin converting video file: 
> /home/michael1/imagine_Summer_2010_-
> _3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
> open3: exec of /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 
> failed at /usr/bin/get_iplayer line 2075.
> michael1@linuxBonds:~>
> 
> ffmpeg is here
> 
> michael1@linuxBonds:~> whereis ffmpeg
> ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg
> /usr/share/man/man1/ffmpeg.1.gz
> michael1@linuxBonds:~>
> 
> Do I need to adjust my path to ffmpeg, or something else ?
> 
> Any suggestions please ?
> 
> M
> 
> 
> 
> ___
> get_iplayer mailing list
> get_iplayer@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer


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


GIP 2.99 on openSUSE 42.2

2017-03-17 Thread michael norman

Running as per the title

Converting video file fails as per this example

Matches:
5569:   imagine...: Summer 2010 - Growing Old Disgracefully, BBC Two, 
b00sz455


INFO: 1 Matching Programmes
INFO: Checking existence of original version
INFO: 
hlshd1,hvfxsd1,hvfxsd2,dvfxsd1,dvfxsd2,dvfxsd3,dvfxsd4,hlsvhigh1,hvfxhigh1,hvfxhigh2,dvfxhigh1,dvfxhigh2,dvfxhigh3,dvfxhigh4,hlsstd1,hlsxstd1,hvflow1,hvflow2,dvflow1,dvflow2,dvflow3,dvflow4 
modes will be tried for version original
INFO: Trying hlshd1 mode to record tv: imagine...: Summer 2010 - 3. 
Growing Old Disgracefully
INFO: File name prefix = 
imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original 

INFO: Begin recording file: 
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.video.ts

INFO: Begin recording at: 0.00 MiB (00:00:00) [1]
INFO: Recorded: 1058.78 MiB (00:59:59) [360] in 00:03:34 at 39.58 
Mibit/s
INFO: Saved HLS video file: 
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
INFO: Begin converting video file: 
/home/michael1/imagine_Summer_2010_-_3._Growing_Old_Disgracefully_b00sz455_original.hls.ts
open3: exec of /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 
failed at /usr/bin/get_iplayer line 2075.

michael1@linuxBonds:~>

ffmpeg is here

michael1@linuxBonds:~> whereis ffmpeg
ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg /usr/share/man/man1/ffmpeg.1.gz
michael1@linuxBonds:~>

Do I need to adjust my path to ffmpeg, or something else ?

Any suggestions please ?

M



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