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)

  • How to change video speed using fluent-ffmpeg (PTS ?)

    13 mai 2018, par conley wang

    there are so many commands about how to change video speed using ffmped command, but i don’t know how to use fluent-ffmpeg to achieve the same command, maybe using filter ? can anyone tell me ?

    ffmpeg -i TheOrigin.mp4 -vf  "setpts=0.25*PTS" UpTheOrigin.mp4
  • man, how to change video speed using fluent-ffmpeg (PTS ?)

    13 mai 2018, par conley wang

    about how to change video speed

    there are so many commands about how to change video speed using ffmped command, but i don’t know how to use fluent-ffmpeg to achieve the same command, maybe using filter ? can anyone tell me ? thank you very much ! cheers ! man



    ffmpeg -i TheOrigin.mp4 -vf  "setpts=0.25*PTS" UpTheOrigin.mp4
  • Setting very fast movie speed

    24 avril 2018, par JoeSkurczysyn

    He tries to set the movie’s acceleration to 70 minutes so that a movie with a maximum length of 2 minutes will come out. However, FFMPEG fails. Films with a length of over 20 minutes come out, which is not what they expect.

    I write this :

    ffmpeg -i output.mp4 -filter:v "setpts=0.90*PTS" -an output2.mp4

    What am I doing wrong ?