Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (112)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (6424)

  • Anomalie #1934 : Liberons les dl, dd, dt !

    18 octobre 2014, par cedric -

    On fait quoi alors ? On retire les


    -  ? Titre
    -  ! Définition


    de la 3.1 ?

  • Use FFMPEG on videos and not create tags

    8 avril 2020, par Dan Marcoux

    I sometimes use ffmpeg to reencode certain MKV files. I've got the reencoding working great, the only problem I have is that ffmpeg generates Global Tags and Tags. It's not really a problem, but just extra stuff that I'd like to get rid of. Using MKVINFO, I find the name of the tags it creates are ENCODER (for both video and audio tracks) and DURATION (for video, audio and subtitle tracks). For example :

    



    |+ Tags
| + Tag
|  + Targets
|  + Simple
|   + Name: ENCODER
|   + String: Lavf58.41.100
| + Tag
|  + Targets
|   + Track UID: 1
|  + Simple
|   + Name: ENCODER
|   + String: Lavc58.75.100 h264_amf
| + Tag
|  + Targets
|   + Track UID: 1
|  + Simple
|   + Name: DURATION
|   + String: 00:52:41.867000000
| + Tag
|  + Targets
|   + Track UID: 2
|  + Simple
|   + Name: DURATION
|   + String: 00:52:41.888000000
| + Tag
|  + Targets
|   + Track UID: 3
|  + Simple
|   + Name: DURATION
|   + String: 00:50:06.421000000


    



    I can get rid of these tags using MKVPROPEDIT, but I'd just like to not create them in the first place. Any help ?

    


  • Working a mac application that needs to encode video [closed]

    9 février 2013, par Anand

    I am pretty new to xcode world. I am looking for a Tutorial to help me out to create a mac osx xcode project that encodes one format of video to other.
    For example the app will take and avi file and convert it to mp4.
    I see that ffmpeg and other libraries are available but none i am aware of how to use them in a xcode project.
    I am looking for a very very simple form of http://handbrake.fr/ mac application.

    A link to - simple step by step explanation of how to use a simple dylib file would do.