Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (62)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6957)

  • vp8 : fix PPC assembly to work if src_stride != dst_stride

    5 février 2014, par Ronald S. Bultje
    vp8 : fix PPC assembly to work if src_stride != dst_stride
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Janne Grunau <janne-libav@jannau.net>

    • [DBH] libavcodec/ppc/vp8dsp_altivec.c
  • avconv : make -shortest work with streamcopy

    10 juin 2014, par Anton Khirnov
    avconv : make -shortest work with streamcopy
    

    CC : libav-stable@libav.org

    • [DBH] avconv.c
  • FFMPEG Sample example does not work

    27 juin 2017, par Davood Falahati

    I have been struggling in getting ffmpeg sample to work. I had a tough time upgrading sample code according to the latest commits. I have uploaded my code here

    When I run this code, however, I get the following error :

    [libx264 @ 0xee2400] broken ffmpeg default settings detected
    [libx264 @ 0xee2400] use an encoding preset (e.g. -vpre medium)
    [libx264 @ 0xee2400] preset usage: -vpre <speed> -vpre <profile>
    [libx264 @ 0xee2400] speed presets are listed in x264 --help
    [libx264 @ 0xee2400] profile is optional; x264 defaults to high
    </profile></speed>

    And the av_codec_open2 function fails to open the video and find the proper codec. Here is the specifications of my video, if it helps :

    Output #0, mov, to '/home/dfalahati/Videos/melissa.MOV':
    Stream #0:0: Video: h264, yuv420p, 352x288, q=2-31, 400 kb/s, 25 tbc
    Stream #0:1: Audio: aac, 44100 Hz, 2 channels, 64 kb/s

    I used @gabi-davar answer here to make the code run, but there are some unfamiliar errors still with it. Is there any advice how to solve it ?