Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (54)

  • 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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (9041)

  • Merge videos and images into a new video in Android [on hold]

    10 septembre 2013, par vijay

    I have to create an android app that is similar to PicPlayPost.

    The app should be able to do the following things :

    • Load images and videos into the corresponding blocks in the frame.

    • Resize the image.

    • Add audio to the block that contains image.

    • Play two or more videos in parallel.

    • Save the whole frame as a video clip.

    I thought of using FFmpeg concatenation for this but it will not play all the videos in parallel.

    I have tried to use FFmpeg with android in my earlier project and ended up with lot of issues when building latest FFmpeg with android NDK.The below link explains the usage of pre-compiled FFmpeg and OpenCV for Android.

    https://code.google.com/p/javacv/#Quick_Start_for_OpenCV_and_FFmpeg

    but i could not find ffmpeg-1.2*.jar there.

    Is there any package to process video and playback in android other than FFmpeg ?

    Thanks.

  • ffmpeg thumbnailer configure trouble in CentOS6

    21 mai 2013, par Juneyoung Oh

    I am using CentOS 6.4 86x64.

    What I am planning to do is install ffmpegthumbnailer.

    I have downloaded at the link below.
    https://code.google.com/p/ffmpegthumbnailer/

    The problem is when I extract the tar.gz and command configure,

    It alway says like this.

    checking for FFMPEG... no
    configure: error: Package requirements (libavutil libavformat libavcodec >= 52.26.0 libswscale) were not met:

    No package 'libavutil' found
    No package 'libavformat' found
    No package 'libavcodec' found
    No package 'libswscale' found

    Of course, I already installed ffmpeg 1.2.

    /usr/lib64/libswscale.so.0.11.0
    /usr/lib64/libswscale.so.0

    and also have libswscale.so.

    What can I do to solve this ?

    Thanks:D

  • ffmpeg fails to Play Proxy Avid Interplay

    23 octobre 2018, par livio

    My goal is transcode this file with ffmpeg.

    https://drive.google.com/open?id=1ATuPtSbZeQLexB1HBP509hInDOTyfEV8

    ffplay fails to analize or play this file and returns :

    Invalid pixel format.

    This is the simply command :

    ffplay  -i testproxy.mxf
    ffprobe -i testproxy.mxf -show_stream

    It has been encoded by avid Interplay whit this targhet quality :

    H.264 800Kbps Proxy 1080i 25

    Maybe it’s a raw file ? and need same specification ahead input file ?

    Any suggestion is appreciated