youtube-dl works quite well with brightcove:
Code:
youtube-dl -F "http://www.wattsatelier.com/classes/drapery-phase-i/"
[generic] drapery-phase-i: Requesting header
WARNING: Falling back on generic information extractor.
[generic] drapery-phase-i: Downloading webpage
[generic] drapery-phase-i: Extracting information
[generic] Brightcove video detected.
[download] Downloading playlist: Drapery
[generic] playlist Drapery: Collected 1 video ids (downloading 1 of them)
[download] Downloading video #1 of 1
[Brightcove] 3238307827001: Downloading webpage
[Brightcove] 3238307827001: Extracting information
[info] Available formats for 3238307827001:
format code extension resolution note
0 mp4 400x224 13.87MiB (worst)
1 mp4 400x224 32.45MiB
2 mp4 720x404 106.25MiB
3 mp4 1280x720 110.11MiB (best)
youtube-dl -f 3 -g "http://www.wattsatelier.com/classes/drapery-phase-i/"
WARNING: Falling back on generic information extractor.
http://uds.ak.o.brightcove.com/2399754042001/2399754042001_3238727832001_Phase-1-Drapery-Introduction-Watts-Web.mp4
Ref.
http://rg3.github.io/youtube-dl/
Cheers