Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (49)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (5522)

  • Revision 82593 : Support de google analytics universal : version 0.4.6 * Le mode universal ...

    19 mai 2014, par cam.lafit@… — Log

    Support de google analytics universal : version 0.4.6
    * Le mode universal est prise en charge, il s’agit d’une case à cocher pour prendre en compte le script à charger
    * La meta est préfixée ga pour éviter un conflit avec le mot potentiellement générique "universal"
    Version testée et validée pour spip 3.0
    Référence : https://developers.google.com/analytics/devguides/collection/upgrade/reference/gajs-analyticsjs

  • H264 to MP4 with Bframe play back and forth on google chrome[ffmpeg]

    2 mai 2017, par Ravi Agola

    I want to generate a mp4 container with h264 encoded file.

    H264 file contains [I P B B][P B B][P B B][P B B] frames.

    when I generate a mp4 file with FFmpeg, It works well with FFplay as well as VLC but on google-chrome mp4 file plays frame back and forth.

    ffmpeg -i input.h264 -vcodec copy output.mp4

    when i use internal codec library(libx264) it works well on (ffplay,vlc and google-chrome)

    ffmpeg -i input.h264 -vcodec h264 output.mp4

    as above command transcode h264(native) to h264(x264), I don’t want to transcode file as I will be using it with ffmpeg library.

    when I use h264 without B frame it works well in both cases.

    I have tried some experiment with sample test file available here.

    direct conversion(MKV to MP4) works well with chrome as below

    ffmpeg -i jellyfish-3-mbps-hd-h264.mkv -vcodec copy output.mp4

    (MKV to H264 and H264 to MP4) plays back and forth on chrome

    ffmpeg -i jellyfish-3-mbps-hd-h264.mkv -vcodec copy output.h264
    ffmpeg -i output.h264 -vcodec copy output.mp4

    I get message in this case
    [mp4 @ 0xb6f8b20] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
    [mp4 @ 0xb6f8b20] pts has no value"

    what can be a reason behind this behavior ?

    Thanks.

  • ffserver : free AVStream st before wiping context

    25 avril 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : free AVStream st before wiping context
    

    Should fix FFmpeg Coverity Scan issue #732269

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] ffserver.c