PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > video editing of digicam avi files
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

video editing of digicam avi files

Réponse
 
LinkBack Outils de la discussion
Vieux 05/08/2007, 18h20   #1
H.S.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut video editing of digicam avi files

Hello,

I am trying to find a method to make an mpeg movie from a number of avi
files captured from a digital camera (Canon A540). Any suggestions what
steps to follow? The original videos are at 15 fps and I am not too
concerned about the output fps. However, if I wanted a DVD from the avi
files, I suppose I would need to have either 24 or 30 fps.

Also, any idea how do I go about making short captions between two avi
files? Something like the titler in Kino.

thanks,
->HS


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 05/08/2007, 20h20   #2
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 11:12, H.S. wrote:
> Hello,
>
> I am trying to find a method to make an mpeg movie from a number of avi
> files captured from a digital camera (Canon A540). Any suggestions what
> steps to follow? The original videos are at 15 fps and I am not too
> concerned about the output fps. However, if I wanted a DVD from the avi
> files, I suppose I would need to have either 24 or 30 fps.


avifile-utils and mencoder are where I would start.

> Also, any idea how do I go about making short captions between two avi
> files? Something like the titler in Kino.


Why not use kino?

dvdauthor might also do it.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGthM/S9HxQb37XmcRAttkAKCNMhFeh7PRweZgh7MoA4aHgmCb1QCfUN qY
Pp1AxBr6xFsX8WELtB6en5A=
=tkJK
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 05/08/2007, 20h20   #3
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 11:12, H.S. wrote:
> Hello,
>
> I am trying to find a method to make an mpeg movie from a number of avi
> files captured from a digital camera (Canon A540). Any suggestions what
> steps to follow? The original videos are at 15 fps and I am not too
> concerned about the output fps. However, if I wanted a DVD from the avi
> files, I suppose I would need to have either 24 or 30 fps.


avifile-utils and mencoder are where I would start.

> Also, any idea how do I go about making short captions between two avi
> files? Something like the titler in Kino.


Why not use kino?

dvdauthor might also do it.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGthM/S9HxQb37XmcRAttkAKCNMhFeh7PRweZgh7MoA4aHgmCb1QCfUN qY
Pp1AxBr6xFsX8WELtB6en5A=
=tkJK
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 18h20   #4
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files

On Sun, Aug 05, 2007 at 01:13:19PM -0500, Ron Johnson wrote:
> On 08/05/07 11:12, H.S. wrote:
> > Hello,
> >
> > I am trying to find a method to make an mpeg movie from a number of avi
> > files captured from a digital camera (Canon A540). Any suggestions what
> > steps to follow? The original videos are at 15 fps and I am not too
> > concerned about the output fps. However, if I wanted a DVD from the avi
> > files, I suppose I would need to have either 24 or 30 fps.

>
> avifile-utils and mencoder are where I would start.


I would second the use of mencoder. I've dont it with videos from my
Canon A80. mencoder has too many options, but something along the
lines of:

mencoder mymovie.avi -of mpeg -ovc lavc -lavcopts \
vcodec=mpeg4:acodec=mp3:vhq -o mymovie.mpg

that is not going to work, but should get you started. Sometimes
mencoder gives good error messages about what you need to do and the
man page is pretty extensive.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt0oJaIeIEqwil4YRAvx9AJwM0i8fuLAx/7g+3T0eUKCDe5AL6ACfdfID
dNgjwvN2KovExATFyw3QjAk=
=LF/4
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 18h20   #5
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files

On Sun, Aug 05, 2007 at 01:13:19PM -0500, Ron Johnson wrote:
> On 08/05/07 11:12, H.S. wrote:
> > Hello,
> >
> > I am trying to find a method to make an mpeg movie from a number of avi
> > files captured from a digital camera (Canon A540). Any suggestions what
> > steps to follow? The original videos are at 15 fps and I am not too
> > concerned about the output fps. However, if I wanted a DVD from the avi
> > files, I suppose I would need to have either 24 or 30 fps.

>
> avifile-utils and mencoder are where I would start.


I would second the use of mencoder. I've dont it with videos from my
Canon A80. mencoder has too many options, but something along the
lines of:

mencoder mymovie.avi -of mpeg -ovc lavc -lavcopts \
vcodec=mpeg4:acodec=mp3:vhq -o mymovie.mpg

that is not going to work, but should get you started. Sometimes
mencoder gives good error messages about what you need to do and the
man page is pretty extensive.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt0oJaIeIEqwil4YRAvx9AJwM0i8fuLAx/7g+3T0eUKCDe5AL6ACfdfID
dNgjwvN2KovExATFyw3QjAk=
=LF/4
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 19h20   #6
David Brodbeck
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files


On Aug 6, 2007, at 9:19 AM, Andrew Sackville-West wrote:

>
> I would second the use of mencoder. I've dont it with videos from my
> Canon A80. mencoder has too many options, but something along the
> lines of:
>
> mencoder mymovie.avi -of mpeg -ovc lavc -lavcopts \
> vcodec=mpeg4:acodec=mp3:vhq -o mymovie.mpg
>
> that is not going to work, but should get you started. Sometimes
> mencoder gives good error messages about what you need to do and the
> man page is pretty extensive.


The online documentation also has some great examples, as well as
discussion about what you want to do to get the best quality in
various situations.

dvbcut is also useful. It lets you edit MPEG files and cut out clips
without re-encoding the whole file.




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 19h20   #7
David Brodbeck
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: video editing of digicam avi files


On Aug 6, 2007, at 9:19 AM, Andrew Sackville-West wrote:

>
> I would second the use of mencoder. I've dont it with videos from my
> Canon A80. mencoder has too many options, but something along the
> lines of:
>
> mencoder mymovie.avi -of mpeg -ovc lavc -lavcopts \
> vcodec=mpeg4:acodec=mp3:vhq -o mymovie.mpg
>
> that is not going to work, but should get you started. Sometimes
> mencoder gives good error messages about what you need to do and the
> man page is pretty extensive.


The online documentation also has some great examples, as well as
discussion about what you want to do to get the best quality in
various situations.

dvbcut is also useful. It lets you edit MPEG files and cut out clips
without re-encoding the whole file.




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h47.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12959 seconds with 15 queries