Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (38)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (4918)

  • Revision c4048dbdd3 : Change to limit the mv search range As the pixel values beyond image border are

    11 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_enums.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Change to limit the mv search range

    As the pixel values beyond image border are duplicates of pixels
    on edge, the change limits the mv search range, any mv beyond
    the limits no longer produce new/different prediction values
    as entire block with pixels used for subpel interpolation are
    outside image border.

    Change-Id : I4c6fdf06e33c1cef1489f5470ce0fb4e5e01fb79

  • Audio merge modify video length

    15 septembre 2022, par sfarzoso

    I'm trying to merge an audio soundtrackPath to a video videoPath, so I wrote this script :

    


    ffmpeg -i $videoPath -i '$soundtrackPath' -c:v copy \
-filter_complex \"[0:a]aformat=fltp:44100:stereo,apad[0a];[1]aformat=fltp:44100:stereo,volume=1.5[1a];[0a][1a]amerge[a]\" \
-map 0:v -map \"[a]\" -ac 2 $outputPath 2>log.txt


    


    which is working but there are two issues that I don't know how to fix :

    


      

    1. Merge audio is too low, is possible decrease the volume of soundtrackPath ?
    2. 


    3. Video lenght is 1:59 and the soundtrackPath is 3:29, the final result will modify the video length to 3:29, is possible to adapt the audio only for the video length ?
    4. 


    


  • Revision 734c5ffa2c : Apply constrained partition search range to non-RD mode decision This commit en

    23 avril 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Apply constrained partition search range to non-RD mode decision

    This commit enables a chessboard pattern for partition search. All
    the black blocks run regular partition search ranging from 8x8 to
    32x32. The rest white blocks take the nearby blocks’ information
    to adaptively decide the effective search range.

    The compression performance for rtc set at speed -5 is down by 1.5%.
    For pedestrian 1080p at speed -5, the runtime goes from 41594 ms to
    39697 ms, i.e., about 5% faster.

    Change-Id : Ia4b96e237abfaada487c743bca08fe1afd298685