Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (8019)

  • Revision e5fe165840 : Properly handle the boundary blocks for integral projection search Use rectangu

    2 mars 2015, par Jingning Han

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



    Properly handle the boundary blocks for integral projection search

    Use rectangular block size for integral projection motion estimation
    if the the 64x64 block has over half block outside the frame. This
    avoids the issue that the motion information of these blocks is
    dominated by the extended pixels, instead of the pixels of interest.

    Change-Id : I22f4d2bb7f6a20db9b3f5e2e5463a7f4b9d1b737

  • How to add a 5.1 .flac audio track to a .ts file with already 3 audio tracks ?

    16 mai 2018, par Pablo

    I want to add a 5.1 .flac audio track to a .ts file that already has three audio tracks. I tried with tsMuxer and ffmpeg with unsuccessful results. In tsMuxeR the .flac track is not recognized and in ffmpeg everything seems to work fine until the very last moment when I check the file and the .flac audio track is not included in the "output.ts". The .flac track is about 3GB and its lenght is around two and a half hours.

    Thank you so much.

  • FFmpeg -itsoffset cropping the video (but I don't ask)

    6 septembre 2021, par Eugen Dubrovin

    I have one client video file (which length about 4minutes)

    


    trying to make offset on the video (1second audio offset)

    


    ffmpeg -v quiet -i  $CLIENTVIDEO  -itsoffset -1 -i $CLIENTVIDEO -map 0:v -map 1:a -c copy $TO_OFFSET_DIR


    


    after this procedure the video cropping to one and a half minute

    


    when I add -c:a to FFmpeg option everything is working fine (but taking ages to process the video)

    


    is there anyway to process without -c:a option