Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (112)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (12664)

  • [ffmpeg] : programmatically determine output format when ripping audio from video files

    8 août 2018, par fastily

    I have some assorted video files (e.g. mkv, webm, mp4, mts) with various codecs (aac, opus, vorbis) that I’d like to extract the audio from. Does ffmpeg offer a way to intelligently determine the correct output format to use ?

    Up until now, I’ve been using ffprobe + sed to achieve this result, but it feels sloppy/verbose. Is there a best practice or am I out of luck ?

    Thanks in advance

  • Stream Video from ios device

    29 avril 2014, par iJose

    I have integrated FFmpeg libraries to my project.

    Now

    i want stream a video that is captured using my ios device (iPhone, iPad, iPod)
    to an RTMP server using FFMpeg.

    I did post a similar question and googled for the same but did not end up with any solution.

    Can anyone of you suggest me a tutorial or atleast direct me as i am badly stuck over here and not able to move ahead.

    Kindly Pour your knowledge.

    Thanking you in advance.

  • Can use AVCaptureMoiveFileOutput send stream video to the Network ?

    18 avril 2016, par X.Rodi

    I need to send screen video in real-time from Mac to a multicast group,like"239.1.1.110:46110".

    I know the AVCaptureMovieFileOutput has a method"startRecordingToOutputFileURL : recordingDelegate :".

    I just want to know the parameter of URL can be a multicast group address ? Or if is no,what can I do to send the stream video to the multicast group ?

    Someone said using ffmpeg,but I nothing about that.Could anybody give some sample demo ?

    Any help is appreciated.Thanks a lat in advance.