Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (75)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7439)

  • In FFMPEG, can I rename the title metadata based on the directory name ?

    20 décembre 2019, par LincM

    I have video files like :
    c:\foo\bar.mkv

    But the metadata tags on the videos often reads like nonsense, like blah blah blah foo blah blah bar 981237.mkv

    I’m pretty versed in using FFMPEG to reencode with different codecs and such, but I would like to be able to edit the metadata to inherit the directory structure, so that the resultant file’s metadata could take c:\foo\bar.mkv and print to metadata : Foo - Bar

    Any way that this can be done in FFMPEG ?

    I’m aware that to manually modify metadata in FFMPEG the command I’d need is -metadata title="foo - bar".

    The question is : how do I retrieve the file and directory names for FFMPEG to write these in as the metadata tag ?

  • FFMPEG on windows (for H.264 RTSP decoding)

    13 octobre 2011, par Saurabh Gandhi

    Has anyone used the latest FFMPEG version for decoding H.264 based RTSP stream on windows environment using OpenCV.

    My problem is that I am able to successfully decode H.264 based RTSP stream on Linux successfully but when I use the same code to decode H.264 based RTSP stream on windows the output is pretty much pixelated. Can someone tell me as to why there is a difference in behaviour (is it due to version mismatch) ? Also how do I find out which version of FFMPEG is being used by the OpenCV SDK 2.1.0 and 2.2.0 available for windows ?

    Awaiting your response.
    Thanks in advance.

  • FFmpeg won't convert file when ran from Siri Shortcuts

    1er septembre 2022, par Piipperi800

    I can't seem to initialize FFmpeg from Siri Shortcuts, it just gets stuck in size= OKB time=00:00:00.00 bitrate=N/A speed= Ox despite FFmpeg using CPU cycles and creating a 3.9 MB file.

    


    I've ran pretty much the exact same command directly from Terminal, and as seen in the screenshot, it runs fine. The only difference is that the Siri Shortcuts one uses variables. Which is an interesting one because when I tried running the command in a blank shortcut without those variables, it runs fine... What the heck could be going wrong ?

    


    Picture of the issue