Re: [LAU] recording videos for youtube with a webcam under linux, success!

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-audio-user@...>
Date: Monday, July 5, 2010 - 7:43 am

On 07/05/2010 08:16 AM, Patrick Shirkey wrote:

If you don't need fancy video editing (zoom automation or sth.):
openmovieeditor.org - it's fairly easy to get started with and it can be
synced to JACK transport.

The alternatives are Blender (syncs with JACK) and Cinelerra or PiTiVi
or.. (kino, avidemux, lives..)

For the final mastering step (mux Audio/Video and export different
formats) use ffmpeg or mencoder.

ffmpeg -i input-video.avi \
-i input-audio.wav \
-vcodec libx264 -vpre hq -acodec aac -ab 192k -b 800k output.mp4
or
... -vcodec mpeg4 -acodec mp2 -ab 128k -b1000k output.avi

if your input-video.avi already has an audio-track that you want to
replace use '-map 0:0 -map 1:0'. Of course there are much more options.
man ffmpeg is your friend.

> Blender for multi track video and if you want audio too but I would

lumiera is still in the early stages of development not yet usable.

> Also Robin Gareus has just released a patch for ardour3 that provides a

It's been announced on the ardour-dev list. It'd be great to get some
feedback; but note that ardour3 is still under heavy development.

svn co http://subversion.ardour.org/svn/ardour2/branches/3.0 ardour3
cd ardour3
curl
"http://rg42.org/gitweb/?p=ardour3.git;a=commitdiff_plain;hp=master;h=videotl"
| patch -p1
less tools/videotimeline/README
./waf configure --videotimeline [other options]
./waf
./gtk2_ardour/ardev

>

--
Robin Gareus mail: robin@gareus.org
site: http://gareus.org/ chat: xmpp:rgareus@ik.nu
blog: http://rg42.org/ lab : http://citu.fr/

Public Key at http://pgp.mit.edu/
Fingerprint : 7107 840B 4DC9 C948 076D 6359 7955 24F1 4F95 2B42
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [LAU] recording videos for youtube with a webcam under l..., Robin Gareus, (Mon Jul 5, 7:43 am)
Re: [LAU] recording videos for youtube with a webcam under l..., Giuseppe Zompatori, (Mon Jul 5, 2:34 am)
Re: [LAU] recording videos for youtube with a webcam under l..., Giuseppe Zompatori, (Mon Jul 5, 10:53 am)