TU ANUNCIO / YOUR PUBLICITY

AQUÍ PODRÍA ESTAR TU ANUNCIO: / HERE COULD BE YOUR AD E-mail

domingo, 30 de marzo de 2014

Create a animated GIF and from this a movie to YOUTUBE / Crear un GIF animado y de éste una película para YOUTUBE

Varias veces en nuestro blog hemos realizado este truco:
Vamos a elegir un grupo de fotos en secuencia, con ello vamos a crear un gif animado y con el gif animado vamos a crear una película (un archivo avi)

Several times in our blog have done the trick:
We will choose a group of photos in sequence, thereby we will create an animated gif with animated gif we will create a movie (avi file)

El primer paso es tener las fotos:
The first step is to have the photos:

Hay varias opciones. La mas directa es con ImageImagick
The most direct way is with ImageImagick

    convert -delay 1000 *.png animación.gif.
ó


    convert -delay 1000 +repage *.png animación.gif.



La opción +repage puede ser necesaria si nos queda un gif que se salga de los límites que hemos pretendido.
Esta solución es directa y sencilla pero tiene un problema con el orden. A veces la secuencia no es la que quisiéramos. 
Hay otra opción: usar GIMP. Tras la apertura por capas (archivo -> Abrir como capas):

The + repage option may be needed if we have a gif that is outside the limits we have tried.
This solution is simple and direct but has a problem with the order. Sometimes the sequence is not what we wanted.
There is another option: using GIMP. Following the opening of layers (File -> Open as layers):


Archivo -> Guardar como ... animación.gif. Nos aparecerán los siguientes diálogos:
File -> Save As ... animación.gif. We the following dialogs appear:




Y ya tenemos el gif animado como Animado.gif
And we already have the animated gif as Animado.gif



Y ahora la segunda parte. Pasar de gif a avi:
And now the second part. Convert gif to avi:

          ffmpeg -i Animado.gif Animado.avi

Si esto falla hay otra solución más potente:
If this fails there is a more powerful solution:

      mencoder Animado.gif -o Animado.avi.AVI -ovc lavc -lavcopts vcodec=mpeg4

El archivo Animado.avi se sube a YouTube y listo:
The Animado.avi file is uploaded to YouTube and you're done:



No hay comentarios:

Publicar un comentario