Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (57)

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

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (8358)

  • commande ffmpeg not working from php [on hold]

    29 août 2016, par Elmehdi Alloul

    I have a PHP file which executes a command :

    echo shell_exec ( 'ffmpeg -i "http://ip:8000/play/a02o" -b:v 1000k  -vb 1000k  -minrate 1000k -maxrate 1000k -aspect 16:9 -s 720x480 -vprofile main  -r 25 -threads 4  -bufsize 1500k -c:v libx264  -preset veryfast -g 60    -acodec libmp3lame -ar 44100 -ab 64k -strict experimental  -f flv "rtmp://127.0.0.1:708/live/test"  > /dev/null 2>/dev/null &  ' ) ;

    Everything is okay now, but when I restart nginx service, I’m forced to rerun the command again. Is there any way to start this command every time it is stopped ? Also, how can I know the status of the streaming, i.e., whether it is started or not ?

  • MP4Box : Concat working on OSX but not Linux (Ubuntu)

    22 août 2016, par user3730954

    the following code

    MP4Box -force-cat -add split0.mp4 -cat split1.mp4 -cat split2.mp4 -cat split3.mp4 -new output.mp4

    works perfectly on my OSX installation of MP4Box, but fails on an Ubuntu EC2 throwing these warnings

    WARNING: Concatenating track ID 1 with different PPS - result file might be broken

    Even though the PPS is definitely the same (the same files are used for the OSX run). Output.mp4 is a broken mp4 file in the linux version. The version is up to date. Any ideas ?

  • FFMpeg Simply/Fast convert video file not working with any video

    16 août 2016, par I'mNoob

    I’m using the fast convert mkv to mp4 ffmpeg command

    ffmpeg -i test.mkv -vcodec copy -acodec copy new.mp4

    But is not working with any mkv file, when trying to run it, the file is to small about 1mb and getting this error. I know that will work if I won’t use copy and add a library but this will take long time

       Application provided invalid, non monotonically increasing dts to muxer in stream 0: -83 >= -83
    av_interleaved_write_frame(): Invalid argument