Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (70)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (11781)

  • Read/convert H.265 in react with ffmpeg

    19 avril 2022, par CTKC

    I'd like to be able to read videos of any codec in my react app, including h.265, which is the problem child.
I know of two possible ways to do this : the first being to convert the files upon upload to h.264,
and the second using a library to stream the videos with ffmpeg, I found an interesting documentation explaining this scenario WASM H.265 player

    


    Does anyone have experience in using this library or actually live streaming h.265 (which isn't supported in chromium browsers) and if so, what are your thoughts on it ?

    


    Any answer is always appreciated !

    


  • Convert texture and depth into s3d video

    27 mars 2017, par user1816546

    I have two raw videos (.yuv extension). One contains the texture and the other contains the depth. Is it possible to create a 3D movie with the .s3d extension with ffmpeg ?

    With regards to what I have tried so far : I converted the .yuv files to a .mp4 format (using ffmpeg and libx264) and I have displayed them side by side. However, the player I have only supports .s3d formats so it’s back to the drawing board since ffmpeg does not convert videos to .s3d format.

    I cannot really find any information on the s3d format, so if anyone has any experience with this format I’d appreciate it greatly !

  • Any working example recording a (e.g. rtsp) stream to a local MP4 file with ffmpeg/libav ?

    15 novembre 2017, par ggs

    I’m looking for a working and not-out-dated script how to record an e.g. rtsp input stream to a local file (mp4) with ffmpeg/libav. If you could point me to one or post one, many thanks in advance. I’m searching for many hours and I haven’t got any experience with this topic.

    A lot of examples, libs, etc. are outdated, but I want to use ffmpeg >= v3.3.

    Any special things I have to consider (when compiling ffmpeg, or when saving local file to iOS device) ?