Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-07-2014, 12:12 PM
|
#1
|
Member
Registered: Jan 2014
Posts: 86
Rep:
|
How can I make get-iplayer produce a smaller, watchable-quality file.
My humble question:
How do I make get-iplayer produce a filesize (on my hard drive) that ISN'T ON
THE BIG SIDE, and that still gives me a watchable quality?
Summary findings:
1. I'm using get-iplayer v2.82. The files I produce on hard drive are all mp4.
2. I've discovered the following (downloading same TV program in both cases):
Using --modes=flashstd and --tvmode=flashhigh2 gives a watchable quality file
which is the SAME FILESIZE as the qualities ABOVE this that --modes and --tvmode
can deliver.
The VERY NEXT step down in quality from the above settings (from my
experimenting) is --modes=flashstd and --tvmode=flashstd1. This gives a smaller
filesize, BUT is *NOT* a watchable quality.
THE POINT BEING THAT YOU DON'T SEEM TO BE ABLE TO DROP DOWN FROM A "TOO BIG"
FILESIZE TO A SMALLER SIZE AND GET A WATCHABLE QUALITY.
3. My command line had the following form:
get-iplayer --get 1234 --modes=flashstd --tvmode=flashhigh2
I tried:
i) --modes=flashstd --tvmode=flashhigh2
Result: Filesize 170Mb (too big for my liking).
(TV program: "The Slammer" from BBC iplayer, 30 minute duration, WATCHABLE
QUALITY.)
ii) --modes=flashstd --tvmode=flashstd1
Result: Filesize 110Mb (an ACCEPTABLE SIZE, but *NOT* watchable quality).
(TV program: Same program as above, from BBC iplayer, 30 minute duration, *NOT*
watchable quality (some murky pixelation)).
iii) For comparison:
TV program: "Terry and June", from YOUTUBE, mp4, only 90Mb filesize
(ACCEPTABLE), 30 minutes duration, WATCHABLE QUALITY.
-----------------------------------------------------------------------------
Full Details:
4. My aim is to avoid downloading files with get-iplayer that are twice as big
as similar-duration programs that I download from youtube. You see I don't want
to swallow up disc space.
5. I've deduced the following:
--modes:
Specifies the RECORDING QUALITY you want (in your file on the hard drive). For
example, if you had a video tape recorder, then LP (long play) recording mode
is a lower recording quality than SP (standard play).
--tvmode:
Specifies the QUALITY of TV program that you want to FETCH from the BBC end (eg
HD, SD, and the sub-qualities within these).
6. I've intelligently experimented with combinations of --modes and --tvmode,
but at the point at which a SMALLER FILE is produced, its quality isn't good
enough to watch.
7. When I download say a 30 minute TV program from youtube, the filesize is say
90Mb (mp4), and of watchable quality. But with get-iplayer (downloading from
BBC), for the same program duration of 30 minutes, I can't produce a file that
is less than about 170Mb *AND* that is of watchable quality.
Last edited by winger9; 05-08-2014 at 12:27 PM.
Reason: Emphasizing the word "ABOVE".
|
|
|
05-07-2014, 03:14 PM
|
#2
|
LQ Newbie
Registered: Sep 2013
Location: UK
Distribution: Linux Mint 18 "Sarah" - Xfce (64-bit)
Posts: 29
Rep: 
|
Quote:
Originally Posted by winger9
1. I'm using get-iplayer v2.82.
|
Hi
This needs to be updated pronto.
Code:
@Xubuntu:~$ get_iplayer -V
get_iplayer v2.86
Quote:
Originally Posted by winger9
3. My command line had the following form:
get-iplayer --get 1234 --modes=flashstd --tvmode=flashhigh2
|
These are the modes that are (usually) available:-
Quote:
flashhd
flashvhigh
flashhigh
flashstd
flashnormal
flashlow
|
Simplify your commands and test those six different modes with commands like this:-
Code:
get_iplayer --mode=flashhigh --pid=b03h42yg
Code:
Complete name : The_Slammer_-_The_Slammer_Returns_5._Come_Lie_with_Me_b03h42yg_default.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 161 MiB
Duration : 28mn 1s
Overall bit rate mode : Constant
Overall bit rate : 803 Kbps
Collection : The Slammer
Last edited by bat999; 05-07-2014 at 03:45 PM.
|
|
|
05-08-2014, 12:19 PM
|
#3
|
Member
Registered: Jan 2014
Posts: 86
Original Poster
Rep:
|
Re #2
Hi bat999
I'm most grateful for your kind help. I've got Knoppix live distro installed on
hard disc, distro 7.0.2, kernel release 3.3.7. It's effectively Debian.
I don't mind updating to get-iplayer 2.86 but the repository that my Synaptic
package manager uses, only provides 2.82 (after updating the database).
Do you know how I can obtain 2.86. I like to know what I'm doing, so if you're
kindly able to let me know what the technical steps are, could you spell out
what each bit is doing?
I'm a cautious sort, so if I install 2.86, is there a way of COMPLETELY removing
that version, and re-instating/-installing 2.82 if I want to (as if nothing had
happened)?
Do you know how I can have BOTH get-iplayer versions installed at the same time
so that I can use either one?
By the way, I hope linuxquestions considerably boost your level from "LQ
Newbie". You're definitely much higher than that.
I wish I had your knack of putting things briefly.
Regards, John.
|
|
|
05-08-2014, 01:34 PM
|
#4
|
LQ Newbie
Registered: Sep 2013
Location: UK
Distribution: Linux Mint 18 "Sarah" - Xfce (64-bit)
Posts: 29
Rep: 
|
Quote:
Originally Posted by winger9
... I've got Knoppix live distro installed on
hard disc, distro 7.0.2... It's effectively Debian...
...I don't mind updating to get-iplayer 2.86 but the repository that my Synaptic
package manager uses, only provides 2.82 ...
Do you know how I can obtain 2.86.
|
Hi
I'm not familiar with Knoppix system.
There's info at get_iplayer forum...
Installing get_iplayer on Linux Ubuntu
(and most Debian based distros)
Here --> http://squarepenguin.co.uk/guides/li...install-guide/
PPA is a good option for Ubuntu users, maybe it's OK for Knoppix too.
|
|
|
All times are GMT -5. The time now is 06:42 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|