На Mon, 28 Jul 2008 19:54:01 +1200 E Chalaron <[EMAIL PROTECTED]> записано:
> But this is actually a good point.. > Will Lumiera rely on external libs like ffmpeg, x264, Mp4Box, Gpac, > mpeg2enc, mencoder through plugins ? it seems to me like reinventing > the wheel if not. But there might some issues I am not aware of... I think better to provide yuv and pcm pipes. Then you can write simple scripts to encode video like this one: ffmpeg -f s16le -i $pcmfifo -f yuv4mpegpipe -i $yuvfifo -ab 128 -vb 2048 $outputfile And even do some scripts which encodes video and audio separately or by multiple steps (multi pass) and then muxes it to not any container like matroska. Or even script to encode video to DVD which produces ready to burn iso file. Lumiera can parse such script and extract variables to provide gui with widgets. Or even such scripts can use some pipes to get feedback to lumiera. Take a look how LiVES works. -- Пнд Июл 28 16:05:23 KRAST 2008 Mon Jul 28 08:05:23 UTC 2008 ---------------------------------- Visit my home page http://www.akhil.nm.ru (Last update at 7th Jul 08:26) ---------------------------------- jabber: [EMAIL PROTECTED] ---------------------------------- Пытаться сделать мир на 1/6.7e9 лучше Ахметгалеев Ильдар aka AkhIL ---------------------------------- Linux artstation 2.6.22-gentoo-r10 #10 PREEMPT Mon Jul 7 18:03:52 KRAST 2008 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux up 7 days, 5:57, 7 users, load average: 0.08, 0.07, 0.11 _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
