Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (52)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (10573)

  • ffmpeg - wrong length of video

    29 mars 2012, par Victor

    I use ffmpeg to convert a video from mp4 to flv and mpg formats. Just rough conversion with few params :

    ffmpeg -i my_file.mp4 -an -f flv my_new_file.flv

    (I don't need sound so I specified -an)

    When I convert file with 2:23 length I get 0:23 length of flv(or mpg) files. Why does that happen ?

  • Change Audio pitch and add blur effect in video using ffmpeg Php

    29 mars 2012, par santosh yadav

    I have a video clip and i want to change Identity of person on Video,

    For That i want to change pitch of audio and add blur effect on video,

    I have use following things for change pitch but it is not provide better result,

    ffmpeg -i w.mpg -vcodec copy -an tmpVideo.mpg
    ffmpeg -i w.mpg tmpAudio.wav
    rubberband -p 6 tmpAudio.wav tmpAudioRB.wav
    ffmpeg -i tmpVideo.mpg -i tmpAudioRB.wav -vcodec copy finalVideow_6.mpg

    Any Better solution for Change pitch and add blur effect,

  • avcodec_encode_{audio,video} : only reallocate output packet when it has non-zero...

    27 mars 2012, par Anton Khirnov

    avcodec_encode_audio,video : only reallocate output packet when it has non-zero...