|
 |
On 04/05/2018 09:05 AM, Kenneth wrote:
>>
> Yep, I still use that on occasion. I especially like it for spitting out all the
> individual frames from a real-life video, to use as image_maps in a POV-Ray
> animation, for whatever purpose.
I use ffmpeg for extraction too. :)
"from 1999-12-08.mp2, starting at the 4.5 second mark, extract 3.75
seconds of video as vidE*.png. 0 pad the frame number to 5 places"
ffmpeg -ss 00:04.5 -t 00:03.75 -i /MyVideo/Balaska199/1999-12-08.mp2
vidE-%05d.png # DA dancing 9shls famroom
--
dik
Rendered 328976 of 330000 (99%)
Post a reply to this message
|
 |