Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (50)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

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

Sur d’autres sites (4385)

  • FFMPEG : Stream in Stream aka Picture in Picture

    29 janvier 2020, par F O X

    Any chance that i could make picture in picture with ffmpeg (ubuntu) ?

    My single stream is working with this command very well :

    ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://.......... -b:v 800k -maxrate 900k -bufsize 600k -vcodec copy -crf 35 -preset veryfast -pix_fmt + -c:a aac -f flv rtmp://a.rtmp.youtube.com/live2/........

    Tried several ideas but all of them are using libx264 instead of just -vcodec copy and i don’t know why but with libx264 my bitrate stream and fps are terrible low. So is there any way to just copy both streams and scale one of them to lowerleft corner ?

    photo here

    Of course i would be using two different streams.

  • Create video from images and audio with varying image durations using FFMPEG ?

    7 janvier 2018, par Muhammad Umer

    What I want to do :

    I’ve x amount of images png/jpg, and I want to show them for varying amount of duration, some longer, and some shorter amount of time.

    • a1.jpg 1st photo stays for 3 seconds
    • a2.png stays for 10 seconds
    • a3.jpg stays till end of audio

    Video should be as long as audio.mp3

    this is my code so far after reading documentation, not sure what’s wrong, I get corrupt video with no sound and only shows last image.

    Also would like to center images if possible.

    ffmpeg -y \
     -loop 1 -t 1 -i a1.jpg \
     -loop 1 -t 1 -i a2.jpg \
     -loop 1 -t 4 -i a3.jpg \
     -loop 1 -t 1 -i a4.png \
     -loop 1 -t 1 -i a5.png \
     -i audio.mp3 \
     -c:v libx264 -pix_fmt yuv420p -c:a copy video.mp4
  • Merge commit ’eeaf4f3b87815cbae4c12856cfaafb3a2dae8e0c’

    5 mars 2014, par Michael Niedermayer
    Merge commit ’eeaf4f3b87815cbae4c12856cfaafb3a2dae8e0c’
    

    * commit ’eeaf4f3b87815cbae4c12856cfaafb3a2dae8e0c’ :
    av_vdpau_get_profile : mask out H.264 intra profile flag

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vdpau.c