Recherche avancée

Médias (91)

Autres articles (87)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (10862)

  • Why don't VideoIntelligence end_time_offset values match for the same video ?

    3 septembre 2022, par ProGirlXOXO

    When parsing the results of Google's Video Intelligence API, I've noticed that speech_transcriptions and all other annotation results are split into two separate list items within annotation_results. See the example output below.

    


    Digging further, I've noticed they have slightly varied end_time_offset values.

    


      

    1. Why are these end_time_offset values different ? I expect them both to show the exact same value since the exact same video is being analyzed for both sets of features. In some cases this value is off by more than a second.
    2. 


    3. Assuming this is not an error, which end_time_offset I trust if I want to determine the total duration of the video ?
    4. 


    5. Why is feature output split into two different list items ?
    6. 


    


    {&#xA;    "annotation_results": [&#xA;        {&#xA;            "input_uri": "<redacted>.mp4",&#xA;            "segment": {&#xA;                "start_time_offset": {},&#xA;                "end_time_offset": {&#xA;                    "seconds": 57,&#xA;                    "nanos": 849516000&#xA;                }&#xA;            },&#xA;            "shot_label_annotations": [],&#xA;            "shot_annotations": [],&#xA;            "explicit_annotation": {},&#xA;            "text_annotations": [],&#xA;            "logo_recognition_annotations": []&#xA;        },&#xA;        {&#xA;            "input_uri": "<redacted>.mp4",&#xA;            "segment": {&#xA;                "start_time_offset": {},&#xA;                "end_time_offset": {&#xA;                    "seconds": 58,&#xA;                    "nanos": 69333000&#xA;                }&#xA;            },&#xA;            "speech_transcriptions": []&#xA;        }&#xA;    ]&#xA;}&#xA;</redacted></redacted>

    &#xA;

  • fftools/cmdutils : extend stream specifiers to match by disposition

    15 septembre 2024, par Anton Khirnov
    fftools/cmdutils : extend stream specifiers to match by disposition
    
    • [DH] Changelog
    • [DH] doc/fftools-common-opts.texi
    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] tests/fate/ffmpeg.mak
    • [DH] tests/ref/fate/ffmpeg-spec-disposition
  • error : No accelerated colorspace conversion found., vision_opencv stack in ros,avi video file processing

    4 août 2017, par rajat

    When i try to run some custom node to process some .avi video i have this error : i guess this error is related to opencv , i have tried all the sloutions , even recompiled vision_opencv with FFMPEG flag on , and urgraded ffmped with —enable-shared —enable-gpl —enable-swscale , but still no luck .

    [swscaler @ 0x842fa20]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8497c80]No accelerated colorspace conversion found.  
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8497c60]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8495730]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8492ae0]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8492d00]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found.
    Last message repeated 10 times
    [swscaler @ 0x8491c70]No accelerated colorspace conversion found.
    [swscaler @ 0x848aa80]No accelerated colorspace conversion found

    i can’t proceed with my project , until i sort this out and i already have wasted more than 10hrs on this problem , so if you guys think of any solution i would be glad to try it out .