Recherche avancée

Médias (1)

Mot : - Tags -/university

Autres articles (95)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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 (7716)

  • Android get video rotation from metatags

    13 novembre 2013, par vicmns

    currently I am using the Android MediaMetadataRetriever class in order to get the video rotation tag from a MP4 file, using the MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION tag. The main drawback of this, is that is only compatible with API level 17 and up, and the minimum supported API level desired for the application is 14.

    Is there any work around for this, I tried using the ffmpeg library that used in the project, but I did not find an option to get this tag from the video.

    Thanks in advance.

  • Avfilter how to retrieve list of supported pixel formats ?

    22 juin 2019, par Serbenet

    When creating an avfilter graph for video processing, how can I retrieve the list of supported pixel formats of the first video filter in the chain ?

    I believe this is though the query_formats function, but I have no idea how this function is supposed to be used.

    Could you help me ?

    Thanks in advance

    Serbenet

  • Howto Merge .WAV files - with a repeating shorter wav file ?

    11 octobre 2011, par SeanNieuwoudt

    I need to take two WAV files (mysound.wav[10 seconds] and watermark.wav[1 second]) and merge the two together.

    The problem is that the new generated file needs to have watermark.wav repeating for the duration of mysound.wav.

    How do I do this via the CLI or script ? I know about SoX and FFmpeg, but have not been successful at getting this work.

    Thanks in advance :)