Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (89)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • How to record part of the Activity (ex : Linear layout ,relative layout) and export as a video ?

    22 avril 2019, par Elangovan S

    i want record a video from particular view. the example I have video view inside of my relative layout and text view, and I apply some animation to text view finally I want to record video both video view and text view and make a video. i tried ffmpeg continuously taking screenshot every frame and make a video but its not smooth , take too much time. is there any way to achieve this ? help me with this.

  • How to extract an audio part from a mp4 using ffmpeg ?

    13 avril 2019, par vdegenne

    I tried to use the following command :

    ffmpeg -i video.mp4 -acodec copy -ss 00:30:00 -to 00:60:00 extract.mp3

    but it fails and says

    [mp3 @ 0x3bfade0] Invalid audio stream. Exactly one MP3 audio stream is required.
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

    I believe it’s because I need to extract the mp3 data first and provide it to the command, but is not there a way to do this in one command and avoid creating the full mp3 file that I don’t need ?

  • Crop part of video with ffmpeg ? [on hold]

    28 mars 2019, par Reckless Velociraptor

    I have a huge video and only few timing where I need to crop it.

    Is there any way to crop only certain timeline and leave the rest untouched ?