ClipsAI / clipsai

Clips AI is an open-source Python library that automatically converts long videos into clips.
https://www.clipsai.com
MIT License
132 stars 22 forks source link

Facing ffmpeg issues on resizing #5

Open saeed-ul-hassan opened 3 months ago

saeed-ul-hassan commented 3 months ago

I am not sure What is wrong I am doing while resizing, I am getting this issue, the crop process is working fine crops result Crops(Original: (1920x1080), Resized: (607x1080), Segments: [Segment(speakers: [0], start: 0.0, end: 37.804433, coordinates: (630, 0))])

ERROR: Error in cropping video segment 0 with segment information '{'speakers': [0], 'start_time': 0.0, 'end_time': 37.804433, 'x': 630, 'y': 0}'.

Quick help will be highly appreciated