Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (111)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9425)

  • avformat/matroskaenc : Improve Cues in case of no video

    29 décembre 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Improve Cues in case of no video
    

    The Matroska muxer currently only adds CuePoints in three cases :
    a) For video keyframes. b) For the first audio frame in a new Cluster if
    in DASH-mode. c) For subtitles. This means that ordinary Matroska audio
    files won't have any Cues which impedes seeking.

    This commit changes this. For every track in a file without video track
    it is checked and tracked whether a Cue entry has already been added
    for said track for the current Cluster. This is used to add a Cue entry
    for each first packet of each track in each Cluster.

    Implements #3149.

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

    • [DH] libavformat/matroskaenc.c
    • [DH] tests/ref/fate/aac-autobsf-adtstoasc
    • [DH] tests/ref/fate/matroska-flac-extradata-update
    • [DH] tests/ref/lavf/mka
  • Configure ffmpeg with android in mac [on hold]

    28 novembre 2013, par Mr.G

    I'm using Mac 10.8.5

    i want to configure ffmpeg in my android application and convert .mov to .mp4 format.

    But first of all i want to configure ffmpeg in to my android project .

    Is there any way to do that . i have already tried some links . But when I'm loaded the libavcodec to my activity . it gives unsatisfied link error.

    Can anyone point me to a working link ?. It should compatible with Mac

    i have already tried How to build + include FFMPEG into an existing Android project "@William Seemann" answer. to configure it

    im pretty sure managed to add in to my android project . but when im tryng to load libavcodec it gives me An UnsatisfiedLinkException

  • FFmpeg RTSP streaming in Swift

    21 février 2019, par user9109814

    I have followed the instructions to install FFmpeg into my iOS project using this post Adding ffmpeg to our Xcode project and have set up the bridging header to get it working with Swift, but now I am lost as to how I can actually use this library to stream a video from a RTSP URL ? Can anyone show me how to do this with Swift code or point me in the right direction ? I am unable to understand the documentation since it is for Objective C.