Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (54)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • 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

Sur d’autres sites (6957)

  • 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