Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (55)

  • 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 ) (...)

  • 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

Sur d’autres sites (8874)

  • UWP windows10 FFmpegInterop high latency

    12 février 2017, par Brian_wu

    I use the Flash media encoder to send the video stream which captured by camera, and receive the video stream by my windows phone. I got the sample form https://github.com/Microsoft/FFmpegInterop. I compiled the FFMPEG dll and this sample code can run successfully. I can receive the video from my phohe, but the latency is about 6 seconds. what should I do to cut down the latency ?

    Thank you !

  • FFMpeg getting too high fps

    23 février 2017, par user19283043

    Actual fps of video is 25 but keep getting 90 fps from ffmpeg.
    I’m not sure why it is detecting wrong framerate and if I set ’fps=40’, fps is even getting higher.

    This is my code of ffmpeg below :

    var cmd = ffmpeg()
         .input(data.img_path)
         .format('mp4')
         .videoCodec('libx264')
         .audioBitrate('48k')
         .audioChannels(2)
         .outputOptions('-movflags', 'frag_keyframe')
       .videoBitrate('1024k')

    Is there any way to fix this ?

  • hevc : support luma bit depth != chroma bit depth for PCM coding units

    14 décembre 2013, par Mickaël Raulet
    hevc : support luma bit depth != chroma bit depth for PCM coding units
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_ps.c