Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (97)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10673)

  • Parsing the ffmpeg code for a small change

    4 janvier 2015, par Prashanth

    Referring to the post
    "Is there a way to filter out I/B/P frames in an MPEG Video stream and access the macroblock information ?".
    User has specified the following command

    ffprobe -show_frames -pretty File.mpg | grep 'pict_type' > pict_type.txt

    which writes the frame type to a text file.
    Am trying to extract the different frame types into respective folder i.e., I frames in a folder named "Iframes" and so on... How can I change the above command to achieve this ?

  • fate : fix hapqa-extract-nosnappy tests on small builds

    7 septembre 2018, par James Almer
    fate : fix hapqa-extract-nosnappy tests on small builds
    

    Fixes ticket #7324

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/hap.mak
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
  • Android version in Metadata

    26 août 2018, par ClassA

    I just ran this FFMPEG command and noticed that the android version is in the metadata :

    ffmpeg -i test.mp4 -f ffmetadata metadata.txt
    -->
    com.android.version=7.0

    This was very interesting because I’m currently trying to check if a video file was taken with a Android device or not.

    Can someone please tell me if all Android devices add this tag to the Metadata of a video and if I will be able to use MediaMetadataRetriever to check if this tag exists ?