u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.66k stars 167 forks source link

add example reading frame with ss #109

Closed stombeur closed 4 months ago

stombeur commented 7 months ago

hi there!

i was running your package on a 2G file (1080p tv episode) to extract jpegs from the fames and using the .Filter was kind of slow, so i added an example that uses -ss as a selector in the Input file, which is much faster.

thanks for all the work in porting this!