Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (47)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7210)

  • ffmpeg encoding plays very fast. Audio.mp4 and Video.mp4 work, but both together don't

    25 février 2013, par Peter.O

    In both steps 3 and 4 below, the .mp4 plays normally. However, although I've used what seems to be the same settings in the last step (audio + video), that step does not work. The video plays more than 10 times too fast... also the audio does not play.

    The ffmpeg messages for step 5 show that it has included audio.

    Output #0, mp3, to '/tmp/test.mp4':
       Stream #0.0: Video: libx264, yuv420p, 720x480, q=2-31, 90k tbn, 23.98 tbc
       Stream #0.1: Audio: libmp3lame, 48000 Hz, stereo, s16, 128 kb/s

    Subsequently running ffmpeg -i shows no trace of the audio, but it does report on the video... What have I missed, to get it muxed properly ?...

    #!/bin/bash

    # 1. create Audio
    wine avs2pipe.exe audio "$src_avs" >"$temp_pcm"

    # 2. create Video
    wine avs2yuv.exe "$src_avs" - |
     x264 --stdin y4m --output "$temp_h264" - 2>/dev/null

    # 3. This works.  (audio only)
    # encode `audio.mp4
    ffmpeg -acodec pcm_s16le -f u16le -ac 2 -ar 48000 -i "$temp_pcm" \
          -acodec libmp3lame -f mp3 -ar 48000 -ab 128k  -y "$audio_mp4"

    # 4. This works.  (video only)
    # encode `video.mp4
    ffmpeg -i "$temp_h264" \
          -vcodec copy -y "$video_mp4"

    # 5. This DOES NOT work!  It plays very fast.
    # encode `final.mp4'
    ffmpeg -acodec pcm_s16le  -f u16le  -ac 2 -ar 48000  -i "$temp_pcm" \
          -i "$temp_h264" \
          -acodec libmp3lame -f mp3 -ar 48000 -ab 128k \
          -vcodec copy \
          -y "$final_mp4"
  • Anomalie #2108 (Fermé) : Pièce jointe dans un forum

    16 juin 2011, par guytarr °
  • Anomalie #3468 : Lien forum visible dans la partie publique alors que l’article est à la poubelle

    9 juin 2015, par b b

    et hop, on bascule en 3.2 :)