Recherche avancée

Médias (91)

Autres articles (53)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9241)

  • Add more parameters to function with declared parameter

    27 novembre 2017, par Programmmereg

    I want to add two variable in addFilter() function. But the problem is that this method allows only one parameter to get. How to extend it ?

    FMpeg::fromDisk('public')
           ->open('/uploads/videos/' .$video->file_name)
           ->addFilter(function($filters) {
               $filters->clip(FFMpeg\Coordinate\TimeCode::fromSeconds($start), FFMpeg\Coordinate\TimeCode::fromSeconds($duration));
           })
           ->export()
           ->toDisk('public')

    definition of code : I can’t change this

    public function addFilter(FilterInterface $filter)
       {
           $this->filters->add($filter);

           return $this;
       }
  • ffmpeg compose multiple files [on hold]

    28 avril 2017, par Seba

    We are looking for an ffmpeg development to compose multiple matroska files to a single mpeg4 file.
    Bellow are the requirements definition for this composer :

    • Technology :
      FFmpeg Fast Video Processing.
      AWS to iOS and Android Streaming.

    • Input :
      Webm Video and Audio Individual files.

    • Output :
      MPEG4 Video and Audio Single file.

    • Resizable :
      Mobile Phone Display Size.

    • Background
      Vertical Video.
      0 (Transparent) to 1 Video.

    • Front :
      Circular Videos.
      0 to 9 Videos.

    • Layout : image

    Any help would be appreciated

  • vfwcap : Add fallback define for HWND_MESSAGE

    25 août 2014, par Diego Biurrun
    vfwcap : Add fallback define for HWND_MESSAGE
    

    Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.

    • [DH] libavdevice/vfwcap.c