Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (100)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • imageresizing.net : remote, extensionless files

    21 janvier 2015, par cwnchckn

    I am trying to set up a thumbnailing service supporting the most common image formats as well as PDF and some video formats. The storage backend is a simple HTTP server. The files, however, are stored using synthetic names equal to their crytographic hash and do not have extensions.

    I have a working system running ImageResizer as a HttpModule, loading the files using RemoteReader. It is set up to skip file type checks. However, I need to find a way to specify the exact decoder to use (such as with WIC, that supports &decode=wic in the request arguments), for instance &decoder=pdf or &decoder=ffmpeg. I suppose parsing the request arguments in PostAuthorizeRequestStart and extracting the decoder parameter value would be a good place to start, but I have no idea what to do next, as this is my first time ever touching Microsoft tech and the ASP.NET app anatomy is not immediately obvious.

    I would appreciate any hints, thanks

  • Converting large number of MP3 files to videos for YouTube, each using same JPG

    2 juin 2020, par David

    Looking for a way to convert large number of mp3 files to videos each using the same image. Efficient processing time is important.

    



    Tried following :

    



    ffmpeg -i image.jpg -i audio.mp3 -vcodec libx264 video.mp4


    



    VLC played the resulting video file with the correct sound, but blank screen.
Microsoft Media Player played the sound and showed the intended image.
Uploaded the video to YouTube and received mesage "The video has failed to process. Please make sure you are uploading a supported file type."

    



    Would appreciate advice on how to make this work.

    


  • FFmpeg + ffplay bad codec ?

    26 avril 2014, par Tomas Lysek

    i am creating video player by using ffmpeg.

    But when i install ffmpeg and use ffplay to any video (for instance clock.avi) i had this result :

    Image with bad video

    Input #0, avi, from 'video.avi':
     Duration: 00:00:12.00, start: 0.000000, bitrate: 55 kb/s
       Stream #0:0: Video: msrle ([1][0][0][0] / 0x0001), pal8, 321x321, 1 fps, 1 tbr, 1 tbn, 1 tbc
     Metadata:
         title           : CLOCK.avi Video #1
    Stream #0:1: Audio: truespeech ([34][0][0][0] / 0x0022), 8000 Hz, mono, s16, 8 kb/s
    Metadata:
     title           : Microsoft Waveform: 12TONEt2.WAV

    I am using latest ffmpeg and ubuntu 12.04. I tried install ubuntu-restricted-extras, but it doesn’t help.

    Any thoughts ? Thanks !