Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6080)

  • Anomalie #4468 : CSS colonne gauche du privé

    4 avril 2020

    Petite proposition pour unifier un peu les liens icônes et les boutons d’actions :

    • Police identique : taille, couleur, graisse
    • Ajouter la prise en charge des classes del, add et edit pour les boutons d’actions : [(#BOUTON_ACTION{Glop,#URL,add})]

    Ce qui donnerait ça :

    Et comme c’est actuellement pour référence :

    Et aussi : la préférence pour afficher le texte uniquement devrait juste enlever les icônes, sans autre différence de style

  • how to get ffmpeg for android ?

    19 août 2012, par Manzer

    I have try to generate ffmpeg for android, but not generating.
    I have download ffmpeg file from ffmpeg download, but not generating shared file for android.
    I think some ffmpeg file missing. Can you tell what are the files are missing.

  • Videos which don't play in Firefox : How to detect and how to fix ?

    25 octobre 2019, par Max Williams

    I have, as test cases, two mp4 videos : they seem to be encoded the same, but one works in Firefox and one doesn’t :

    bad.mp4 (doesn’t work) view download

    good.mp4 (does work) view download

    (NOTE - I thought that the "view" links above would open them using the browser’s built-in player, but it looks like they use Dropbox’s video player, which DOES work in firefox. So, to see it in firefox, download it and then drag it into Firefox or right click and choose Firefox from "open with" - thanks !)

    They both play in Chrome.

    There is a long discussion on the Mozilla bug tracking site about a related issue :
    https://bugzilla.mozilla.org/show_bug.cgi?id=1130450

    So, I need to answer three questions :

    1) What is the problem with bad.mp4 ?

    2) How can I detect, programmatically (ie at the linux command line) which videos, of a library of videos, are going to have this problem ?

    3) How can I fix it, programmatically (eg with FFMPEG).

    One thing I noticed was that in the good one, the video is on stream 0 and the audio stream 1, while on the bad one it’s the other way round. I tried swapping the streams but it didn’t seem to help.

    EDIT : re the Baseline profile

    It was suggested that FF might not like Baseline profile videos. I was able to identify some baseline profile videos that work and some that don’t, so I think that’s not the key problem. Here are a couple more samples :

    Baseline_bad.mp4 (doesn’t work) view download

    Baseline_good.mp4 (does work) view download