JuanS286 / gif_auto_audio_description

A project that aims to generate the audio description of GIF's for visually impaired people
2 stars 2 forks source link

Pre-Processing: JSON file with GIF metadata and frames in PNG #19

Closed Mikeltec closed 2 weeks ago

Mikeltec commented 1 month ago

Code included in the PreProcessing-FramExtraction notebook, this function acts as the main processing pipeline for individual GIFs, taking a GIF file name and an ID as input. It retrieves the GIF data from GCS, extracts essential information, processes the frames, and organizes the data into a structured format (JSON).

Mikeltec commented 1 month ago

Valuable data values during the frame extraction: file size, frame count, frame rate, PNG GIF scene, etc.