Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (80)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (11458)

  • How to extract orientation information from MOV videos created on the iPhone using ffmeg, ruby or objectivec ?

    5 octobre 2014, par Sid

    After surfing through tons of documentation on the web it seems that the iPhone always shoots the video at a 480x360 aspect ratio and applies a transformation matrix on the video track. (480x360 may change but its always the same for a given device)

    Here is a way of modifying the ffmpeg source within a iOS project and accessing the matrix http://www.seqoy.com/correct-orientation-for-iphone-recorded-movies-with-ffmpeg/

    Here is a cleaner way of finding the transformation matrix in iOS-4
    how to detect (iphone sdk) if a video file was recorded in portrait orientation, or landscape

    How can the orientation of the video be extracted in either of the options below -

    - iOS 3.2

    - ffmpeg (through the command line server side)

    - ruby

    Any help will be appreciated.

  • Auto launch the video player in Android from the browser like an iPhone does

    2 juin 2015, par Gcoop

    I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing.

    Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it ?

    Thanks in advance.

  • h264 Licensing, ffmpeg iPhone transcoding

    28 février 2013, par NadavRub

    Requirements

    1. An application that should run, to begin with, on iPhone, and, in the end on a plurality
     of SmartPhone devices.
    2. Aim at having the trans-coding code supporting as much OSs as possible.
    3. Application is commercial.

    Use-case

    I. Record video using the portable SmartPhone Camera application
    II. Trans-code the video into a plurality of bit-rates using a cutom app

    iPhone Implementation

    A. To satisfy requirement [2], Implement Trans-coding using C++
    B. Use ffmpeg for trans-coding.

    Problem
    - Using ffmpeg to encode H264 req usage of the x264 lib
    - H264 encoding mandate payment for Licensing.

    In order to avoid H264 Licensing
    - The iPhone device ( and many others ) come with built-in H264 encoding capability
    - Usage of the built-in H264 Codec will avoid licensing problems/restrictions


    Does ffmpeg, supports, in any way, usage of iPhone's built-in H264 encoder ?



    Any help will be appreciated.