Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (96)

  • 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 (7096)

  • ffmpeg to batch convert MXF Quicktime files to h264 while retaining 4 track audio (pass thru)

    1er juin 2017, par 3pointedit

    I have a bunch of MXF type files which have Quicktime reference files in a folder with audio components etc.

    video to convert

    The encoded .vid file is actually a DV codec. MPEG Streamclip will play the files but won’t pass the four audio tracks through. It eaither clips 2 tracks or mixes 4 to 2.
    I was hoping that there might be a way to process them from large DV25 files to smaller h264 with audio "keep as same" ?

    It would be great to batch them perhaps by dropping a shortcut to the Quicktime pointer file.

    I can get Apple compressor to do it but I have to use a windows PC.

  • movenc : allow alternative hvc1 h.265 codec tag

    15 juin 2017, par John Stebbins
    movenc : allow alternative hvc1 h.265 codec tag
    

    If AVCodecParameters.codec_tag is 'hvc1' use it instead of 'hev1' for
    h.265 streams. QuickTime (and other Apple software) requires 'hvc1'.

    (cherry picked from commit 84ab1cc437fa47a00532f305b9fe15b5b66c8c5e)
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/movenc.c
  • Is there a way to generate ffmpeg command-lines by analyzing an existing video file ?

    24 décembre 2014, par PreservedMoose

    Is there a tool or technique that is able to generate a valid ffmpeg encode command, based on the properties of an existing source file ?

    In other words, I’d like to take an H264 QuickTime file, run it through the aforementioned (possibly) mythical tool, and have it spit out an ffmpeg command line that can be used to encode another video that matches the exact specs of the source file.

    Apple’s Compressor has similar functionality, where you can just drag a Quicktime file to the Compressor Presets window, and it will automatically create an encoding preset that matches the specs of that file.

    Is there a similar way to achieve this with ffmpeg ?