Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (75)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (11651)

  • aac encoding with ffmpeg result in super short file

    5 janvier 2017, par Mockarutan

    So I’m having problem with AAC encoding. I’m trying to encode some synthetic sound waves, but it does not work as expected. The file I get gives just a super short sound when played in VLC. When I play is in ffplay is plays like I expect, but it says "duration : 00:00:00.05" which I suppose says 5 ms. But I encode a lot more than that, and it played more. So VLC plays a super short sound, ffplay plays a longer file (the expected length), but displays it with super short duration, what’s going on ?

    Source : http://pastebin.com/M5MKkEL3

    One of the things that looks wrong to me is this :
    If you look for the variable "audio_time", if you breakpoint it and read it every encode frame, you will get this :

    ..
    Encode frame 8 : 0.00010416666666666666
    Encode frame 9 : 0.00012500000000000000
    (and so on)

    The diff is : 0.00002085, which is a 1/1000 of a the diff I expected from 47 samples frames per second, which is what the encoder wants with 48k sample rate (48k / 1024 = 47).

    So why do I get a thousand of the expected data encoded ?

    Feel free to point anything suspicious out !

    Thanks in advance !

  • difference between using SDL and using media player class that is videoview

    21 janvier 2014, par Whoami

    I have been surfing the net for some time to get basic understanding of media framework in android. As part of this,

    To display video we have media player class or video view component which can easily display the video. When we have such solution provided by the framework itself, then why there are few components avaiable like SDL [ Simple Direct Media Layer], which claims the same functionality as video view.?

    How both are different ?

    Kindly bare with me, if the question is very basic.

  • Ffmpeg Dll for php 5.6 ( x32 or x64)

    28 août 2016, par Emre Karataşoğlu

    I developed a project like a web tv . Users can upload videos and I get video info from php_ffmpeg.dll with ffmpeg_movie method. I was using php 5.5.12 and I’ve x32 and x64 php_ffmpeg.dll. Nowadays I want to upgrade my php version to 5.6 and changing wamp (apache , mysql ) to wpn-xm ( nginx , mariadb ).

    I can find DLL for 5.2 5.3 5.4 5.5 , unfortunately 5.6 can not be found.

    Please let me know that how can I build or find php ffmpeg dll for php 5.6 . I know how to use ffmpeg -i or ffprobe for getting video details but as I wrote there before , this is an existing web project . Therefore I could not change the basis .