Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (104)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (12530)

  • ffmpeg/opencv How to perform Edge Detection after classify Type of frames

    25 janvier 2018, par 8793

    I want to generate edge map of I-frame only in a video streaming applications (server). Below is code to generate type of frame in ffmpeg.

    AVFrame *frame;
    pictType = av_get_picture_type_char(frame->pict_type);

    After this step, I don’t know how to process frame (using opencv c++) to have its edge map.

    As I am a beginner in ffmpeg, I hope you can give me a simple example to understand this issue.

  • oboe and FFMPEG install, confused

    8 juin 2022, par rick

    I'm trying to follow instructions here.
https://medium.com/@donturner/using-ffmpeg-for-faster-audio-decoding-967894e94e71

    


    I'm stuck at
Compiling FFmpeg for Android

    


    It gives a script. so A. how do I build and what type of file. Is it a .sh ?
B. how to execute it.
C. where does it go ?

    


    Is there anyone that can give better instructions for this step ?

    


  • how to join two flv files in objective-c

    18 février 2014, par yudun1989

    i've parsed a video web and got the flv files for the video, but the files are seperated, so i must join them together, i know if i use ffmpeg, it should be easy just like ffmpeg -f concat -i mylist.txt -c copy output.flv ,but as i'm writing a mac software, i must write it in objective-c.i could't found any document (or sdk) to read so it's hard for me to begin.

    so ,how to join them in objective-c code ? do i need to pull the ffmpeg project down to my project ?if it is necessary, what is the next step ?