Skip to content

r3wan/video2frame-rewan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# video2frame-rewan

Basit bir **video -> frame (resim)** dönüştürücüdür.

Her frame'i .jpg olarak kaydeder.

Orijinal proje **PRIME** tarafından yazılmıştır.

Bu repo, Rewan tarafından fork edilip düzenlenmiş versiyonudur.

## Özellikler

- Videoyu tek tek frame'lere böler

- Tüm çıktıları tmp/cv2output/ klasörüne kaydeder

- Çıktı klasörünü temizleme opsiyonu vardır

- Debian/Ubuntu için basit kurulum scripti (install.sh)

## Kurulum

Debian/Ubuntu sistemlerde:

chmod +x install.sh

./install.sh



Elle kurmak istersen:



sudo apt install python3 python3-opencv





Kullanım



\# Videoyu framelere bölmek:

python3 video2frame.py --video ornek.mp4



\# Çıktı klasörünü temizlemek:

python3 video2frame.py --clsoutdir



\# Yardım:

python3 video2frame.py --help





Tüm frameler şu klasöre kaydedilir:



tmp/cv2output/frame\_0.jpg

tmp/cv2output/frame\_1.jpg

...


About

A simple video to frame extractor (forked and modified by Rewan).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published