Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (66)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (7848)

  • Windows media player showing wrong bit rate

    30 octobre 2011, par Akash

    I used ffmpeg to change the bit rate of a .mp3 file from 128kbps to 64kbps

    here are the final lines of output of ffmpeg :

    size=    2261kB time=00:04:49.38 bitrate=  64.0kbits/s
    video:0kB audio:2261kB global headers:0kB muxing overhead 0.011274%

    Tough the file size is reduced by half, windows media player while playing the file shows the bit-rate is 159 K bits/second

    Any ideas on why is this so ?

  • ffmpeg convert mp4 to mpg which can be played in a dvd player

    17 avril 2014, par Santhosh Yedidi

    I have seen that to convert a file to dvd player format using ffmpeg we use

             ffmpeg -i input.mp4  -target  ntsc-dvd  output.mpg

    the output.mpg will be played from usb in the tv.

    But the bitrate at which ntsc-dvd converts is very high. Because of which the size of the mpg is 5 times bigger than mp4.

    So i tried to convert manually

              ffmpeg -i input.mp4  -c:v mpeg2video  -q:v 5 -c:a ac3 -b:a 60k output.mpg

    the problem is the file gets converted with almost equal size as mp4 but without any sound. The audio codec of output.mpg shows ac3. Why ac3 is not having any sound.

  • rtmp : Follow Flash player numbering for channels.

    16 septembre 2013, par Josh Allmann
    rtmp : Follow Flash player numbering for channels.
    

    Channel 4 is typically used by the Flash player to transmit
    audio, channel 6 for video, and various stream-specific invokes
    get sent over channel 8, which is designated the source channel.

    This more closely matches the behavior of the Flash player,
    including the transmission of play requests over channel 8.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmppkt.h
    • [DH] libavformat/rtmpproto.c