Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (47)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7334)

  • avcodec/iff : Remove transient objects from the context

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Remove transient objects from the context
    

    This avoids keeping invalid pointers in the context.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/iff.c
  • avconv : do not overwrite the stream codec context for streamcopy

    2 avril 2015, par Anton Khirnov
    avconv : do not overwrite the stream codec context for streamcopy
    

    Since we are not doing encoding, there is no point in ever touching the
    separate encoding context. Always use the stream codec context.

    Fixes writing attachments.

    CC:libav-devel@libav.org

    • [DBH] avconv.c
  • I am trying to use ffmpeg to separate audio from video, but after downloading the ffmpeg build I cannot seem to activate it in Power Shell [duplicate]

    19 janvier 2021, par Row Boater

    Ok, look y'all, I am NOT an aspiring programmer. I'm simply trying to separate audio from video of a youtube video I downloaded.

    &#xA;

    What I've done :

    &#xA;

    Downloaded YT vid using 4k video Downloader

    &#xA;

    I downloaded ffmpeg build from https://ffmpeg.org/download.html#build-windows

    &#xA;

    I downloaded WinZip in order to access the ffmpeg files.

    &#xA;

    I thought I used winzip correctly, but whenever I paste the command code line recommended to me, ffmpeg -i video.mp4 -c:a pcm_s16le audio.wav, I receive the following :

    &#xA;

    &#xA;

    PS C :\Users\user\Videos\4K Video Downloader> ffmpeg -i video.mp4 -c:a&#xA;pcm_s16le audio.wav ffmpeg : The term 'ffmpeg' is not recognized as&#xA;the name of a cmdlet, function, script file, or operable program.&#xA;Check the spelling of the name, or if a path was included, verify that&#xA;the path is correct and try again. At line:1 char:1

    &#xA;

      &#xA;
    • ffmpeg -i video.mp4 -c:a pcm_s16le audio.wav
    • &#xA;

    • &#xA;
        &#x2B; CategoryInfo          : ObjectNotFound: (ffmpeg:String) [], CommandNotFoundException&#xA;  &#x2B; FullyQualifiedErrorId : CommandNotFoundException&#xA;&#xA;

      &#xA;

    • &#xA;

    &#xA;

    PS C :\Users\user\Videos\4K Video Downloader>

    &#xA;

    &#xA;

    This is all Phoenician to me, but what I take away is that I have not completed some step to fully incorporate the ffmpeg code into my system. I believe that I am not using Winzip correctly.

    &#xA;

    Thanks for your time.

    &#xA;