Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (93)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (6027)

  • 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

    


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

  • 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