Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (33)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (3189)

  • ffmpeg converting .mkv to .264

    13 octobre 2015, par V. Panchenko

    I want to convert .mkv to .264.
    I try to do it using ffmpeg :

    ffmpeg -i input.mkv -vcodec copy -acodec copy output.264

    It works without errors, but when I try to play output.264 using ffplay :

    ffplay -f h264 -i output.264

    ffplay response is :

    ffplay version N-75924-gd25c033 Copyright (c) 2003-2015 the FFmpeg developers
     built with gcc 5.2.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
    ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
    le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
    able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
    ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
    --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enabl
    e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena
    ble-decklink --enable-zlib
     libavutil      55.  3.100 / 55.  3.100
     libavcodec     57.  5.100 / 57.  5.100
     libavformat    57.  3.100 / 57.  3.100
     libavdevice    57.  0.100 / 57.  0.100
     libavfilter     6. 11.100 /  6. 11.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.100 /  2.  0.100
     libpostproc    54.  0.100 / 54.  0.100
    [h264 @ 03972220] sps_id 24 out of rangeq=    0KB sq=    0B f=0/0
    [h264 @ 03972220] missing picture in access unit with size 12836207
    [h264 @ 03972220] data partitioning is not implemented. Update your FFmpeg versi
    on to the newest one from Git. If the problem still occurs, it means that your f
    ile has a feature which has not been implemented.
    [h264 @ 03972220] If you want to help, upload a sample of this file to ftp://upl
    oad.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-deve
    l@ffmpeg.org)
    [h264 @ 03972220] data partitioning is not implemented. Update your FFmpeg versi
    on to the newest one from Git. If the problem still occurs, it means that your f
    ile has a feature which has not been implemented.
    [h264 @ 03972220] If you want to help, upload a sample of this file to ftp://upl
    oad.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-deve
    l@ffmpeg.org)
    [h264 @ 03972220] sps_id 24 out of range
    [h264 @ 03972220] data partitioning is not implemented. Update your FFmpeg versi
    on to the newest one from Git. If the problem still occurs, it means that your f
    ile has a feature which has not been implemented.
    [h264 @ 03972220] If you want to help, upload a sample of this file to ftp://upl
    oad.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-deve
    l@ffmpeg.org)
    [h264 @ 03972220] no frame!
    [h264 @ 039696e0] Stream #0: not enough frames to estimate rate; consider increa
    sing probesize
    [h264 @ 039696e0] decoding for stream 0 failed
    [h264 @ 039696e0] Could not find codec parameters for stream 0 (Video: h264, non
    e): unspecified size
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Contagion.264: could not find codec parameters

    How I can fix it and convert .mkv to .264 correctly ?

  • FFMPEG+PHP how to create animated text

    27 décembre 2013, par user3065043

    I want to crete video of the animated text which i enter.
    I want to create app like :
    Input test:xyz
    and out put will be the animated video of the that text.
    plz help me
    i try ffmpeg but there is not feature like this.
    any one know how to do this..

    ffmpeg -r 12 -i "sometext" -y -an nuxified.mp4
  • Merge remote-tracking branch ’qatar/master’

    1er mars 2014, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    qt-faststart : Add a note about the -movflags +faststart feature

    Conflicts :
    tools/qt-faststart.c

    See : 2574d62d0dd34df762aa2d80c7d6381918a80ed1
    Merged-by : Michael Niedermayer <michaelni@gmx.at>