Recherche avancée

Médias (91)

Autres articles (38)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6198)

  • ffmpeg : audio to opus and embed song cover to lossless vp9 in webm container

    14 mars 2020, par snow344

    im having some trouble in making a lossless webm of a audio file

    mpv plays it fine, but youtube won’t process it no matter what

    ffmpeg -i "audio.flac" -c:v vp9 -c:a libopus -lossless 1 -b:a 500k -pix_fmt yuv420p test.webm

       Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
       Stream #0:1: Video: mjpeg (Progressive), yuv444p(pc, bt470bg/unknown/unknown), 800x800 [SAR 300:300 DAR 1:1], 90k tbr, 90k tbn, 90k tbc (attached pic)
       Metadata:
         comment         : Cover (front)
    File 'test.webm' already exists. Overwrite? [y/N] y
    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg (native) -> vp9 (libvpx-vp9))
     Stream #0:0 -> #0:1 (flac (native) -> opus (libopus))
    Press [q] to stop, [?] for help
    [swscaler @ 0000028ef88c6000] deprecated pixel format used, make sure you did set range correctly
    [libvpx-vp9 @ 0000028ef854cf00] v1.8.2
    Output #0, webm, to 'test.webm':
       Stream #0:0: Video: vp9 (libvpx-vp9), yuv420p(progressive), 800x800 [SAR 1:1 DAR 1:1], q=-1--1, 90k fps, 1k tbn, 90k tbc (attached pic)
       Metadata:
         comment         : Cover (front)
         encoder         : Lavc58.73.101 libvpx-vp9
       Side data:
         cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
       Stream #0:1: Audio: opus (libopus), 48000 Hz, stereo, s16, 500 kb/s
       Metadata:
         encoder         : Lavc58.73.101 libopus
    frame=    1 fps=0.2 q=0.0 Lsize=   15327kB time=00:04:11.17 bitrate= 499.9kbits/s speed=53.7x
    video:386kB audio:14853kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.574758%

    thanks in advance

  • Revision a1d8918fd1 : Merge "Expand the lossless and datarate tests to cover 4:4:4."

    22 janvier 2014, par Alex Converse

    Merge "Expand the lossless and datarate tests to cover 4:4:4."

  • Revision ac6ea2ab91 : Allocate memory using appropriate expected alignment in unit tests. Fixes crash

    22 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /test/variance_test.cc


     Modify /test/vp9_subtract_test.cc



    Allocate memory using appropriate expected alignment in unit tests.

    Fixes crashes of test_libvpx on 32-bit Linux.

    Change-Id : If94e7628a86b788ca26c004861dee2f162e47ed6