Recherche avancée

Médias (91)

Autres articles (41)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (7462)

  • Why does ffmpeg show this "Warning : data is not aligned ! This can lead to a speed loss" ?

    4 octobre 2018, par senops

    Warning : data is not aligned ! This can lead to a speed loss
    Is it possible to fix ?

    ffmpeg -i image_0.jpg -i image_1.jpg -f lavfi -i "color=c=white:s=619x800,format=yuv444p" -filter_complex "[0][1]scale2ref=w=oh*mdar:h='max(ih,main_h)'[0max][1ref];[1ref][0max]scale2ref=w=oh*mdar:h='max(ih,main_h)'[1max][0max];[2][0max]overlay=x=132[overl]" -frames:v 1 -q:v 1 -y -map [overl] 0.jpg -map [1max] 1.jpg
  • FFMPEG record http video stream with normal speed

    6 mai 2023, par user3119509

    I'm recording an http stream from my IP Camera (TPLINK NC200), using this command :

    



    ffmpeg -i http://admin:YWRtaW4=@192.168.0.18:8080/stream/getvideo -t 30 -acodec copy -vcodec copy abc.mp4


    



    As you can see , the video length is set to 30 seconds ( -t option ) . But it takes about 1 minute 30 seconds to record , and the video speed is very high ( the camera recording a stopwatch and a 30-second video recorded the timer to 1 minute and 11 seconds ).

    



    Is there some ffmpeg option to get a normal speed video ? Or the problem is the camera configuration ?

    


  • Speed up audio by time and not by percentage

    1er août 2018, par Kulcanhez

    Is it possible to speed up audio by time and not by percentage ? I have thousands of audios and I need all of them to be 1 minute. I already searched but I haven’t found anything. Thank you !