Recherche avancée

Médias (91)

Autres articles (43)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6772)

  • Audio and Video Recording Issues with FFMPEG [closed]

    7 octobre 2023, par Austin Althouse

    I am trying to use FFMPEG to stream a specific window on my computer. While the video works flawlessly, adding the audio is being problematic. Whenever I had audio (using -f dshow), the video's fps dramatically drops to 3 to 5 fps and a ton of dropped frames occur. Here is the command I am using : ffmpeg -f gdigrab -draw_mouse 0 -i title="MainWindow" -f dshow -i audio="CABLE Output (VB-Audio Virtual Cable)" -c:v mpeg2video -b:v 4000k -c:a aac -b:a 64k -f mpegts udp ://localhost:1234

    


    The audio doesn't seem clear also.

    


    What is going on and how can I fix it ?

    


    I tried different commands with no success.

    


  • what live streaming formats supports gud quality video call from speeding car(80kmph)

    13 juin 2013, par neckTwi

    video call drops when i'm in my car at more than 50kmph. i'm using ffmpeg to out-stream my video and vlc to capture friend's in-stream in flv rtmp live stream format on ubuntu with airtel 3g usb data card(3Mbps).

    what is the best streaming format and ffmpeg video quality options in this case ? are there any modems(with antennas) that support this system ?

  • Mpeg 4 and H264 encoder/decoder on Android ? [closed]

    8 octobre 2012, par Levanphong7887

    Possible Duplicate :
    FFMPEG on Android

    I'm writing Android app using Java on Eclipse.

    I'm finding lib for encoding ad decoding Mpeg-4 and H264.

    I have searched and I always see people suggest use FFMPEG, but FFMPEG is writing by C++ not Java.

    I wonder the android java code can using ffmpeg ?

    If it can, please show me how to use it. And if it can not, please suggest me another lib to do that.

    Thank you,

    Phong Le