Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (97)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (11083)

  • HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

    17 novembre 2014, par jcnnghm

    In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into my server, and is then converted into a flv stream by ffmpeg, and streamed back out using ffserver. Does anyone know how to setup a video stream the iPhone can use using ffmpeg and ffserver ? I should be able to re-encode into just about any format on the fly.

  • How can I change only the pixel format with ffmpeg ?

    18 juin 2016, par oarfish

    I have a prores encoded file with 422 pixel format and I’d like to convert it to 420 subsampling or such, to see how the file size changes. But seemingly, no pixel format except the default one is compatible. Here is the media info :

    Duration: 00:00:20.02, start: 0.000000, bitrate: 253084 kb/s
       Stream #0:0(eng): Video: prores (apch / 0x68637061), yuv422p10le(bt709), 2048x1152, 200717 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
       Metadata:
         creation_time   : 2015-10-13 14:41:12
         handler_name    : Apple Alias Data Handler
         encoder         : Apple ProRes 422 (HQ)
       Stream #0:1(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
       Metadata:
         creation_time   : 2015-10-13 14:41:12
         handler_name    : Apple Alias Data Handler
         reel_name       : A003R0D0
         timecode        : 167:47:51:21

    I tried

    ffmpeg -i raw_sample_0.mov -codec:v prores -pix_fmt (yuv420p10le | yuv420p | many others..) ~/Desktop/foo.mov

    but none of those work. Is this because the codec simply does not support any other format ? If so, how can I check which formats are supported and how can I losslessly convert to another format for which I can change the color sampling ?

  • No Working C Compiler Found

    1er décembre 2014, par Rajendran Ambika

    I just downloaded it from here to try it :

    http://www.videolan.org/developers/x264.html

    I ran ./configure. It complained that I didn’t have an assembler and suggested I ran ./configure —disable-asm. Then all seemed to compile OK.

    How did you install gcc ? From the repositories ?

    After i check the GCC version by using (gcc —version) command in terminal. The log is

    i686-apple-darwin11-llvm-gcc-4.2
    (GCC) 4.2.1 (Based on Apple Inc. build 5658)
    (LLVM build 2336.11.00)

    how can i solve this issue ..? I want to make compile and install.