Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (72)

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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (11840)

  • How can i write a tool that acquires video/audio from my input video card ? [on hold]

    21 juillet 2014, par user3180895

    i’d like to write a simple program that can read audio and video from my input card and can save it in a file.

    I’d like to write it in Java, but if it is not possible, i can change language.
    I tried to use ffmpeg, but my device has crossbar limitations.

    My question is :

    Exists one library which can read input buffer from my device and save it in a file ?

    Can someone post a "Hello World" code for a simple example ?

    Thanks a lot.

    P.S. I am actual working with Windows.

  • How can I batch convert all of my video files to AAC audio without converting the video ?

    21 mai 2015, par James

    I’ve used XMedia Recode to do this and it works great. I set video to "copy", audio to "convert", and it takes 2 minutes for a 2GB file. There’s two problems with it for batch work though. It doesn’t detect files in subfolders, and you have to specify the audio bitrate.

    I’d like to be able to say convert everything in Z :\Videos, inherit the audio bitrate, and put the file named "(original file)-converted" in the original folder. Is that possible ? Using Windows 8.1.

  • Ffmpeg converts video of double size of original video with second part without audio

    21 janvier 2020, par mridul4c

    I am converting some videos with below command in ffmpeg

    ffmpeg -y -i source.mp4 -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts keyint=24:min-keyint=24:no-scenecut -crf 18 -b:v 4000k -maxrate 4000k -bufsize 4000k -vf "scale=-1:1080" destination_1080.mp4

    But in some cases the output video is exactly double size of the original and the second part is without audio. Please help.