Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (84)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5210)

  • The file upload on server side using multipart file upload

    6 février 2014, par user3217695

    I am trying to upload a file using file upload in java and writing the file to directory in the server side, so the file upload is completed once it's completed the uploaded file is converted to mp4 format so that file can be played in video tag of html5.

    Issue is with the svn file, the new ffmpeg support file are in server side and conversion code is executed it gives me following error.
    What does this error mean ??

    Please help me thanks in advance.

    FFmpeg version SVN-r15137, Copyright (c) 2000-2008 Fabrice Bellard, et al.
     configuration:
     libavutil     49.10. 0 / 49.10. 0
     libavcodec    51.70. 0 / 51.70. 0
     libavformat   52.21. 0 / 52.21. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     built on Aug 31 2008 21:44:56, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14)
    Input #0, avi, from ' from//170_lesson.avi':
     Duration: 00:02:15.68, start: 0.000000, bitrate: 1353 kb/s
       Stream #0.0: Video: mpeg4, yuv420p, 788x480 [PAR 1:1 DAR 197:120], 24.00 tb(r)
       Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 192 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Output #0, mp4, to '170_lesson1.mp4':
       Stream #0.0: Video: mpeg4, yuv420p, 514x362 [PAR 37:32 DAR 9509:5792], q=2-31, 200 kb/s, 24.00 tb(c)
       Stream #0.1: Audio: 0x0000, 22050 Hz, stereo, s16, 0 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1
  • adding transition effects using FFMPEG [on hold]

    7 février 2014, par user3016257

    I am successfully able to convert a sequence of images into a video.

    But now my requirement is to put some transition effects like fade in / fade out to be shown in video with the change of every image.

    Is it possible to do using FFMPEG or should I use something else for that ?

    Please direct me.

  • Revision e876cf3869 : Merge "vp9/common : Silence MSVC warning in vp9_convolve.c."

    8 février 2014, par Tom Finegan

    Merge "vp9/common : Silence MSVC warning in vp9_convolve.c."