Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (65)

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

  • Run FFMPEG mimized/hidden using python subprocess [duplicate]

    2 septembre 2020, par Idanq

    So I'm running the following command :

    


    subprocess.call(["ffmpeg", "-i", "test1.mp4", "test1.mp3"], shell=False)


    


    But when I run it as an .pyw (which does not launch a controlling terminal), it opens a terminal for the FFMPEG, is there a way to make it hidden or even minimized ?

    


    Thanks for any help !

    


  • FFmpeg error count in C/C++

    22 mai 2018, par dave

    In my C/C++ application I need to count decoding errors. I’m not familiar with ffmpeg library. Is there any way to do it without grabbing errors from terminal ? For example in terminal I got

    [h264 @ 008df020] error while decoding MB 34 0, bytestream 3152

    Any ideas ? Thanks in advance.

  • Red5 server + ffmpeg feed stream, and cannot play the stream

    16 juillet 2014, par user1914692

    Ubuntu 12.04,

    (a) start Red5 server in Terminal 1

    (b) feed a stream to the Red5 server in Terminal 2

    ffmpeg -re -i '/usr/share/red5/webapps/oflaDemo/streams/avatar.flv' -vcodec libx264 -ab 128k -ac 2 -ar 44100 -r 25 -s 320x240 -vb 660k -f flv 'rtmp://localhost/oflaDemo/streamTest'

    Terminal 2 shows some messages that it is streaming.

    (c) play the stream
    I use Movie Player : rtmp ://localhost/oflaDemo/streamTest

    [Result] An error occured. Stream contains no data.