Rainer Peter Feller | 1 Oct 2007 08:51
Picon
Favicon

Re: Video Editing

On Sun, 2007-09-30 at 12:58 -0600, Nathan Coulson wrote:
> I was trying to convert a few VHS home video's to DVD.  I have most of
> the tools I need (MPlayer and DVDAuthor), but I was hoping to find a
> program that could trim the beginning & end of the video with.
> 
> What tools do people frequently use?
> 
> 
> -- 
> Nathan Coulson (conathan)
> ------
> nathan at linuxfromscratch org
> conathan at gmail com
cinelerra & kino

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

lists | 1 Oct 2007 09:34

Re: Video Editing

Rainer Peter Feller wrote:
> On Sun, 2007-09-30 at 12:58 -0600, Nathan Coulson wrote:
>> I was trying to convert a few VHS home video's to DVD.  I have most of
>> the tools I need (MPlayer and DVDAuthor), but I was hoping to find a
>> program that could trim the beginning & end of the video with.
>>
>> What tools do people frequently use?
>>
>>
>> -- 
>> Nathan Coulson (conathan)
>> ------
>> nathan at linuxfromscratch org
>> conathan at gmail com
> cinelerra & kino
> 
Though Cinelerra's hardware requirements are not yet the common system,
yup. It may be overkill for a bit of trim from the video stream though. :)

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Nathan Coulson | 1 Oct 2007 20:06
Picon

Re: Video Editing

On 10/1/07, lists <lists <at> jaqui-greenlees.net> wrote:
> Rainer Peter Feller wrote:
> > On Sun, 2007-09-30 at 12:58 -0600, Nathan Coulson wrote:
> >> I was trying to convert a few VHS home video's to DVD.  I have most of
> >> the tools I need (MPlayer and DVDAuthor), but I was hoping to find a
> >> program that could trim the beginning & end of the video with.
> >>
> >> What tools do people frequently use?
> >>
> >>
> >> --
> >> Nathan Coulson (conathan)
> >> ------
> >> nathan at linuxfromscratch org
> >> conathan at gmail com
> > cinelerra & kino
> >
> Though Cinelerra's hardware requirements are not yet the common system,
> yup. It may be overkill for a bit of trim from the video stream though. :)

Thanks (I saw Kino, but it looked like it was only for DV devices).
I'll give them a try

-- 
Nathan Coulson (conathan)
------
nathan at linuxfromscratch org
conathan at gmail com
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
(Continue reading)

TheOldFellow | 1 Oct 2007 22:45
Picon
Gravatar

Re: Video Editing

On Sun, 30 Sep 2007 12:58:13 -0600
"Nathan Coulson" <conathan <at> gmail.com> wrote:

> I was trying to convert a few VHS home video's to DVD.  I have most of
> the tools I need (MPlayer and DVDAuthor), but I was hoping to find a
> program that could trim the beginning & end of the video with.
> 
> What tools do people frequently use?
> 
> 

I use avidemux.  I use it to do all the editing, removing commercial
breaks etc..

Also DeVeDe is a nice interface to set up all those stupid
directories that DVD disks have to have.

I do my editing under ubuntu, so the deps may be horific and I'd
never know:)

R.

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Alan Lord | 2 Oct 2007 19:40
Picon
Gravatar

Mangling LFS' Network Boot scripts

Hi all,

I am wanting to automate the setting up of a Linux bridge on my LFS box. 
(It will be a home server and gateway/proxy/filter etc)

If I understand the bootscripts correctly, I think I need to make a 
suitable script under /etc/sysconfig/network-devices/services to deal 
with the setting up of the bridge but could someone give me any pointers 
on this if they have a clue?

Basically I want to do the following (in this order) during boot-up and 
the reverse during shutdown:

create the bridge itself with commands something like this (works from 
the cli):

         boot_mesg "Configuring Ethernet Bridge..."
         brctl addbr br0; #Create Bridge br0
         brctl stp br0 off; #Turn STP off
         brctl setfd br0 0; #Set forwarding delay to 0, no STP here
         brctl addif br0 eth0; #Add i/f eth0 to bridge
         brctl addif br0 eth1; #Add i/f eth1 to bridge

Bring up my eth0 and eth1 network devices unnumbered:
	Can I just use 0.0.0.0 in the IPv4 file? (using ifconfig just type 
0.0.0.0 eth0 up)

Assign an IP address to the bridge
         I now have a device-name br0
	Using ifconfig I can just add the ip address to the device br0. How can 
(Continue reading)

Carlos Martín Nieto | 2 Oct 2007 22:27
Picon

Re: Mangling LFS' Network Boot scripts

On 02/10/2007, Alan Lord <alanslists <at> gmail.com> wrote:
> Hi all,
>
> I am wanting to automate the setting up of a Linux bridge on my LFS box.
> (It will be a home server and gateway/proxy/filter etc)
>
> If I understand the bootscripts correctly, I think I need to make a
> suitable script under /etc/sysconfig/network-devices/services to deal
> with the setting up of the bridge but could someone give me any pointers
> on this if they have a clue?
>
> Basically I want to do the following (in this order) during boot-up and
> the reverse during shutdown:
>
> create the bridge itself with commands something like this (works from
> the cli):
>
>          boot_mesg "Configuring Ethernet Bridge..."
>          brctl addbr br0; #Create Bridge br0
>          brctl stp br0 off; #Turn STP off
>          brctl setfd br0 0; #Set forwarding delay to 0, no STP here
>          brctl addif br0 eth0; #Add i/f eth0 to bridge
>          brctl addif br0 eth1; #Add i/f eth1 to bridge
>
>

 You could just add this to the bottom of /etc/rc.local, which gets
executed after all other botscripts (with LFS it may just be in
/etc/rc.d/rc.local, I don't have one handy at the moment).

(Continue reading)

wwh04660 | 4 Oct 2007 17:20
Favicon

SETI <at> Home Group

Hello all,

    The linuxfromscratch group has been around for a while, and I  
decided to join it last night. If anyone has some free computers,  
use'em. Decided to give the Sun server some work to do instead of  
being idle. The latest BOINC client is running pretty well with  
Solaris 10 and UltraSPARC II cpus.  There may be other distributed  
projects that have a linuxfromscratch group, mention them in this  
thread.

Sincerely,

William 
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Ag. D. Hatzimanikas | 5 Oct 2007 21:38
Picon

My status.

Hi all,

I really don't know how to start and how to finish my email.
For a long time I wanted to explain my current situation, but believe it or
not, I didn't have neither these few minutes of my time.

My/Our life had changed in a such a drastic way that I don't/won't have time
in the near future to help the development of the Blfs-book as I hoped to do
when I accepted the position as a developer, and I feel that I owe to Randy,
and to other folks of the Blfs-dev crew (cc-ing to Blfs-dev).

To make a long story sort, we bought a land near to the forests I work
for the last 10 years. We are trying to build a house there and we are
building it with our hands only. It's a lot of work, from early 
morning until late night with only a few hour sleep. And this crazy rhythm 
of life, it's almost three months now and it doesn't look that this
will change anytime soon. And yes I am happy for that!

This summer it was a disaster for my country.
With many-many thousands of burned forests, with almost 70 dead, with many
villages in flames and families that had lost almost everything (houses,
properties, etc...).
What a shame for our civilization, what a shame for all of us, who live in
this country. The system unfortunately, was unable to protect the forests and
the human lives. We as individuals, we wasn't enough ready to encounter
a challenge such a huge fire like this one. We were living with the wrong
impression that a fire will never happen to our forests.

It was in our land, when the first huge flames (in 28 of June) started their
crazy journey. The fire stopped less than 50 meters away from our field,
(Continue reading)

Ag. D. Hatzimanikas | 5 Oct 2007 21:46
Picon

Re: My status.

On Fri, Oct 05, at 10:38 Ag. D. Hatzimanikas wrote:

Sorry, about the forgotten link, blame the presure of my wife. :)

>
> For details about the method we used to do it, in the following
> (interesting I believe) link to wikipedia article about a great man, named
> Masanobu Fukuoka.
> 
http://en.wikipedia.org/wiki/Masanobu_Fukuoka

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Jeremy Huntwork | 5 Oct 2007 21:56
Picon
Favicon
Gravatar

Re: My status.

On Fri, 5 Oct 2007 22:38:30 +0300, "Ag. D. Hatzimanikas" <a.hatzim <at> gmail.com> wrote:
> With the hope that you will understand my situation, I am wishing the best
> to all the friends from Lfs universe.

Sounds like you're making the right, albeit difficult, choice.
Sorry to see you go, Ag, but hopefully we'll hear from you again after a while.

All the best, 

--
JH

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Gmane