Автор Гілка: порадьте прогу для створення відео з jpg  (Прочитано 1956 раз)

Відсутній noddeat

  • Кореспондент
  • ***
  • дописів: 197
  • Карма: +0/-0
Маю: кілька сотень графічних файлів
Хочу: створити з них єдиний відеофайл, який би займав якнайменше місця, mpeg або avi якесь.
Порадьте прогу або консольну утиліту, яка б це зробила швидко і просто.
А також цікавить, чи є щось для конвертації animated gif у mpeg?
Filenames are infinite in length, where infinity is set to to 255 characters. Peter Collinson, "The Unix File System"

Відсутній Михайло Даниленко

  • Адміністратор ЩОДО
  • Літератор
  • *****
  • дописів: 1262
  • Карма: +0/-0
  • [Debian Stretch]
mencoder (інша іпостась mplayer'а). Принаймні, на той новий рік я з його допомогою робив кліпи з png-малюнків, згенерованих моєю програмою. gif - самому цікаво.
« Змінено: 2007-09-26 16:17:55 від ISBear »

Відсутній Володимир Лісівка

  • Адміністратор ЩОДО
  • Видавець
  • *****
  • дописів: 3820
  • Карма: +11/-0
  • Програміст
http://www.lcdf.org/gifsicle/

Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations. Making a GIF animation with gifsicle is easy:

    % gifsicle --delay=10 --loop *.gif > anim.gif

But extracting frames from animations is easy too:

    % gifsicle anim.gif '#0' > firstframe.gif

You can also edit animations by replacing, deleting, or inserting frames:

    % gifsicle -b anim.gif --replace '#0' new.gif

Some more gifsicle features:

    * Batch mode for changing GIFs in place.
    * Prints detailed information about GIFs, including comments.
    * Control over interlacing, comments, looping, transparency...
    * Creates well-behaved GIFs: removes redundant colors, only uses local color tables if it absolutely has to (local color tables waste space and can cause viewing artifacts), etc.
    * It can shrink colormaps and change images to use the Web-safe palette (or any colormap you choose).
    * It can optimize your animations! This stores only the changed portion of each frame, and can radically shrink your GIFs. You can also use transparency to make them even smaller. Gifsicle’s optimizer is pretty powerful, and usually reduces animations to within a couple bytes of the best commercial optimizers.
    * Unoptimizing animations, which makes them easier to edit.
    * A dumb-ass name.

Two other programs are included with gifsicle: gifview is a lightweight animated-GIF viewer which can show animations as slideshows or in real time, and gifdiff compares two GIFs for identical visual appearance.
[Fedora Linux]

Art7PK

  • Гість
Колись нашумів фільм Titanik, для його редагування було створено Film Gimp правда я ним ніколи не користувався але  на sourceforge проект  є.

Відсутній Art7PK

  • Новачок
  • *
  • дописів: 22
  • Карма: +0/-0
  • I Love Linux!
тут сьогодні натрапив
http://freshmeat.net/projects/vrpe/
http://vrpe.sytes.net/