iview-dl --- A simple script for downloading ABC iView videos.


About

iview-dl is a simple script to facilitate easier downloading of ABC iView content. This is useful where your connection speed isn't fast enough to stream it live, or your hardware is somewhat limited and therefore too slow using the conventional Flash system provided.

Requirements

iview-dl is just a bash script and therefore only requires bash, wget, xsltproc (libxslt) and rtmpdump

Having said that, it has only been tested in Linux (and only ArchLinux at that).

Download

Download iview-dl v0.03
( MD5SUM: 91d0a0f287efd762eace055d22a6b9d8 )

Aspect Ratio

You will notice that the flv files that are downloaded are 640x480 resolution but lack any aspect ratio information. This means that when played the videos will appear stretched vertically. To get around this WITHOUT re-encoding, you can simply repackage the video data so that it will play at a corrected resolution of 852x480 (1.777 aspect ratio).

Re-packaging can be done using ffmpeg to create a new file with a package compatible with the video data and having the aspect ratio stored in it like so:

ffmpeg \
    -i INPUT_FILE.flv \
    -acodec copy \
    -vcodec copy \
    -aspect 16:9 \
    OUTPUT_FILE.mkv
    
Image: Valid HTML 4.01 Transitional Image: DigitalOcean Virtual Servers - Complete VPS Solution - http://www.digitalocean.com/ Image: Play Ogg - Support open media formats - http://playogg.org/ Image: Quadronyx Logo - http://www.quadronyx.org/ Image: DaTaPaX Domains - http://store.domains.datapax.com.au/ Image: Powered by Linux - The free OS - http://www.linux.org/ Image: Get Claws Mail - The user-friendly, lightweight and fast email client - http://www.claws-mail.org/ Image: iHerb, Trusted Brands, Healthy Rewards, $10 off first order! - http://www.iherb.com/?rcode=HBN436

Image: Pale Moon, Your browser, Your way - http://www.palemoon.org/

Last updated: 2010-12-08 14:21 UTC