Recherche avancée

Médias (91)

Autres articles (59)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8175)

  • FFMPEG : Smooth streaming on IOS and Android

    24 avril 2014, par Vprnl

    I am transcoding a file to the ISMV "smooth streaming" format to create fragmented MP4 files.

    The Ffmpeg parameters I use are the following :

    ffmpeg -i "'+inputUrl+'" -g 52 -threads 0 \
    -vcodec libx264 -coder 0 -flags -loop -pix_fmt yuv420p \
    -crf 22 -subq 0 -sc_threshold 0 -s 1280x720 -profile:v baseline \
    -keyint_min 150 -deinterlace -maxrate 10000000 -bufsize 10000000 \
    -b 1200k -acodec aac -ar 48000 -ab 192k -strict experimental \
    -movflags +frag_keyframe+empty_moov '+outputUrl

    The main purpose is to play the file while transcoding.
    This works great on my desktop. Sadly though, this can not be said for Android and IOS devices. It simply does not play anything.

    Is it possible to play a fragmented mp4 on these devices ?

  • RTMP video streaming client without showing the video just need extensive log

    6 août 2016, par Amir

    I set up an RTMP video streaming server in a cloud environment for research purposes. On another VM in the cloud, I want to use a client to do some experiments. I have tried some different video player like VLC and FFplay but they are keep playing the video in the shell. As it is in the command line environment and to make sure my experiments are not biased with human errors, I need an RTMP video streaming client that just receives the stream as if it wanted to play it and log everything, for instance, if the playback stops due to buffering, average buffer size, etc.

    Thanks

  • avformat/dashenc : Skip writing trailer for MP4 output when in streaming mode

    22 janvier 2019, par Karthick J
    avformat/dashenc : Skip writing trailer for MP4 output when in streaming mode
    

    In streaming mode mp4 trailer is not required for playout.

    • [DH] libavformat/dashenc.c