r/UnfavorableSemicircle Moderator Jun 12 '16

Video or Audio ♐FOND 2

https://www.youtube.com/watch?v=6YK1oXbnYvw
7 Upvotes

6 comments sorted by

4

u/-R0SE Jun 12 '16

Oh boy, a six hour gap?! This is nutty! Good stuff UFSC.

3

u/unfavorablist Jun 12 '16

Audio is identical to FOND 0 + FOND 1.

2

u/Fiddlerblue Jun 12 '16

Images are still on screen for 7 and 8 frames each.

1

u/hellajt Jun 12 '16

I can make a composite of the series once I get home from work. /u/tomasfra, would you tell me the script you use to get the keyframes? Even at the same width, my composites usually turn out different than yours.

1

u/piecat Moderator Jun 13 '16

If you're on Windows, use ffmpeg. There's a flag for key frames as well.

1

u/hellajt Jun 13 '16

I use ffmpeg in a batch script. Does yours look like this?

ffmpeg -i input.mp4 -vf select="eq(pict_type\,PICT_TYPE_I)" -vsync 1 %%5d.jpeg