Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (92)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (9425)

  • Youtube-DL file download live progress

    7 février 2015, par roshkattu

    I am using the YoutubeDL library in a project. My environment is based on WINDOWS with XAMPP as the webserver boundle (apache,php,mysql,etc). I am using the youtube-dl.exe file to download the video and then use ffmpeg.exe to convert the video to an MP3 audio file.

    At the moment, I have an issue related to programming : I want to show live a progressbar while the video is downloaded with the youtube-dl.exe file. This exe creates a log file, that is updated while the video is downloaded. So my approach on this was to create a PHP file, that opens, parses the log file and get’s the progress percent, and sends it as a json encoded value to an AJAX function that is called every 100MS. Indeed, if the video is too large, there will be a very high ammount of data while polling the PHP file to get the progress state. And sometimes, the browser either crashes or freezes because of this ajax polling.

    My question is : is there any better approach to do this with PHP/AJAX ? Rathar than poll the file every 100MS, or 50MS ?

  • Install newset FFProbe in Ubuntu [on hold]

    7 décembre 2014, par Vivendi

    I’ve downloaded the PHP-FFMpeg library and I installed both ffmpeg and ffprobe on my Ubuntu LTS server. But when I try to text the library I get the following error :

    Fatal error : Uncaught exception
    ’Alchemy\BinaryDriver\Exception\ExecutionFailureException’ with
    message ’ffprobe failed to execute command ’/usr/bin/ffprobe’ ’-help’
    ’-loglevel’ ’quiet’’

    I’ve read that new versions of FFProbe have the -help option. My installation seems to be missing this options, so I suspect that this is the problem. But how do I install a new version of FFProbe on my Linux server ?

    I installed it with apt-get install ffprobe, but that seems to give me an old version. Where can I get and install a new one ?

  • Playback avi, mkv FullHD video on android [on hold]

    11 août 2014, par Stas

    I program the video player to play FullHD video files.
    Tried ffmpeg, sws_scale slow function.
    How to use the algorithm http://www.roman10.net/effective-color-conversion-yuv-rgb-in-android-in-assembly/ with ffmpeg.
    AVCodecContext-> width = 1920 linesyze [0] = 1952.
    Found : The internal AVFrame used by the decoder has a right-side "border" to
    make decoding more cpu efficient.
    How to get a picture without the "border".

    I would be glad of any help.