User Tools

Site Tools


public:getting_get_iplayer_running_on_srcf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:getting_get_iplayer_running_on_srcf [2018/08/27 12:33] – [File size consideration] fangfufupublic:getting_get_iplayer_running_on_srcf [2018/08/27 12:41] fangfufu
Line 1: Line 1:
-====== Getting get_iplayer running on SRCF ======+====== Running get_iplayer on SRCF ======
 Well, if you are here, congratulations - you are one of the elite of elites.  Well, if you are here, congratulations - you are one of the elite of elites. 
  
 +====== Get get_iplayer running ======
 Right now, SRCF comes with ffmpeg, but not AtomicParsley. The Perl environment is also incomplete for running get_iplayer. Here is what I have to do to get my get_iplayer installation running: Right now, SRCF comes with ffmpeg, but not AtomicParsley. The Perl environment is also incomplete for running get_iplayer. Here is what I have to do to get my get_iplayer installation running:
  
Line 27: Line 28:
 cd ${HOME} cd ${HOME}
 </code> </code>
 +
 +===== Update your get_iplayer =====
 +<code>
 +cd ${HOME}/bin
 +cd bin
 +wget https://raw.githubusercontent.com/get-iplayer/get_iplayer/master/get_iplayer -O get_iplayer
 +</code>
 +
 +====== How to deal with large video files.  ======
 +As of 27/Aug/2018, an 1 hour video from iPlayer at the best quality costs about 2.4GB. With SRCF, you get only 1GB [(https://www.srcf.net/faq/managing-account)] of storage quota - I am not sure if you want to email the sysadmin to increase the quota. I prefer to to save my file elsewhere on the Internet. I do this my using ''sshfs''.
  
 ===== Edit your get_iplayer option file ===== ===== Edit your get_iplayer option file =====
Line 32: Line 43:
 cd ${HOME} cd ${HOME}
 mkdir -p .get_iplayer mkdir -p .get_iplayer
 +mkdir -p mnt
 # Open up the editor # Open up the editor
 nano .get_iplayer/options  nano .get_iplayer/options 
Line 45: Line 57:
 </code> </code>
 You can just copy and paste the content to the editor, then press ''Ctrl + O'' then ''Ctrl + X'' to exit. Note that I output my files to a folder called ''mnt'' You can just copy and paste the content to the editor, then press ''Ctrl + O'' then ''Ctrl + X'' to exit. Note that I output my files to a folder called ''mnt''
- 
-===== Update your get_iplayer ===== 
-<code> 
-cd ${HOME}/bin 
-cd bin 
-wget https://raw.githubusercontent.com/get-iplayer/get_iplayer/master/get_iplayer -O get_iplayer 
-</code> 
- 
-===== File size consideration ===== 
-These are dumped by running ''get_iplayer --info'' on an episode of Holby City on 27/Aug/2018. The output might change in the future. An episode of Holby City is 1 hour. Do note that with SRCF, you get only 1GB [(https://www.srcf.net/faq/managing-account)] of storage quota. So you might want to ''sshfs'' mount your output directory.  
-<code> 
-modesizes:       original:  
-hvfhd1=2443MB, 
-hvfhd2=2443MB, 
-hvfhd3=2443MB, 
-dvfhd1=2209MB, 
-dvfhd2=2209MB, 
-hvfsd1=1419MB, 
-hvfsd2=1419MB, 
-hvfsd3=1419MB, 
-dvfsd1=1225MB, 
-dvfsd2=1225MB, 
-hvfxsd1=872MB, 
-hvfxsd2=872MB, 
-hvfxsd3=872MB, 
-dvfxsd1=699MB, 
-dvfxsd2=699MB, 
-hvfhigh1=857MB, 
-hvfhigh2=857MB, 
-hvfhigh3=857MB, 
-dvfhigh1=684MB, 
-dvfhigh2=684MB, 
-hvfxhigh1=520MB, 
-hvfxhigh2=520MB, 
-hvfxhigh3=520MB, 
-dvfxhigh1=360MB, 
-dvfxhigh2=360MB, 
-hvflow1=343MB, 
-hvflow2=343MB, 
-hvflow3=343MB, 
-dvflow1=190MB, 
-dvflow2=190MB, 
-subtitles1=107kB, 
-subtitles2=107kB  
-[estimated sizes only] 
-</code> 
  
  
public/getting_get_iplayer_running_on_srcf.txt · Last modified: 2018/08/27 21:59 by fangfufu