* Re: [gentoo-user] Basic video editor in portage?
2008-03-23 19:22 [gentoo-user] Basic video editor in portage? Grant
@ 2008-03-23 18:46 ` Max
2008-03-23 19:57 ` Michael Sullivan
2008-03-23 19:56 ` Florian Philipp
1 sibling, 1 reply; 4+ messages in thread
From: Max @ 2008-03-23 18:46 UTC (permalink / raw
To: gentoo-user
Hello Grant,
I think Kino is what you want. I have cinellera here, but thats a bit of
an overkill as well. A Gnome alternative is PiTiVi
(http://pitivi.sourceforge.net/).
cu
Max
On Sun, 2008-03-23 at 12:22 -0700, Grant wrote:
> I have some video clips I'd like to trim the beginning and end from.
> Is there a simple tool that will do this? I'm emerging lives but I
> think it's overkill for this.
>
> - Grant
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Basic video editor in portage?
@ 2008-03-23 19:22 Grant
2008-03-23 18:46 ` Max
2008-03-23 19:56 ` Florian Philipp
0 siblings, 2 replies; 4+ messages in thread
From: Grant @ 2008-03-23 19:22 UTC (permalink / raw
To: Gentoo mailing list
I have some video clips I'd like to trim the beginning and end from.
Is there a simple tool that will do this? I'm emerging lives but I
think it's overkill for this.
- Grant
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Basic video editor in portage?
2008-03-23 19:22 [gentoo-user] Basic video editor in portage? Grant
2008-03-23 18:46 ` Max
@ 2008-03-23 19:56 ` Florian Philipp
1 sibling, 0 replies; 4+ messages in thread
From: Florian Philipp @ 2008-03-23 19:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 924 bytes --]
On Sun, 2008-03-23 at 12:22 -0700, Grant wrote:
> I have some video clips I'd like to trim the beginning and end from.
> Is there a simple tool that will do this? I'm emerging lives but I
> think it's overkill for this.
>
> - Grant
You could use mencoder (part of mplayer):
mencoder -ss 1:10 -endpos 1:10:00 -oac copy ovc copy -of avi -o\
truncated.avi original.avi
Explanation:
-ss 1:10 skip the first 1 minute and 10 seconds
-endpos 1:10:00 finish at file position 1 hour and 10 minutes (so the
truncated video would be 1:08:50 long)
-oac copy do not transcode the audio
-ovc copy do not transcode the video
-of avi write everything into an avi-container
-o truncated.avi output file
Warning: This simple example doesn't handle additional streams like a
second audio or subtitles. Please refer to mencoder's man-page for
additional options, or ask here ;)
Hope this helps
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Basic video editor in portage?
2008-03-23 18:46 ` Max
@ 2008-03-23 19:57 ` Michael Sullivan
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sullivan @ 2008-03-23 19:57 UTC (permalink / raw
To: gentoo-user
On Sun, 2008-03-23 at 19:46 +0100, Max wrote:
> Hello Grant,
>
> I think Kino is what you want. I have cinellera here, but thats a bit of
> an overkill as well. A Gnome alternative is PiTiVi
> (http://pitivi.sourceforge.net/).
>
> cu
> Max
>
>
>
> On Sun, 2008-03-23 at 12:22 -0700, Grant wrote:
> > I have some video clips I'd like to trim the beginning and end from.
> > Is there a simple tool that will do this? I'm emerging lives but I
> > think it's overkill for this.
> >
> > - Grant
>
I like avidemux
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-23 19:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 19:22 [gentoo-user] Basic video editor in portage? Grant
2008-03-23 18:46 ` Max
2008-03-23 19:57 ` Michael Sullivan
2008-03-23 19:56 ` Florian Philipp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox