Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (92)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 ;

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

  • Evolution #4595 : [Charte privé] Soulignement des liens

    2 novembre 2020

    Quelques exemples où c’est pas forcément gégé (cf. captures avec et sans) :

    Liste d’objets, tri et pagination

    Liste dépliable de rubriques

    Menu d’items dans la boîte info de la page d’accueil (les titres sont cliquables)

  • how ffmpeg work on server for different type of users example window mac linux [on hold]

    5 août 2016, par sam

    I have a question about ffmpeg and i am using mac and xampp and php and jquery and i make a function that upload video or image file or another type and i when i saw examples of ffmpeg in stackoverflow. that seems to be confusing but my questions are

    1. client can be window user or mac or another than we have to download all different type of ffmpeg file for example ffmpeg.exe and mac can be another because when i saw how to download ffmpeg than they show me different operating system.

    2. And where we have to save ffmpeg file in xampp and how

    3. If i download all things for mac and i run it and it works and i make my website online and than any window user or linux user will upload video it will work for him also. But we donot client download ffmpeg in their system

    Please help me that is my question and if anybody know good example of create thumbnail for video please tell me

    thankyou i will wait for your reply

  • concatenate mp4 videos with ffmpeg concat demuxer in android

    6 mai 2016, par Ara Badalyan

    I want to concatenate mp4 videos with ffmpeg, the problem is when I want to merge videos taken with Iphone and Android it throws problem

    " Non-monotonous DTS in output stream 0:1 ; previous : 150528, current : 139268 ; changing to 150529. This may result in incorrect timestamps in the output file."

    This is my code

    merge.txt

    file 'iphone.mp4'
    file 'android.mp4'

    ffmpeg command

    ffmpeg -f concat -i marge.txt -c copy -y merge.mp4

    If I can’t merge this videos how can i make them with same parameters (frame rate, bitrate...) and merge them ?

    P.S I use ffmpeg version 2.4.2 , because I can’t find android ffmpeg library higher then 2.4.2.