Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (38)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • 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 (8545)

  • Unable To Add Comment Metadata to MP3 File Using Windows FFMPEG

    4 avril 2019, par Muldesia

    I’ve previously used FFMPEG to successfully add various ID3 tags to MP3 files. However, I’m having trouble adding a ’comment’ tag.

    ffmpeg -i "InputFile.wav" -metadata comment="comment text" "OutputFile.mp3"

    ffprobe.exe, when examing the output file, shows the comment tag with the expected value. If I then go into the file properties in Windows, and view the Details tab, I see an empty comments field. Also appears empty in iTunes.

    If I give a value to the ’comments’ field using the Window’s file properties window, and then run ffprobe on the file again, I can see the comment tag with the updated value. So Windows can write to it successfully. The tag name appears identical as to when I use FFMPEG to set the comment.

    Does FFMPEG support writing the comment ID3 tag to MP3 files ? If so, how can I do this ?

    Many thanks !

  • Using && in Windows FileAssociation Action Commandline

    31 août 2017, par GavinBrelstaff

    I can use the && conjunction from within a standard Windows CMD shell to run two commands on the same line as such :

    "C:\Program Files (x86)\ffmpeg\ffmpeg.exe" -i "%1" -write_xing 0 -ac 2 -ar 24000 -ab 48k -id3v2_version 3 -write_id3v1 1 "%1".mp3 && DEL /Q "%1"
    • by which I delete the input file after having successfully converted it into mp3 output file using ffmpeg

    But the same line of code crashes when I insert it in to the appropriate RegEdit location e.g. :

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Applications\foobar2000.exe\shell\mp3\command]
    @="\"C:\\Program Files (x86)\\ffmpeg\\ffmpeg.exe\" -i \"%1\" -write_xing 0 -ac 2 -ar 24000 -ab 48k -id3v2_version 3 -write_id3v1 1 \"%1\".mp3 && DEL /Q \"%1\" "

    while it worked fine before I added the trailing && clause. You run it by a right click context menu item.

    Is there any way to achieve this preferably without creating additional BAT/CMD files. I tried placing ( ) brackets around the entire line but then it seemed to change scope and no longer find the input file.

  • Compiling ffmpeg (-3.0) on windows 7 with nvenc

    21 février 2016, par aviyaChe

    I’m trying to compile ffmpeg (version 3.0) with the following configuration :

    ./configure --prefix=ffmpeg/ --disable-yasm --enable-nonfree --enable-nvenc

    But I get the following error :

    ERROR: nvEncodeAPI.h not found.

    I download the latest Nvidia video SDK (version 6.0.1), but I don’t know where to copy the nvEncodeAPI.h file.

    I have the following set up :

    • windows 7 64 bit
    • cygwin64 terminal
    • Nvidia Quadro k4200, with driver 361.91