Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (82)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (9396)

  • How to reliably probe a VOB for the aspect ratio of a DVD ?

    2 mars 2015, par IAmDamoSuzuki

    I’m building an automation system for ingesting and transcoding DVDs, but am running into some trouble with aspect ratios. I’m able to detect the aspect ration of a VOB with the following command :

    mediaInfoOutput -f [input file] | grep "Display aspect ratio" | awk '{print $5}'

    This works most of the time, however there are a few cases where the content is shot in 16:9, but the VOB reports itself as 4:3. What’s stranger is that Apple DVD Player plays the DVD back (when the ISO mounted) as 16:9. This makes me think that the DVD Player application is looking at some metadata field other than "Display Aspect Ratio" for the VOB itself.

    One possible clue is that the menus for these DVDs tend to be 4:3, while the content is 16:9. However, my code makes sure to only look at the DAR of the first non-menu VOB.

    What’s going on here ? How can I reliably find the aspect ratio of DVD content ?

  • avformat/hls : remove unused function

    17 septembre 2015, par Ganesh Ajjanagadde
    avformat/hls : remove unused function
    

    Fixes -Wunused-function from
    http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavformat/hls.c
  • ffmpeg convert from WMV to AVC1 instead of "official" H264 [closed]

    26 mars 2014, par thipeto

    I searched google for an answer, but I can’t find the solution. It’s for professional use.

    I’m trying to convert some wmv files (WMV3) to MP4 (H.264). It should take the format h.264, and instead of it, it’s taken the H.264 (AVC1) format.

    It seems like the AVC is a format used in Apple, and I don’t want to convert to this format, only to h264 "official", the one who fourcc shows me.
    I’m using the last version of ffmpeg, following is the basic command that I’m using :

    ffmpeg -i input.wmv -c:v libx264 -q:v 0 output.mp4

    I’m trying to understand the reason that some PCs here convert to h264, and other to AVC1.
    Someone can help me ? What should I do to make the other PCs convert to the real h.264 without install a pack of codecs ? I just want to convert to mp4, there’s a way to install only codecs to convert to mp4 ?

    Many thanks,
    Thiago.