Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (106)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (14893)

  • Unwarping 180 VR Footage with FFmpeg v360 Filter

    5 avril 2021, par Ted Wilmont

    I am struggling at present. I have searched high and low for days and can't find a command that achieves what we want to do.

    


    We have stereoscopic 180 degrees VR footage in a side-by-side equirectangular format that we want to convert to flat so we can process using further AI software.

    


    We have already split the file in half across the width using FFmpeg so we have a "right" eye and a "left" eye video file.

    


    For each video file, we need to convert the 180-degree equirectangular footage to a flat, unwarped video file using FFmpeg (and the v360 filter).

    


    We've tried the following for example :

    


    ffmpeg -i 2LEFT.mp4 -vf "v360=input=equirect:ih_fov=180:iv_fov=180:output=flat" 2LEFTTEST.mp4


    


    However, this results in a very warped/misaligned video.

    


    Some command examples, tips, suggestions as to convert the now monoscopic 180-degree equirectangular footage to a flat video file will be greatly appreciated.

    


    Thank you for your help in advance.

    


  • ffmpeg missing image frames in generated video from images

    4 août 2013, par sihrc

    Similar question here, but not yet answered.

    Problem :

    I'm combining images (.png) of same resolution/size (they all came from the same matplotlib.pyplot), but the resulting video is missing several frames.

    Command :

    ffmpeg -f image2 -r 1 -i .\\images\\image%02d.png -c:v libx264 -r 30 .\\images\\output.mp4

    Resulting Video

    • Length of 0:09
    • Missing more than half the images

    Images

    • .\images
      • image00.png
      • image01.png
      • image02.png
      • image03.png
      • image04.png
      • image05.png
      • image06.png
      • image07.png
      • . . .

    Notes :

    I followed examples from here. I'm new to using ffmpeg, so I may not be completely sure of what each of the command line options I've used means, though I have a pretty good idea.

    Thanks, any help/advice/suggestions will be greatly appreciated. I am also perfectly willing to provide further information that may help resolve this issue.

  • avplay : Handle pixel aspect ratio properly

    6 juillet 2014, par Martin Storsjö
    avplay : Handle pixel aspect ratio properly
    

    This was broken (left half-implemented) in 354468fc12.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] avplay.c