Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (37)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5400)

  • FFMPEG Seekbar issue in android ?

    31 décembre 2014, par challa

    I implemented FFMPEG library for one of my application in android. It is working fine for most of the songs. For few songs when i scroll the song duration...then at that time the current song duration not showing exact duration. I unable to find out the issue whether it is w.r.t to particular song or different bit rate songs so on ?.... Here my code for Seekar progress..

    int ret = av_seek_frame(fmt_ctx, seekStreamIndex, seekTime,flags);  

    Please suggest me a better solution.

  • Need to reduce video size for my symfony project since it's taking too much time to upload 300MB+ videos

    18 juin 2020, par manu

    I have tried FFmpeg its showing error "Your FFProbe version is too old and does not support -help option, please upgrade". I have tried few fixes already available in stackoverflow and other sites but it won't work for me. If u know any alternative packages please share. The symfony version am using is 4.4. Now am planning to use symfony/process. This is an API where users can upload their recorded video from mobile app. please share better option

    


  • How to get the information of bit-rate from YouTube videos ?

    21 janvier, par Ashutosh Singla

    I was using YouTube videos for my test and I was wondering how can I get the information of bit-rate of the played video ?

    



    I used 2 methods to know the information about the bit-rate but didn't get any information.

    



    1. Right-click on a video and choose "Stats for nerds".
2. ffmpeg -i input_video -f ffmetadata metadata.txt


    



    I don't know if by doing the right click on the video and then properties, then details would give me the correct way of showing the bit-rate.

    



    Any suggestions ?