Recherche avancée

Médias (91)

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7995)

  • How To Convert Bit Rate (VBR) Of MP3 File Using PHP ?

    29 avril 2014, par Dave

    Using php, I am trying to convert and overwrite an mp3 file using the following command....doesn’t work.

    ffmpeg -i /Users/MacBookPro/Desktop/dragons.mp3 -ar 44100 -ab 128k -f mp3 /Users/MacBookPro/Desktop/dragons.mp3

    So even when I try the command from the terminal, the new mp3 file is only about 5 seconds (originally 3 minutes). What am I doing wrong & any ideas on how to get the command working ?

    Thanks in advance !

  • ffmpeg live stream sound desynch

    26 août 2017, par greg

    I’m trying to use ffmpeg to re-encode a live rtmp stream like this :

    ffmpeg -stream_loop -1   -r 25 -i rtmp://127.0.0.1:1935/live/input -c:a aac -b:a 128k -vf scale=600:356  -c:v libx264 -vprofile baseline -b:v 500K -f flv rtmp://127.0.0.1:1935/live/test

    It’s working but the sound is about 2 seconds late over the video.

    What can I do to fix this ?

    Thanks in advance

  • Which additional FFMPEG codecs are needed for h264

    25 juin 2013, par Daniel Gibisch

    i´m using ffmpeg on a linux server to convert Videos to MP4.

    Source : mp4, mov, avi, wmv
    Target : mp4 with H264 (x264)

    Which additional external codecs are needed in my ffmpeg installation ?
    (just the h264 ?)

    Is every source-format codable with H264(x264) ?

    Thanks in advance !