Audio:
http://tlltsarchive.org/archives/MythTV ... sode15.ogg
Plasma vs LCD power consumption:
http://reviews.cnet.com/green-tech/tv-power-efficiency/
Keeping Mythbuntu up to data with Autobuilds and PPA:
http://mythbuntu.org/auto-builds
Getting involved with Mythbuntu:
http://mythbuntu.org/gettinginvolved
Nick Fox's project and preview of new Mythbuntu website:
http://mythbuntu.foxmediasystems.com/
Episode 15 - Mythbuntu Devs
Moderators: snarkout, Patrick, dann, dmfrey
Episode 15 - Mythbuntu Devs
Ego contemno licentia
Re: Episode 15 - Mythbuntu Devs
Great episode as always guys. Too bad about the lost episode. This episode made me stop and think how lucky us MythTV users are. A big thanks to all Mythbuntu and MythTV developers for all your hard work!
Here is the ffmpeg command mentioned in the show. I used this to transcode an episode of "24" recorded from a HDHomerun over the air. It plays nicely on my Nexus One.
Rock on, PLA
Here is the ffmpeg command mentioned in the show. I used this to transcode an episode of "24" recorded from a HDHomerun over the air. It plays nicely on my Nexus One.
Code: Select all
ffmpeg -i 1241_20100117210000.mpg -s 800x480 -vcodec mpeg4 -acodec libfaac -ac 2 -ar 16000 -r 13 -ab 32000 -aspect 16:9 24.mp4