Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (63)

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

  • Mix more then 1000 mp3's sounds bad / Can I use FFmpeg to merge 1000 mp3s ?

    7 avril 2022, par maesbn

    I am working on a project where everybody has to activate a part of a song. I have about 7000 mp3's, each with the same length of the final mix but with only a small part of audio. So for example you can hear a drum hit at the 15th second and the rest of the mp3 (about 4 min.) is silence.

    



    I use the mix filter to add all the mp3's. I add them 32 mp3s at a time. 
The first test I've run results in the first mixed mp3s to be silenced ? (I set the Volume on the mix to the number of tracks) Also the sound is of poor quality after the mix. Can I fix this ?

    



    Or do you think this can not be done by ffmpeg ? Do you know an alternative program to do this ?

    



    Thanks !
B.

    


  • avformat/options_table : Set the default maximum number of streams to 1000

    10 décembre 2016, par Michael Niedermayer
    avformat/options_table : Set the default maximum number of streams to 1000
    

    Fixes CVE-2016-9561, Note the security relevance of this is disputed as
    running out of memory can happen with valid files

    Suggested-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Reviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/options_table.h
  • Why do I get a r_frame_rate of 1000/1 in ffmpeg for videos when using MediaRecorder to record getDisplayMedia ?

    6 avril 2023, par David Krause

    Each time I download a video from a jsfiddle that I created the r_frame_rate is reported as 1000/1. However, I set the frameRate constraint to :&#xA;{ ideal: 30, max: 60}. When the stream object is logged in the console, the frame rate is 30.

    &#xA;

    When I process the downloaded video with ffmpeg the output shows the r_frame_rate as 1000/1.

    &#xA;

    This is the ffmpeg command that I am using :

    &#xA;

    ffprobe -i <video input="input" source="source" here="here"> -show_streams -of json &#xA;</video>

    &#xA;