How to use the HDR video files from the Cannon T2i running Magic Lantern Firmwar
Final Cut X ← Easiest
http://alex4d.wordpress.com/2012/01/03/ml-u-hdr...
[LESS INFO] 0 VIEWS | ADDED 05:35:51 05/24/12
How to use the HDR video files from the Cannon T2i running Magic Lantern Firmwar
Final Cut X ← Easiest
http://alex4d.wordpress.com/2012/01/03/ml-u-hdr-compose-fcpx-plug-in/
AfterFX ←- Most control
http://www.youtube.com/watch?v=bdtLZUS92Vw
Premire/AfterFX ←- Complex but realtime
http://philipbloom.net/2011/12/24/magic-lantern-releases-new-hdr-firmware-for-canon-t2i550d/
Blender ←- Free
http://blenderartists.org/forum/showthread.php?240405-Magic-Lantern-HDR-in-Blender-VSE
HDR Video with a DSLR
0 Views 19:22:39 05/18/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video. http://magiclan...
[LESS INFO] 0 VIEWS | ADDED 19:22:39 05/18/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video. http://magiclantern.wikia.com/wiki/Magic_Lantern_Firmware_Wiki
HDR Video with a DSLR
0 Views 23:28:29 05/15/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video.
http://magic...
[LESS INFO] 0 VIEWS | ADDED 23:28:29 05/15/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video.
http://magiclantern.wikia.com/wiki/Magic_Lantern_Firmware_Wiki
HDR Video with a DSLR
0 Views 23:28:29 05/15/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video.
http://magic...
[LESS INFO] 0 VIEWS | ADDED 23:28:29 05/15/12
Pox shows how to install the Magic Lantern Firmware for the Canon T2i and shoot HDR video. Next week we will tell you how to process the HDR Video.
http://magiclantern.wikia.com/wiki/Magic_Lantern_Firmware_Wiki
Too Smart Answers
0 Views 02:17:53 05/07/12
Pox and Couchguy are joined by Railman to talk about some of the comments and show requests.
[LESS INFO] 1 VIEWS | ADDED 15:21:24 04/15/12
Pox, Couchguy and Ragable talk about new trends in video production like 4K cameras
NAB 2012 PreShow
0 Views 13:34:34 04/15/12
Pox and Coughguy talk with Ragable about NAB - The National Association of Broadcasters Convention in Las Vegas and the future of Video Production. 4K TV and Cameras
[LESS INFO] 0 VIEWS | ADDED 13:34:34 04/15/12
Pox and Coughguy talk with Ragable about NAB - The National Association of Broadcasters Convention in Las Vegas and the future of Video Production. 4K TV and Cameras
Linux 101 - Part 01...
1 Views 04:09:00 04/09/12
Couchguy and Pox give their options on the Linux OS
http://www.ubuntu.com/
[LESS INFO] 1 VIEWS | ADDED 04:09:00 04/09/12
Couchguy and Pox give their options on the Linux OS
http://www.ubuntu.com/
Play with your Wii ...
1 Views 05:57:56 03/27/12
How to play Wii games in HD on the big screen via an Emulator call Dolphin.
http://dolphin-emulator.com/
http://www.microsoft.com/download/en/details.aspx?d...
[LESS INFO] 1 VIEWS | ADDED 05:57:56 03/27/12
How to play Wii games in HD on the big screen via an Emulator call Dolphin.
http://dolphin-emulator.com/
http://www.microsoft.com/download/en/details.aspx?displaylang=en%id=35
http://www.youtube.com/watch?v=ScAE37_f8GU
New iPad - 4X Better?
2 Views 05:04:35 03/14/12
Pox, Ragable and Cough give there thoughts on the New iPad
[LESS INFO] 15 VIEWS | ADDED 21:32:29 02/20/12
Pox, Ragable and Couchguy show the new Playstation Vita and give details on the system and it's US launch.
Q and A - FreeNAS,K...
15 Views 19:00:09 02/13/12
The Crew answers viewers questions that have been emailed or posted in the comments
FreeNAS’ Bittorrent Client enabled to use a Blocklist and Schedules
___
* Enabling Transmission (bittorrent client)
* Navigate Chrome to FreeNAS URL and login
* Navigate to Services -> Bittorrent
* Check the Enable box
* Go over each options and explain their meaning and recommended settings Add system variables to enable Transmission's blocklist
* Navigate to System -> Advanced -> rc.conf tab
* transmission_blocklist=YES, and transmission_noblocklist=NO Create Blocklist Updating Script
* Navigate to: http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=60&t=519&st=0&sk=t&sd=a&start=20#p5515
* Copy and save the script locally
* Transfer the script over to a directory
* NOTE: account has to be in staff group to edit Navigate to Advanced -> CommandChange permissions on the script to be executable
* chmod 774 /path/to/update_script.sh Change owner and group to transmission:staff
* chown transmission:staff /path/to/update_script.sh
* NOTE: Write down the full path to the script, the cron tab doesn’t have a file browser Add cron job for script
* Navigate to System -> Advanced -> Cron tab
* Add a job for the blacklist script (you can set whatever time/day you wish) Add cron jobs to set bandwidth limits
* Naviate to System -> Advanced -> Cron tab
* The command for unlimited upload/download is: “/usr/local/bin/transmission-remote --no-uplimit --no-downlimit --auth admin:xxxxxxxx
* The command for limited upload is: /usr/local/bin/transmission-remote --uplimit 2 --downlimit 95 --auth admin:xxxxxxxx
* NOTE: switches require double dashes “--”
* NOTE: Transmission uses KiloBYTES for up and down limits. Adjust your numbers accordingly.
* i.e. I usually have a 10Kbps limit, that would roughly be 2 KBps. Change owners on Transmission directories
* Navigate to Advanced -> Command
* Execute the following:
* chown -R transmission $(xml sel -T -t -v "/freenas/bittorrent/downloaddir" /conf/config.xml)
* chown -R transmission $(xml sel -T -t -v "/freenas/bittorrent/configdir" /conf/config.xml) Change Group Permissions on Download Directory
* Navigate to Advanced -> File Manager
* Log in with your designated admin account for the WebUI
* Navigate to where your download directory is located
* In the Perm’s column for the directory row, click the permission mask (drwxr-xr-x)
* Check the Write box for Group
SHOW NOTES:
Followed this quide, though I used a different update script due to recommendations in the forum post - http://ejesconsulting.wordpress.com/2009/07/20/bittorrents-in-freenas/
Update owner for dirs: http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=60&t=853
___
Blocklist Update Script
!/bin/sh
# 2009-02-20
PATH=/bin:/sbin:/usr/bin:/usr/local/bin; export PATH;
URL=http://download.m0k.org/transmission/files/level1.gz
DIR=`xml sel -T -t -v "/freenas/bittorrent/configdir" /conf/config.xml`
cd ${DIR}blocklists/
# Get local file size
LocalSize=`stat -qf %z ${URL##*/}`
# Get remote file size or exit
RemoteSize=`fetch -apsw 5 ${URL} || exit 1;`
# If local file size not equal to remote file size update blocklist
if [ ${LocalSize:-0} -ne ${RemoteSize} ]; then
fetch -apw 5 $URL &&
gzip -dfkq ${URL##*/} &&
echo "Blocklists updated on: $(date)" >> ${DIR}transmission_blocklists.log &&
/etc/rc.d/transmission restart
else
echo "No update available now: `date`"
fi
exit 0