Downloadwella to Hugging Face Frame Extractor

Enter a Downloadwella URL to download the video, extract frames, and upload them as a zip to Hugging Face.

Processing Status

Is Running: {{ status.is_running }}

Current Action: {{ status.current_action }}

Last Processed URL: {{ status.last_processed_url if status.last_processed_url else 'N/A' }}

Processed Count: {{ status.processed_count }}

Logs:

{% for log in status.logs %}
{{ log }}
{% endfor %}