Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (58)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10846)

  • Converting milliseconds to frame number (at 25 frames per second)

    11 février 2020, par dusa

    How can I convert milliseconds to frame number using python ? I know the frame rate of the video (25 seconds per frame)

    2683480
    2684448
  • vf_drawtext : do not reset the frame number in config_input.

    18 mars 2013, par Anton Khirnov
    vf_drawtext : do not reset the frame number in config_input.
    

    Frame number should be incremented normally even if the link properties
    change.

    • [DH] libavfilter/vf_drawtext.c
  • avformat/matroskaenc : Remove limit on the number of tracks

    15 avril 2020, par Andreas Rheinhardt
    avformat/matroskaenc : Remove limit on the number of tracks
    

    The Matroska file format has practically no limit on the number of
    tracks (the current limit is 2^56 - 1) ; yet because they are encoded in
    a variable length format in (Simple)Blocks this muxer has simply imposed
    a limit on the number of tracks in order to ensure that they can always
    be written on one byte in order to simplify the muxing process.

    This commit removes said limit.

    Also, zero is an invalid TrackNumber, so disallow this value in the
    dash_track_number option.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskaenc.c