Recherche avancée

Médias (91)

Autres articles (53)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6410)

  • How to fix Media Source Extension error : Initialization segment misses expected aac track

    10 janvier 2019, par neoflash

    I have captured my Tello drone camera footage using the following :

    ffmpeg -i udp://0.0.0.0:11111 -c:a copy -c:v copy -probesize 32 -reset_timestamps 1 -movflags frag_keyframe+empty_moov+default_base_moof output.mp4

    I am using the MediaSource and SourceBuffer API to play the video in a element in the browser. I have done this successfully with a webm format video, so I know that my transport pipeline is fine.

    When looking at the media-internals log in the Chrome browser, I noticed the following error :

    Initialization segment misses expected aac track.

    How can I fix this and get the video to play ?

  • Only unbind the original event handler.

    3 novembre 2019, par blueimp
    Only unbind the original event handler.
  • MEncoder : The video output is accelerated : I want to keep the original FPS

    21 février 2013, par user2095553

    I have a problem with MEncoder, when I try to convert .mp4 to .mpg, the input video is accelerated.
    I tried to change ofps but it's always the same thing.

    The original vidéo is 30sec and the output always 6sec.

    Here my process :

    mencoder file.mp4 -vf scale=176:144 -o file.mpg -ofps 30000/1001 -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:keyint=15:trell:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:vqmin=1:lmin=1:dc=10 -mc 0

    Can you help me to keep the original fps of the video ?

    Thank you