Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (98)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (13432)

  • ffmpeg - How to convert a gif image to an mp4 and loop for 5 seconds

    23 octobre 2014, par Gary

    I have a program which will convert images to an mp4 movie that loops for 5 seconds. In most cases it does it without any issue except when the image is a gif file. I receive an invalid argument error on the "-loop 1" argument when the image is a gif.

    When I remove the "-loop 1" arg and add "ignore_loop 0" I get a movie that goes so fast you can’t see it when multiple movies are played in a playlist.

    The arguments in the program looks like this...

    -ignore_loop 0 -i "gifimage.gif" -vf "pad=width=400:height=300:x=0:y=0" -pix_fmt yuv420p -t 5 gifout.mp4

    if (imageFullName.Contains(".gif"))
               arguments.Append("-ignore_loop 0");
           else
               arguments.Append("-loop 1");

    arguments.Append(" -i \"" + i.FullName + "\"");
    arguments.Append(" -vf \"pad=width=" + outputWidth.ToString() + ":height=" + outputHeight.ToString() + ":x=" + padLeft.ToString() + ":y=" + padTop.ToString() + "\"");
    arguments.Append(" -pix_fmt yuv420p -t 5");
    arguments.Append(" " + outputFullName);

    As you can see I tell ffmpeg that the movie is to last 5 seconds but it doesn’t. Is there a way to convert a gif image to an mp4 and have it loop for 5 seconds ?

    Thanks,
    Gary

  • How to play local video using ffplay and nginx ?

    17 février 2016, par Bhoomi Loriya
    • I want to play video using ffplay.I store data in local machine.
      directory path is like :
      C:\ffmpeg\bin
    • Using this command i cant play this video.

      ffplay frlive.m3u8
    • Above code can’t work.
    • If i am play live video than they work fine this code is like :
      ffplay -i  <a href="http://media.webtvlive.eu/rtc/_definst_/mp4:live_720p.stream/playlist.m3u" rel="nofollow">http://media.webtvlive.eu/rtc/<em>definst</em>/mp4:live_720p.stream/playlist.m3u</a>
      - This code work properly.
  • How to use ffmpeg for restream

    30 novembre 2015, par Dany Yan

    I do not know how to restream

    ffmpeg i http://187.453.4.1935/stream/playlist.m3u8 rtmp ://localhost:1935