get_iplayer 1.28 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News get_iplayer 1.28 (Default branch)
# 1  
Old 02-01-2009
get_iplayer 1.28 (Default branch)

get_iplayer allows a user to download or stream any BBC iPlayer TV program (H.264/Quicktime), ITVplayer TV programs (ASF/WMV), iPlayer radio programs (MP3/RealAudio), and BBC podcasts (MP3/AAC). It even downloads iPlayer subtitles. It supports RTMP iPlayer downloads. It has full PVR functionality for automatic downloading. License: GNU General Public License v3 Changes:
All ITV programs now get downloaded under the directory specified with --outputitv and not from --outputtv. The global type hash was made local. The global download_dir hash was removed and functionality was put into the generate_file_prefix method. Detection of bad request URLs was added for the iphone download method. Lack of programs in iplayer playlists is detected and unavailability is reported. --streminfo is allowed in --pid mode. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
VBRFIX(1)							   User Commands							 VBRFIX(1)

NAME
vbrfix - fix erroneous VBR MP3 files SYNOPSIS
vbrfix -flag1 -flag2 -flagn in.mp3 out.mp3 DESCRIPTION
In an average song there are points that require high quality and points that require low quality (i.e., silence). Instead of having the whole file at 160kbps (CBR - Constant Bit Rate), we can use VBR - Variable Bit rate. This allows us to have say 96Kbps at points not requiring high quality and 192kbps when we need it: resulting in an overall smaller but higher quality MP3. However, the problem is that many MP3 programs estimate the time of a MP3 based on the first bitrate they find and the filesize. With VBR you can get fairly random times; as most songs start with silence you usually get the song length being shown as much longer than it should be. Also when you jump through the file in VBR: 50% through the file is not 50% through the song. A VBR null frame is placed at the beginning of the file to tell the MP3 player information about the song length and indexing through the song. Some poor encoders don't produce this null frame or do so incorrectly - this is what vbrfix attempts to fix. Vbrfix can also fix other problems with MP3s as it deletes all non-MP3 content (other than tags you state you want to keep). It can also help when merging two VBR MP3s together with a merging tool and then needing a newly calculated VBR null frame. -ri1 removeId3v1 Tag -ri2 removeId3v2 Tag -skiplame if a tag was made by LAME don't fix it -always always write a new file even if not VBR -makevbr make it VBR (you need -always also) -log write a log file -lameinfo keep the lame info SEE ALSO
lame (1) VBRFIX Command Line Version May 2010 VBRFIX(1)