Recherche avancée

Médias (91)

Autres articles (77)

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

  • escaping FFmpeg whitespace in Android

    21 octobre 2015, par MoshErsan

    I’ve a video file stored on the device SD-Card and its path contains a whitespace

    /storage/emulated/0/TestVideos/Media/My Video/VID-20151020-WA0019.mp4

    and when I try to process the video with FFMPEG with this command

    -y -i '/storage/emulated/0/TestVideos/Media/My Video/VID-20151020-WA0019.mp4' -vf scale=480:-1 -ss 0:00:00 -t 0:00:22 -async 1 -strict -2 -threads 2 /storage/emulated/0/temp_VID-20151020-WA0019.mp4

    FFMpeg throws an error :

    '/storage/emulated/0/TestVideos/Media/My: No such file or directory

    I tried to escape the white space in different ways :

    • "/storage/emulated/0/TestVideos/Media/My Video/VID-20151020-WA0019.mp4"
    • '/storage/emulated/0/TestVideos/Media/My Video/VID-20151020-WA0019.mp4'
    • /storage/emulated/0/TestVideos/Media/My%20Video/VID-20151020-WA0019.mp4
    • /storage/emulated/0/TestVideos/Media/My%1Video/VID-20151020-WA0019.mp4
    • "/storage/emulated/0/TestVideos/Media/My%20Video/VID-20151020-WA0019.mp4"
    • '/storage/emulated/0/TestVideos/Media/My%20Video/VID-20151020-WA0019.mp4'

    none of them worked.

    how to escape the whitespace in file path to make work with FFMpeg ?

  • ffmpeg with multiple live inputs [closed]

    9 juin 2013, par maddanio

    we are trying to get ffmpeg to combine multiple live streams into one. In principle we got it to work by mosaicing the streams like so :

    ffmpeg -rtsp_transport tcp -r 25 -i rtsp ://root:password@192.168.178.91:554/axis-media/media.amp \
    -rtsp_transport tcp -r 25 -i rtsp ://root:password@192.168.178.92:554/axis-media/media.amp \
    -filter_complex "[0:0]pad=iw*2:ih[a] ;[a][1:0]overlay=w" ...

    the problem though is that ffmpeg seems to start the input streams at significantly different times, so that there is about a 1 second shift between the streams, that remains throughout. Now we do have correct time stamps (pts) on both streams. Can we somehow tell ffmpeg to respect those and use them to align the streams correctly ?

  • I cant install jmf-2_1_1e-windows-i586 on windows 7 32 bit.

    1er décembre 2013, par Tzozo

    I am trying to install Java Media Framework in windows 7 to use to develop a video and audio conferencing desktop application but the response i get is, its not compatible when i install with troubleshoot option. Its windows 7 32 bit. Although Java Media Framework is old i prefer Java Media Framework over Free Media for Java because it has lot of documentation online and in books. My question is How can i make jmf-2_1_1e-windows-i586 compatible with the my OS.

    I tried installing without troubleshoot option and the installation starts but after unpacking the package it remains in the running processes but never continues.