मैंने इस धागे को देखा, जो लगभग वही करता है जो मैं चाहता हूं, लेकिन मैं वास्तव में दृश्य पहचान पर विभाजन की तलाश कर रहा हूं।
उदाहरण के लिए, मान लें कि मेरे पास 0:01 -> 0:05 से स्क्रीन पर एक महिला है, फिर 0:06 -> 0:09, और स्क्रीन पर 0:10 से एक दूसरी महिला के एक अलग दृश्य में एक आदमी है - > 0:14
यह (आदर्श रूप से) तीन अलग-अलग वीडियो क्लिप बनाएगा। मैं वास्तव में इसे फ्रेम स्तर तक नीचे ले जाऊंगा, यदि संभव हो तो दृश्यों को बदलने के लिए ऑटोडेटेक्शन के साथ।
** अद्यतन **
ठीक है, मैं एक शानदार शुरुआत के लिए तैयार हूं। मैंने FFProbe का उपयोग करके निम्नलिखित किया है:
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=foo.mp4,select=gt(scene\,.4)" > foo.txt
जो मुझे टाइमस्टैम्प की एक सूची देता है जो बिल्कुल सही प्रतीत होता है! अब अगला कदम - मैं टाइमस्टैम्प की इस सूची को कैसे ले सकता हूं और इसे विभाजित करने के लिए उन्हें ffmpeg में वापस इनपुट करता हूं? यहाँ टाइमस्टैम्प का एक उदाहरण है।
media_type=video|key_frame=1|pkt_pts=972221|pkt_pts_time=10.802456|pkt_dts=972221|pkt_dts_time=10.802456|best_effort_timestamp=972221|best_effort_timestamp_time=10.802456|pkt_duration=N/A|pkt_duration_time=N/A|pkt_pos=5083698|pkt_size=6220800|width=1920|height=1080|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|tag:lavfi.scene_score=0.503364
media_type=video|key_frame=1|pkt_pts=2379878|pkt_pts_time=26.443089|pkt_dts=2379878|pkt_dts_time=26.443089|best_effort_timestamp=2379878|best_effort_timestamp_time=26.443089|pkt_duration=N/A|pkt_duration_time=N/A|pkt_pos=12736403|pkt_size=6220800|width=1920|height=1080|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|tag:lavfi.scene_score=1.000000
media_type=video|key_frame=1|pkt_pts=2563811|pkt_pts_time=28.486789|pkt_dts=2563811|pkt_dts_time=28.486789|best_effort_timestamp=2563811|best_effort_timestamp_time=28.486789|pkt_duration=N/A|pkt_duration_time=N/A|pkt_pos=13162601|pkt_size=6220800|width=1920|height=1080|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|tag:lavfi.scene_score=0.745838
media_type=video|key_frame=1|pkt_pts=2627625|pkt_pts_time=29.195833|pkt_dts=2627625|pkt_dts_time=29.195833|best_effort_timestamp=2627625|best_effort_timestamp_time=29.195833|pkt_duration=N/A|pkt_duration_time=N/A|pkt_pos=13485087|pkt_size=6220800|width=1920|height=1080|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|tag:lavfi.scene_score=0.678877