Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (11839)

  • Mute Volume with Minimal Re-encoding

    7 juillet 2021, par Harry Muscle

    Is it possible to mute a section of a video file (say 5 seconds) without having to re-encode the whole audio stream with ffmpeg ? I know it's technically (though probably not easily) possible by reusing the majority of the existing audio stream and only re-encoding the changed section and possibly a short section before and after, but I'm not sure if ffmpeg supports this. If it doesn't, anyone know of any other library that does ?

    


  • How to batch convert to x265 minimal file size but keep best possible quality using hardware acceleration in Windows ?

    12 août 2023, par N.TW12

    I am new to the ffmpeg, as the matter of fact just know it for a few hours, I have a huge family videos in mp4/mov x264 format and I would like to convert them all to x265. I don't know what setting is robust for most of the cases so I use -c:v hevc_nvenc and tried :

    


    for /f "tokens=1 delims=." %a in ('dir /B *.mp4') do ffmpeg -i -c:v hevc_nvenc "%a.mp4" "%a.x265.mp4"

for /f "tokens=1 delims=." %a in ('dir /B *.mp4') do ffmpeg -i  "%a.mp4" -c:v hevc_nvenc "%a.x265.mp4" 


    


    I got an error : v was unexpected at this time. How to batch convert to x265 minimal file size but keep best possible quality using hardware acceleration in Windows ?

    


    Edit : I also would like to change the filename by adding ".x265" @ the end of the new file.

    


  • Révision 22126 : Report minimal de r22116 r22118 r22119 : #3418 : Octave utilise une configuration...

    10 mai 2015, par cedric -