Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (47)

  • 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

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (9770)

  • FFmpeg Video and audio don't match [closed]

    31 janvier 2020, par Monso

    Video and audio don’t match, you can change all code become a short code, I want to adjust the "if (lte (mod (on, 360), 180)" into seconds. Please help me, thanks.

    ffmpeg -y -i 3.mp4  -vf "zoompan=z='if(lte(mod(on,360),180),zoom+2,zoom-2)':x='iw/2-(iw/zoom)/2':y='ih/2-(ih/zoom)/2':d=0,setpts=0.835*PTS" a/1.mp4
    ffmpeg -y -i a/1.mp4 -an a/2.mp4
    ffmpeg -y -i 3.mp4 -q:a 0 -map a a/am.mp3
    ffmpeg -y -i a/2.mp4 -i a/am.mp3 -c:v copy -c:a aac -strict experimental output.mp4
  • movenc : Change the track struct name to match the typedef

    2 juin 2013, par Martin Storsjö
    movenc : Change the track struct name to match the typedef
    

    This makes the struct name (which isn’t used anywhere) match the
    name of the typedef, as for all the other structs declared in this
    header.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.h
  • Is it possible to make 2 different quality videos match each other on a frame by frame basis

    26 décembre 2022, par Jon Freynik

    I have 1 high quality version and 1 low quality version of the same video. Is it possible to encode / degrade the high quality version to match the low quality version on a near perfect, frame by frame basis ? or do I need to know exactly what steps /software was used to compress / encode the low quality version ?

    &#xA;

    When I try to match codecs and quality the frames almost match but are a little off.

    &#xA;