Recherche avancée

Médias (91)

Autres articles (46)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (4496)

  • vulkan_shaderc/glslang : print full shaders on TRACE rather than VERBOSE

    13 avril, par Lynne
    vulkan_shaderc/glslang : print full shaders on TRACE rather than VERBOSE
    

    Way too spammy.

    • [DH] libavutil/vulkan_glslang.c
    • [DH] libavutil/vulkan_shaderc.c
  • ffmpeg selects shortest movie but leaves full length audio

    26 octobre 2015, par Stan James

    I’ve created a tool to create a grid of movies, like in the Brady Bunch opening. It’s a cool, funny effect.

    Here’s a sample movie showing the grid.

    Grid of movies in ffmpeg output

    The problem is that ffmpeg is choosing the shortest movie to determine the maximum length of overlaid videos, but still using the full length of the first audio track to determine the overall output movie length.

    So all my videos stop moving when the shortest one ends, but the audio plays on for full length of the first movie.

    How can I either (1) set the length of the output movie to the longest input movie or (2) match the audio length to the shortest movie length as well ?

    Gist of my script.

    Based on this ffmpeg example usage which exhibits the same audio problem :

    ffmpeg
       -i 1.avi -i 2.avi -i 3.avi -i 4.avi
       -filter_complex "
           nullsrc=size=640x480 [base];
           [0:v] setpts=PTS-STARTPTS, scale=320x240 [upperleft];
           [1:v] setpts=PTS-STARTPTS, scale=320x240 [upperright];
           [2:v] setpts=PTS-STARTPTS, scale=320x240 [lowerleft];
           [3:v] setpts=PTS-STARTPTS, scale=320x240 [lowerright];
           [base][upperleft] overlay=shortest=1 [tmp1];
           [tmp1][upperright] overlay=shortest=1:x=320 [tmp2];
           [tmp2][lowerleft] overlay=shortest=1:y=240 [tmp3];
           [tmp3][lowerright] overlay=shortest=1:x=320:y=240
       "
       -c:v libx264 output.mkv
  • arm : Use full filenames as multiple inclusion guards

    13 janvier 2014, par Diego Biurrun
    arm : Use full filenames as multiple inclusion guards
    
    • [DH] libavcodec/arm/dsputil_arm.h
    • [DH] libavcodec/arm/hpeldsp_arm.h
    • [DH] libavcodec/arm/mpegvideo_arm.h