|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
-----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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
-----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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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----- |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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----- |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|