Recherche avancée

Médias (91)

Autres articles (85)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6074)

  • Convert any type of videos to MP4 php without ffmpeg [on hold]

    17 décembre 2017, par Khalid Askia

    I have a website on which I allow users to upload videos. But I’m using the HTML5 video tag and only MP4 videos can be played. So I want to convert any type of video to MP4. I’m on a shared hosting account so I can’t have FFMPEG or anything else installed on the server. Is there another way to convert videos without these tools ?

  • mp4 not playing in Firefox 35 on Mac, wrong MIME type ?

    5 février 2015, par Andy

    I got two mp4-Videos, both with the same codes (h264 for video and aac for audio), which are returning different mime types on linux :

    $ file --mime-type one.mp4
    one.mp4: video/mp4

    $ file --mime-type two.mp4
    two.mp4: video/qicktime

    two.mp4 wont play in Firefox 35 on a certain Windows installation and a Mac OS X 10.10 installation, while one.mp4 does.

    I compared the videos with ffmpeg, and the Video-Stream lines are :

    one.mp4 :

    Stream #0:0(und) : Video : h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x640 [SAR 1:1 DAR 1:1], 735 kb/s, 29.97 fps, 29.97 tbr, 11988 tbn, 59.94 tbc (default)

    Metadata:
     handler_name    : VideoHandler

    two.mp4 :

    Stream #0:1(eng) : Video : h264 (Baseline) (avc1 / 0x31637661), yuv420p(tv), 1024x576 [SAR 1:1 DAR 16:9], 1002 kb/s, 25 fps, 25 tbr, 600 tbn, 50 tbc (default)

    Metadata:
     creation_time   : 2015-01-23 14:16:08
     handler_name    : Apple Alias Data Handler
     encoder         : MainConcept H.264

    Can this be a reason for the difference in MIME-Type ?
    And what could I do to change that ?

    Merci beaucoup.

  • avcodec/nuv : widen buf_size type

    10 mai 2020, par Michael Niedermayer
    avcodec/nuv : widen buf_size type
    

    Fixes : signed integer overflow : 65312 * 65312 cannot be represented in type 'int'
    Fixes : 20492/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5740176118906880

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/nuv.c