Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (111)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6693)

  • Please help ! Now having sound issues on 14.04

    21 avril 2015, par Nobody Atall

    Please help ! Today I was trying to edit some home video with KDENLive and when I’d try to preview my videos, they’d play for about a second then lock up the program.

    In troubleshooting, I discovered :

    If I reboot the computer, most multimedia files play fine : MP3, MP4, FLV, AVI, WMV, etc. But as soon as I try playing an MPEG-2 file, the video freezes. (Using SMPlayer. With VLC it plays, but has no sound.) After that, I have no sound on any format, though they still play. However, trying to play Flash videos on Facebook then lock up after a second or so, as well.

    If I reboot the computer and go directly to Sound Settings | Test Sound, I get no sound. Then my video files also have no sound (MP3, MP4, etc.), just like when I try playing an MPEG-2.

    Is there some commonality there ? Like, does KDENLive, the Test Sound function, and the MPEG-2 files use FFMPEG or something ? Because it seems like as soon as I execute any of those three things, I’m screwed.

    Are there any diagnostics I can run ? I’m kinda dead in the water on editing our home videos until I find out what happened !

    Thanks.

  • how can i make a dynamic video using ffmpeg and after effects template ?

    18 mars 2016, par Amir Ali Salah

    i would like to generate automatically a video for each user from his pictures using after effects template, something like this Take This Lollipop

    but without taking pictures from facebook, only from mysql database. i tried many solutions but without being successful, i was trying this from 3 years ago, just for knowledge.

  • Getting 500 error when uploading video to twitter from android app

    11 juillet 2016, par Sakshi

    I am trying to compress video using FFMPEGAndroid library using the following command.

    {"-y" ,"-i", file.getAbsolutePath(),
    "-c:v", "libx264", "-crf", "20",
    "-aspect", "1:1",
    "-pix_fmt", "yuv420p",
    "-c:a", "aac", "-strict","experimental",
    "-b:a", "96k", "-ac", "2", "-ar", "44100",
    "-preset", "ultrafast",
    "/storage/emulated/0/output.mp4"}

    When I try to share the video on Twitter from my android app, I get 500 Internal Server Error. I am able to share same video on Facebook and on my app. I have been read a lot of forums and FFMPEG manuals but no luck.