На Fri, 20 Jul 2007 00:50:56 -0700 (PDT) Alexander Grundner <[EMAIL PROTECTED]> записано:
> > If you wish to get maximum quality it will be better > > to convert video > > to some lossless image sequence such as *.tiff, > > *.tga, *.png. And audio > > to PCM format. Then make framelist and open as any > > other video file. > > > > Thanks for sharing your experience. > > Hi IL'dar! Mind sharing the command(s) you issue to > handle this process with your favorite CLI encoder? To convert any video to images and audio you can use: mplayer: $ mkdir video $ cd video $ mplayer -ao pcm:file=../audio.wav -vo png ../footage.avi ffmpeg: $ ffmpeg -i Unreal_Toutnament_2007.avi video/%04d.png audio.wav To combine video to framelist I am using old makeframelist.py script You can easily find more modern script with GUI. And of course use man to get more info -- Птн Июл 20 17:20:51 KRAST 2007 Fri Jul 20 09:20:51 UTC 2007 ---------------------------------- Visit my home page http://www.akhil.nm.ru (Last update at 4th Jul 22:14) ---------------------------------- jabber: [EMAIL PROTECTED] ICQ: 192572572 ---------------------------------- Позволь эмоциям быть твоей энергией на пути в бесконечность. Ахметгалеев Ильдар aka AkhIL ---------------------------------- Uname: Linux artstation 2.6.19-gentoo-r5 #3 PREEMPT Tue Jun 26 15:03:42 KRAST 2007 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux Uptime: 17:20:52 up 6 days, 13:51, 20 users, load average: 0.56, 1.04, 0.62 _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
