Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (73)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (11125)

  • avformat/http: Fix for invalid use of av_strtok

    18 avril 2020, par Limin Wang
    avformat/http: Fix for invalid use of av_strtok
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/http.c
  • mobile-ffmpeg can't open gallery videos

    25 juillet 2020, par MoTahir

    I'm trying to practice video editing with ffmpeg, I made a sample app which allows the users to either record a video then edit it or choose a video from gallery to edit.

    &#xA;

    When the user records videos with the application a temporary file is created then that file path is sent to ffmpeg to edit then save

    &#xA;

    "-i $videoPath  -vf crop=ih/$screenR:ih $outPath"&#xA;

    &#xA;

    I'm just cropping the video then saving it as a test, The above command works as intended without any problems.

    &#xA;

    When I try to edit videos from gallery it doesn't work, I understand that the storage system in new versions of android devices is different, the uri is just an address to the content not an actual path to the file

    &#xA;

    the video path from gallery is something like this

    &#xA;

    &#xA;

    content ://media/external/file/38625

    &#xA;

    &#xA;

    ffmpeg can not access the video with that path so it can't edit it, what should I do ? thank you in advance.

    &#xA;

  • avformat/mpegtsenc : check that not only first pts but also first dts is valid

    29 octobre 2020, par Limin Wang
    avformat/mpegtsenc : check that not only first pts but also first dts is valid
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c