Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12395)

  • Merge remote-tracking branch ’qatar/master’

    11 mars 2014, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    doc : Add section about AviSynth support

    Conflicts :
    doc/general.texi

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
  • Merge commit ’a9a2f3613040c4f90bf15cbd76f8671252ecc043’

    12 juillet 2015, par Michael Niedermayer
    Merge commit ’a9a2f3613040c4f90bf15cbd76f8671252ecc043’
    

    * commit ’a9a2f3613040c4f90bf15cbd76f8671252ecc043’ :
    doc : add a section about building with libmfx

    Conflicts :
    doc/general.texi

    Merged-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/general.texi
  • 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.

    &#xA;

    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.

    &#xA;

    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.

    &#xA;

    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).

    &#xA;

    We've tried the following for example :

    &#xA;

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

    &#xA;

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

    &#xA;

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

    &#xA;

    Thank you for your help in advance.

    &#xA;