Recherche avancée

Médias (91)

Autres articles (48)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Use ffmpeg to move moov atom to front of mp4 file on Google Cloud Platform and Google Cloud Storage

    19 avril 2021, par BlueBoy

    I would like to use ffmpeg to move the moov atom of a .mp4 file to the front of the file so that it can then be streamed.

    


    The .mp4 file is in Google Cloud Storage. I want to take that file and apply the conversion on it (or copy it if needed).

    


    I have successfully run the following command in the terminal and it works. I want to essentially run this command server side on the Google Cloud in a Java environment :

    


    ffmpeg -i input_video_file.mp4 -vcodec copy -acodec copy -movflags faststart output_video_file.mp4

    


    I can get my file from Google Cloud Storage like this :

    


    GcsService gcsService = GcsServiceFactory.createGcsService();
GcsFilename file = new GcsFilename("bucket", "folder/filename;


    


    I was able to find a Java library wrapper for ffmpeg (https://github.com/bramp/ffmpeg-cli-wrapper) but it doesn't seem to allow to move the moov atom. Could anyone help me figure this out further ? Is there a

    


  • avcodec/roqvideoenc : More verbose warning about no power of 2 dimensions

    9 juillet 2014, par Michael Niedermayer
    avcodec/roqvideoenc : More verbose warning about no power of 2 dimensions
    

    Thanks-to : Vitor Sessak <vitor1001@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/roqvideoenc.c
  • Anomalie #4704 (En cours) : Par sinum tri le nombre par ordre alpha

    25 mars 2021, par Maïeul Rouquette

    Soit un site avec deux articles.

    - 20. Doublon
    - 3. Article 3

    Soit le squelette suivant

    <span class="CodeRay">par sinum titre
    <span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">sinum</span> <span class="attribute-name">titre</span><span class="error">,</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
    <span class="tag"></span>#TITRE*<span class="tag"></span>
    <span class="tag"></span>

    Par num titre
    <span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">num</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
    <span class="tag"></span>#TITRE*<span class="tag"></span>
    <span class="tag"></span>

    </span></span></span>

    Le resultat est le suivant

    par sinum titre
    20. Doublon
    3. Article 3
    Par num titre
    3. Article 3
    20. Doublon

    Visiblement, contrairement à par num, par sinum ne tient pas compte du fait que 20 > 3.