Opened 9 years ago

Closed 9 years ago

#4323 closed task (invalid)

screen capture, rezize image and align in one file

Reported by: maxarch Owned by:
Priority: normal Component: ffmpeg
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

hello i am new here.
i am more a designer that a programer
and i don't know if i am at the good place.

I am looking to make color map of a movie.
i want to export 1 frame each second, resize it to 1px by 240px, align it in one file one image after the other one. And i will also like to modified the hight input of each frame with the soundtrack.

example http://41.media.tumblr.com/b9dfb939341942d1445571531905bec7/tumblr_niqbzbhbM51qhtovio1_1280.jpg
is that something possible to do with ffmeg

ffmpeg -i input.flv -vf fps=1 out%d.png
or
./ffmpeg -ss 00:00:01 -i 12Monkeys.mp4 -vf 'select=not(mod(n\,1000)),scale=1:240,tile=?x240px out.png
something similar to this.

thanks in advance for any information that can make me progress in my protect.

max
i am using a mac

Change History (1)

comment:1 by llogan, 9 years ago

Resolution: invalid
Status: newclosed

This bug tracker is not for user support. User questions should be asked at the ffmpeg-user mailing list or the #ffmpeg IRC channel.

Note: See TracTickets for help on using tickets.