Roc-Ng / XDVioDet

Official implementation of "Not only Look, but also Listen: Learning Multimodal Violence Detection under Weak Supervision" ECCV2020
103 stars 17 forks source link

About the downloaded raw video can not playing properly #24

Open pipiofzl opened 7 months ago

pipiofzl commented 7 months ago

Dear author,

Thanks for sharing the code, the proposed solution is really inspiring. I've encountered an issue where neither the training nor testing videos can be opened properly. Only a small portion of the beginning of each video can be played, while the rest of the video fails to play as expected. Could you please share the raw videos again?

Best

zuble commented 2 months ago

ffprobe -v quiet -print_format json -show_format -show_streams -show_chapters -show_private_data A.Beautiful.Mind.2001__#00-03-00_00-04-05_label_A.mp4

{ "streams": [ { "index": 0, "codec_name": "h264", ...... "width": 640, "height": 346, ...... "duration": "65.041667", }, { "index": 1, "codec_name": "aac", .... "sample_rate": "48000", .... "duration": "65.021333", }, { "index": 2, "codec_name": "bin_data", "codec_long_name": "binary data", .... "duration": "7939.136000", <---- this is what the player displays