Recherche avancée

Médias (91)

Autres articles (94)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

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

  • combining MP4 video files while adding text overlay with ffmpeg

    25 septembre 2014, par valnox

    Here is a shameless request for someone to give me the required FFmpeg command. I spent way too long messing around with VLC trying to do this, and after it repeatedly messed up (mainly with video length and mp4a codecs), I started looking for other options. Now I’m coming up on a deadline and don’t have the time to go through all of the FFmpeg documentation right now.

    So, if someone is willing to help me, here is what I need :

    Take 2+ videos, combine them, add two text overlays in top left and bottom right corners (white text, black outline), and change the output bitrate (from 20k to 8k). I can easily programmatically create the list.txt of file names needed.

    Researching showed me that I likely need the "concat" and "drawtext" commands. The computer is Windows 7.

    Thanks in advance to anyone even reading this, let alone responding. Sorry to come in so ignorant, but, well... three days trying to get VLC to do it :(

  • Azure Media service live streaming using raspberry pi 2

    29 juillet 2015, par emy virk

    I have tried to stream a video from my raspberry pi 2 using a webcam using the tutorial here http://gtrifonov.com/2015/07/02/streaming-live-video-from-raspberrypi-to-azure-media-services/.
    Using ffmpeg, I am running this in Ubuntu mate terminal :

    ffmpeg -framerate 30 -r 30 -s 640×480 -i /dev/video0 -vcodec libx264 -preset ultrafast -acodec libfaac -ab 48k -b:v 500k -maxrate 500k -bufsize 500k -r 30 -g 60 -keyint_min 60 -sc_threshold 0 -f flv $INGESTURI

    Now, to see the video is streaming I am using PLAY PREVIEW URL from the azure portal. It works, interrupted, at a very fast speed for about 5 second and than it stops with an error
    After that I try to play the video again and I can see the one that was streaming before the error and than it breaks again.
    From the Ubuntu mate I can tell the streaming is working fine : connection established and I can see the frames being sent.

    fps=7.9 q=28 bitrate = 500 kbits

    any idea why this is happening ?

  • Getting Audio issue on integrating YouTube Live Streaming in Android app

    27 mai 2017, par Basha

    Presently I was working in app which has an integration of YouTube Live streaming in my android application. I was using a project in GitHub(YT-Watch me), which is provided by YouTube for Live Streaming . Here I was able to get an live streaming video but not getting audio.Is there any change that I have to do in Ffmpeg-jni.c file ?

    please suggest me how to solve this issue.