Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (7175)

  • kmsgrab : Use GetFB2 if available

    5 juillet 2020, par Mark Thompson
    kmsgrab : Use GetFB2 if available
    

    The most useful feature here is the ability to automatically extract the
    framebuffer format and modifiers. It also makes support for multi-plane
    framebuffers possible, though none are added to the format table in this
    patch.

    This requires libdrm 2.4.101 (from April 2020) to build, so it includes a
    configure check to allow compatibility with existing distributions. Even
    with libdrm support, it still won't do anything at runtime if you are
    running Linux < 5.7 (before June 2020).

    • [DH] configure
    • [DH] libavdevice/kmsgrab.c
  • Converting FFMpeg Video to android playable video

    15 avril 2021, par Soham Samanta

    I had some image sequence and I used them to make a video using FFMpeg. It palyed well on VLC (windows and android) but not on built in android video player.&#xA;Codec and container info of the video is the following -

    &#xA;

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;../clg/clg_eq_final_injected.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf57.83.100&#xA;  Duration: 00:00:12.13, start: 0.000000, bitrate: 9058 kb/s&#xA;    Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 4096x2048, 9057 kb/s, 24 fps, 24 tbr, 12288 tbn, 24576 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Side data:&#xA;      spherical: equirectangular (0.000000/0.000000/0.000000)&#xA;

    &#xA;

    I made a workaround by uploading the video on youtube. Then I downloaded it again. It's codec info is following -

    &#xA;

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;../clg/clg_eq_test.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    creation_time   : 2020-05-17T08:06:01.000000Z&#xA;  Duration: 00:00:12.14, start: 0.000000, bitrate: 738 kb/s&#xA;    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 607 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2020-05-17T08:06:01.000000Z&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 05/17/2020.&#xA;    Side data:&#xA;      stereo3d: 2D&#xA;      spherical: equirectangular (0.000000/0.000000/0.000000)&#xA;    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2020-05-17T08:06:01.000000Z&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 05/17/2020.&#xA;

    &#xA;

    I noticed that the first video does not have any audio stream (since it's just an image sequence). But youtube arbitrarily added an audio stream. (I tried on android after adding an audio stream with it but no luck)&#xA;What I know -

    &#xA;

      &#xA;
    1. Android does not natively support motion JPEG.
    2. &#xA;

    3. H264 is supported by android.
    4. &#xA;

    &#xA;

    Q1. What is the difference between h264(constrained baseline) vs h264(main) ?&#xA;Q2. Why the first video is not natively supported on android ?&#xA;My uploaded youtube video is here.

    &#xA;

    Ref :

    &#xA;

    Conversion from mjpeg to mp4 (libx264) with FFmpeg

    &#xA;

    convert format from yuvj420p to yuv420p

    &#xA;

    How to create a video from images with FFmpeg ?

    &#xA;

  • Revision 30244 : On mets à jour le script d’encodage pour tester l’encodage multiple (plus ...

    26 juillet 2009, par kent1@… — Log

    On mets à jour le script d’encodage pour tester l’encodage multiple (plus uniquement en flv)