Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (39)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (9872)

  • ffmpeg works fine most of the time in java except for this command (merging), and this command works fine directly in terminal

    14 mai 2014, par Ron I

    When I run this from the command line it works (merges two videos side by side) :

    /usr/local/bin/ffmpeg -i /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/test.mov -i /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/test1.mov -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/merged.mov

    However, when I run it in java, I get this from the console :

    [AVFilterGraph @ 0x7fd44ad00440] No such filter: '"'
    Error configuring filters.

    here is the text I am returning (copied directly) which is what I am sending to be executed. It is exactly the same, except I use the escape character before the quote symbol, so a " becomes \" :

    "/usr/local/bin/ffmpeg -i /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/test.mov -i /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/test1.mov -filter_complex \"[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w\" /Users/ron/Dropbox/JAMR/Technology/workspace/JAMR/sandbox/merged.mov";

    All other ffmpeg tests have worked except this.... (the only one where I use a " character)

    Can anyone figure it out ?

  • FFmpeg parameters for Fisheye image correction

    19 janvier 2023, par Julio Cesar

    I am trying to achieve two things (any of them will work for my solution) :

    


      

    1. Fisheye video to equirectangular (and view it in 360 view)
    2. 


    3. Fisheye video to flat (if I understood correctly, it will be just like the fisheye image (maybe I will lose some FoV ?) but without distortions. Of course in this case I will not use 360 view).
    4. 


    


    Camera specs : https://documentation.meraki.com/MV/Viewing_Video/Understanding_Image_Quality_on_the_MV32

    


    For test purposes I am using an image as input :

    


    For 1), I am using ffmpeg -i input_file -vf v360=fisheye:e:ih_fov=180:iv_fov=180:pitch=90 output_file. This command gives me a rectangular image where the half upper is black, and when testing in https://renderstuff.com/tools/360-panorama-web-viewer/ the user can navigate through this black space (I would like to limit user view, so he could not get to the black part). If I crop and remove the black part, the image in the 360 view becomes distorted (loses the aspect ratio).

    


    For 2), I tried ffmpeg -i input_file -vf v360=fisheye:flat:ih_fov=180:iv_fov=180 output_file but it doesn't seem to correct the distortions properly.

    


    FYI this video will be published in AntMedia server to be used as an iframe in web applications. I'll try to use 1) in AntMedia since it supports 360 view (https://antmedia.io/play-live-360-degree-video/).

    


    Since I am new to this, please ask for more information if needed.
    
Thanks in advance.

    


  • Revision 3c092e2474 : Merge changes Ibb308526,I99e330f8 * changes : Prevent CR in screen mode from r

    11 septembre 2015, par Alex Converse

    Merge changes Ibb308526,I99e330f8

    * changes :
    Prevent CR in screen mode from refreshing flat inter blocks forever.
    For screen content consider intra uv when color_sensitivity is set.