thad | 3 Jan 04:39
Picon

hulu desktop

http://www.hulu.com/labs/hulu-desktop-linux

has anybody tried this?

thad

Stephen Leacock  - "I detest life-insurance agents: they always argue
that I shall some day die, which is not so." -
http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Picon

Re: hulu desktop

As far as I know, you can't watch hulu feeds outside US but I'm using boxee (www.boxee.tv) as media center with iPhone as Remote

On Sun, Jan 3, 2010 at 2:39 PM, thad <thad.mailist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
http://www.hulu.com/labs/hulu-desktop-linux

has anybody tried this?

thad

Stephen Leacock  - "I detest life-insurance agents: they always argue
that I shall some day die, which is not so." -
http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
thad | 4 Jan 04:13
Picon

Re: hulu desktop

Thanks Mark! Boxee seems only has 32-it support and I'm using
amd64bit. I may have to try hulu desktop since I'm in US.

Marie von Ebner-Eschenbach  - "Even a stopped clock is right twice a
day." - http://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html

On Sun, Jan 3, 2010 at 1:11 AM, Mark Anthony C. Delfin
<markanthonycdelfin@...> wrote:
> As far as I know, you can't watch hulu feeds outside US but I'm using boxee
> (www.boxee.tv) as media center with iPhone as Remote
>
> On Sun, Jan 3, 2010 at 2:39 PM, thad <thad.mailist@...> wrote:
>>
>> http://www.hulu.com/labs/hulu-desktop-linux
>>
>> has anybody tried this?
>>
>> thad
>>
>> Stephen Leacock  - "I detest life-insurance agents: they always argue
>> that I shall some day die, which is not so." -
>> http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Picon

looking for free dvd authoring software to convert directory tree of videos to dvd format (directories as menus, subdirectories as submenus, ...)

looking for free dvd authoring software to convert directory tree of
videos to dvd format (directories as menus, subdirectories as
submenus, ...)

has anyone made, used, seen, or imagined anything like this?  thanks
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

thad | 6 Jan 14:43
Picon

Re: looking for free dvd authoring software to convert directory tree of videos to dvd format (directories as menus, subdirectories as submenus, ...)

In Linux Format I saw an article on DVDStyler looks it could do what you need.

Stephen Leacock  - "I detest life-insurance agents: they always argue
that I shall some day die, which is not so." -
http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html

On Tue, Jan 5, 2010 at 3:46 AM, Winelfred G. Pasamba
<winelfredpasamba@...> wrote:
> looking for free dvd authoring software to convert directory tree of
> videos to dvd format (directories as menus, subdirectories as
> submenus, ...)
>
> has anyone made, used, seen, or imagined anything like this?  thanks
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Picon

my first distributed script

hello all,

i have approximately 130GB or two weeks of MP4 video recorded daily
from 4am to 9:30pm this holiday break.  the resolution is 640x480.
(from up in the aurora province mountains where the generator runs
only 4 hours a day, powering the cdrking HD camera with a cdrking 5v
usb car charger connected to 3SM car battery {which i carry every
other day 20 mins uphill to charge in the van, then back down}).

made a php script to convert them all to 320x240 which will run in two
machines both 2.5ghz core2quad with 8gb sharing the data using sshfs
over a gigabit lan.

the script simply "find . | grep ".MP4$" then does "echo n | ffmpeg
...." on each item sequentially. ("echo n" tells ffmpeg not to
overwrite a file  if the output file exists, which means another
processor is doing or has done that file)

i run four instances of the script on each machine to utilize 100% of the CPUs.

it's fantastic, hehe. 0% idle on both machines according to 'top'. IO
bandwidth, seen in 'iostat' is about 26kblocks/s only which means the
usb/sata path to the external 5.4krpm laptop harddisk is not a
bottleneck yet (can add another node).

total 8 instances of the same script simultaneously running each
processing files that the others haven't finished yet. processing 182
files.

640x480 mp4 is ~130gb [original]
320x240 mp4 (video 200kbps, audio 32kbps) is ~12gb
32k mp3 is ~2.4gb

ubuntu 8.10 at least to run ffmpeg using the codecs i like

---- unrelated to linux ----
so what are the videos about? http://winelfredpasamba.blogspot.com/
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

eric pareja | 8 Jan 10:22
Picon
Gravatar

Re: my first distributed script

where's the script? open source it. ;)

On Fri, Jan 8, 2010 at 4:45 PM, Winelfred G. Pasamba
<winelfredpasamba <at> gmail.com> wrote:
>> i have approximately 130GB or two weeks of MP4 video recorded daily
> from 4am to 9:30pm this holiday break.  the resolution is 640x480.
> (from up in the aurora province mountains where the generator runs
> only 4 hours a day, powering the cdrking HD camera with a cdrking 5v
> usb car charger connected to 3SM car battery {which i carry every
> other day 20 mins uphill to charge in the van, then back down}).
>
> made a php script to convert them all to 320x240 which will run in two
> machines both 2.5ghz core2quad with 8gb sharing the data using sshfs
> over a gigabit lan.

--

-- 
eric pareja (eric.pareja <at> gmail.com) LPIC-2 | PGP/GPG Key 0xB82E42D9
Coordinator for Technology / Senior Linux Trainer
National Telehealth Center, University of the Philippines Manila
International Open Source Network - ASEAN+3
"Ang mundo ay aklat, at iisang pahina lamang ang nababasa ng hindi
naglalakbay." - San Agustin
 わかよたれぞ つねならむ
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Picon

Re: my first distributed script

batch.php
<?
$filess = `find goshen-2009Dec-dimani-640x480 | grep ".mp4$"`;
$filesc = chop ($filess);
$filesa = explode ("\n", $filesc);
print_r ($filesa);

foreach ($filesa as $file) {
    $newfile = "goshen-2009Dec-dimani-320x240".str_replace
("goshen-2009Dec-dimani-640x480", "", $file);
    $newfile = str_replace (".640x480.mp4", "-320x240.mp4", $newfile);
    $cmd = "echo n | ffmpeg -threads 4 -i $file -r 25 -s 320x240 -vol
2048 -ar 22050 -ab 32k $newfile";
    echo $cmd."\n";
    `$cmd`;
}
?>
sorry if it looks like a hack. i edit it many times a day depending on
what i'm doing.

http://www.discoveries08.org/schedule/ - Know the future from Bible prophecy

Winelfred G. Pasamba
Adventist University of the Philippines Online Information Systems

On Fri, Jan 8, 2010 at 5:22 PM, eric pareja <eric.pareja <at> gmail.com> wrote:
> where's the script? open source it. ;)
>
> On Fri, Jan 8, 2010 at 4:45 PM, Winelfred G. Pasamba
> <winelfredpasamba <at> gmail.com> wrote:
>>> i have approximately 130GB or two weeks of MP4 video recorded daily
>> from 4am to 9:30pm this holiday break.  the resolution is 640x480.
>> (from up in the aurora province mountains where the generator runs
>> only 4 hours a day, powering the cdrking HD camera with a cdrking 5v
>> usb car charger connected to 3SM car battery {which i carry every
>> other day 20 mins uphill to charge in the van, then back down}).
>>
>> made a php script to convert them all to 320x240 which will run in two
>> machines both 2.5ghz core2quad with 8gb sharing the data using sshfs
>> over a gigabit lan.
>
> --
> eric pareja (eric.pareja <at> gmail.com) LPIC-2 | PGP/GPG Key 0xB82E42D9
> Coordinator for Technology / Senior Linux Trainer
> National Telehealth Center, University of the Philippines Manila
> International Open Source Network - ASEAN+3
> "Ang mundo ay aklat, at iisang pahina lamang ang nababasa ng hindi
> naglalakbay." - San Agustin
>  わかよたれぞ つねならむ
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Danny Ching | 11 Jan 01:02
Picon
Gravatar

What OS' were used in the recent spate of gov't websites being hcked?

Anyone know what OS the hacked sites were using? LINUX ba or Win?

--
Regards,
Danny Ching

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Daniel Escasa | 11 Jan 03:17
Picon

Re: my first distributed script

Sabi ni Winelfred noong Fri, Jan 8, 2010 at 4:45 PM:
> i have approximately 130GB or two weeks of MP4 video recorded daily
> from 4am to 9:30pm this holiday break.  the resolution is 640x480.
> (from up in the aurora province mountains where the generator runs
> only 4 hours a day, powering the cdrking HD camera with a cdrking 5v

That wouldn't be the capital town of Baler, because electricity there
is almost 24hrs, save for some days when the power is out. I'm
guessing Ma. Aurora town?

--

-- 
Daniel O. Escasa
independent IT consultant and writer
contributor, Free Software Magazine (http://www.freesoftwaremagazine.com)
personal blog at http://descasa.i.ph
Twitter page at http://www.twitter.com/silverlokk
If we choose being kind over being right, we will be right every time.

Mike Ditka  - "If God had wanted man to play soccer, he wouldn't have
given us arms." -
http://www.brainyquote.com/quotes/authors/m/mike_ditka.html
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph


Gmane