ctrlcctrlv / infinity

A vichan fork permitting users to create their own boards
Other
317 stars 151 forks source link

Thumbnails to SWF files #44

Open anonfagola opened 9 years ago

anonfagola commented 9 years ago

Was planning on doing this, and need a bit of help. How does halfchan handle getting the 1st frame of an swf? Couldn't find a good way in PHP without getting a library.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

bui commented 9 years ago

convert to flv, then ffmpeg to get the first frame?

Zealotux commented 9 years ago

That would take a lot of work to the server just for a thumbnail in my opinion, why don't use a library?

anonfagola commented 9 years ago

@bui PHP has an actionscript_goto_frame function or something like that