Recherche avancée

Médias (91)

Autres articles (44)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8011)

  • ffmpeg segment command flac output broken 'length' metadata

    7 février 2023, par Martin

    I am trying to use this ffmpeg command :

    


    ffmpeg -i "full_lowq.flac" -c copy -map 0 -f segment -segment_times "302.825,552.017" "%03d_output.flac"


    


    to take my flac file input "full_lowq.flac" and split it at specific points 302.825,552.017 into output audio files like so :

    


    %01d_output.flac
%02d_output.flac
%03d_output.flac


    


    And this command does work at the moment, except that my three outputted flac files display the wrong 'length' metadata number when viewed in the win10 file browser. like in this example every outputted file has the same length as 11:16
enter image description here

    


    But if i view the audio files in audacity i can see the correct file length such as file 0 have a length of 05:02 enter image description here

    


    Is it possible my input file (https://file.io/oof3eykKwXiI) is corrupted ? or my command is making a mistake here ? wrong codec ?

    


  • avcodec/prores_metadata_bsf : Use AVCOL_TRC_NB - 1 for the valid max range

    3 mai 2020, par Limin Wang
    avcodec/prores_metadata_bsf : Use AVCOL_TRC_NB - 1 for the valid max range
    

    Report by Marton after commit.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/prores_metadata_bsf.c
  • avcodec/vp3 : Use range-based loop variables

    13 septembre 2023, par Andreas Rheinhardt
    avcodec/vp3 : Use range-based loop variables
    

    Motivated by :
    #if CONFIG_VP4_DECODER
    int j ;
    #endif

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp3.c