Recherche avancée

Médias (91)

Autres articles (57)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11745)

  • 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.

  • 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 ?

  • 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.