Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (112)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

  • avpacket : fix copying side data in av_packet_copy_props()

    18 mai 2014, par Anton Khirnov
    avpacket : fix copying side data in av_packet_copy_props()
    

    Side data count is incremented by by calling av_packet_new_side_data()
    in the following loop, setting it explicitly results in the resulting
    value being twice what it should be.

    CC : libav-stable@libav.org

    • [DH] libavcodec/avpacket.c
  • Side by Side Videos with faster frame rate [migrated]

    19 mai 2014, par user2632203

    I have been able to combine two videos into one single video with a side by side overlay and I have been able to increase the framerate for a movie but I cannot figure out how to do both. I have tried the following.

    ffmpeg -i gp1.mp4 -i gp2.mp4 -filter_complex "[0:v]setpts=0.077*(PTS-STARTPTS),    pad=iw*2:ih[bg]; [1:v]setpts=0.077*(PTS-STARTPTS)[fg]; [bg][fg]overlay=W-w-10:0:shortest=1[out]" -map "[out]" -map 0:a -c:v libx264 -crf 19 output2.avi

    My problem is that the output2.avi has all the frames sped up it plays fine but at the end of the compressed time it plays the last frame for what would be the duration of the non sped up version.

    normal sped up video takes 20 mins of play back and gives 3 min in the output file.

    side by side give 3 mins of sped video then 17 min of the last frame in output file.

  • avpacket : fix copying side data in av_packet_copy_props()

    18 mai 2014, par Anton Khirnov
    avpacket : fix copying side data in av_packet_copy_props()
    

    Side data count is incremented by by calling av_packet_new_side_data()
    in the following loop, setting it explicitly results in the resulting
    value being twice what it should be.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/avpacket.c