Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (64)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

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

Sur d’autres sites (15424)

  • lavc : remove uneffective attribute_deprecated on enum

    27 décembre 2017, par wm4
    lavc : remove uneffective attribute_deprecated on enum
    

    Does not work. Even emits a warning with some compilers that the
    attribute does not work on enums. It's likely that there is way to make
    it work, but not worth the trouble.

    • [DH] libavcodec/avcodec.h
  • ffmpeg mp4 compress [closed]

    11 mars 2013, par Марин-Мемо Митрев

    I was on a vacation with friends and we made lot of videos with a GoPro camera... We did 40GB of videos... So could you help me compress them with ffmpeg. The sound can be at the worst quality but the video must be at above 480p.
    The idea is that I have linux server only with command line to convert them(otherwise I would do it all by myself) Info about untouched videos bellow.
    I know that I will be voted with very much minuses on the question but worth a try posting here...

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'GOPR0524.MP4':
     Metadata:
       major_brand     : avc1
       minor_version   : 0
       compatible_brands: avc1isom
       creation_time   : 2013-02-27 13:20:19
     Duration: 00:00:09.20, start: 0.000000, bitrate: 15435 kb/s
       Stream #0.0(eng): Video: h264 (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 15278 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
       Metadata:
         creation_time   : 2013-02-27 13:20:19
       Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
       Metadata:
         creation_time   : 2013-02-27 13:20:19
    At least one output file must be specified
  • avcodec/rl2 : Fix undefined pointer arithmetic

    28 septembre 2022, par Andreas Rheinhardt
    avcodec/rl2 : Fix undefined pointer arithmetic
    

    Don't increment back_frame if it does not correspond
    to a real buffer. To do this, handle copying from
    the back frame separately from the "use coded value"
    codepath ; also use memcpy for the former, as the
    chunks here are typically worth it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/rl2.c