Recherche avancée

Médias (91)

Autres articles (41)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (9123)

  • Put image over video and save video to sd card Android

    29 août 2018, par Ronak Thakkar

    I’m working on a feature in which I want to add picture over the video and save it to sd card.

    in general, the user selects an image with semi-transparent background and puts that image above the video, after the user presses the save button he gets a new video but already with the image above the video.

    I have heard about ffmpeg, and saw some commands that are provided by ffmpeg. but I don’t know where I should initialize. can anyone provide me an example for the same ?

    Thank you.

  • End the video when the overlay video is finished [closed]

    7 janvier 2024, par Christian Safka

    I have an overlayed video which can be longer or shorter than the background video.

    


    Case 1 : If the background video is longer, the video should end when the overlayed video is over.

    


    Case 2 : If the background video is shorter, it should repeat the last frame of the video until the overlayed video is over.

    


    With the shortest=1 and eof_action commands I haven't been able to achieve this without compromising one of the above cases. For example with shortest=1 in the overlay command, case #1 works but in case #2, both videos freeze when the background video ends while the audio plays out.

    


    Note that only the overlayed video has audio. Thanks !

    


  • Create a Video file with Accord.video.ffmpeg and vb.net [on hold]

    11 août 2017, par ATsiri

    I am new in VB.NET Programming. I am trying to make an application that grabs my USB camera and then I can make a video file from it.

    I have searched a lot and found out that Accord.video.ffmpeg can do this job.

    I have managed to capture my USB camera but I am having a problem to make a video file and save it to my debug folder.

    Any ideas ? How can I do it ?