Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (83)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

Sur d’autres sites (6075)

  • failed ffmpeg resume HTTP after interrupt

    22 août 2013, par user2706130

    I use ffmpeg in Android platform.
    I set mInterruptCB as pFormatCtx->interrupt_callback, and call av_read_frame to read frame on a dedicated thread, it run fine, I try to set mInterruptCB return 1 when the wifi is not working, the av_read_frame return error, but i set mInterruptCB return 0 when the wifi is working, the av_read_frame always return error. I want resume read the frame after i set mInterruptCB return 1.
    is ffmpeg support broken point resume and how to do ?

  • Run FFMPEG within python [on hold]

    10 juillet 2019, par Awais

    I’m making a program which allows you to download videos with m3u8 links, I can’t do it manually as I don’t possess the skills. So I thought maybe I could use FFMPEG to carry out the task for me.
    How would I be able to run FFMPEG by using a module, such as subprocess, if they are in the same directory as the main.py file ?

    I’ve already looked up how to do it but none of the answers provide an explanation of the code or don’t explain where the output will be received.

    import subprocess

    answer = input "enter m3u8 link"
    output = input "enter the name for the video"

    Commands = ['ffmpeg', '-i', url, '-c', 'copy', answer, output + '.mp4']

    subprocess.call(Commands, shell=True)

    Is this how I should come around it ?

    I’ve also wondered if you could run command prompt as an admin directly from python and carry out functions as if you were on there. This would help carrying out the tasks.

    Any help/suggestion is appreciated

  • Php ffmpeg tranfer mp4 from another site

    2 février 2014, par user3262579

    I want to transfer videos my hosting in my server from another websites.
    I have installed ffmpeg in my server. how can i transfer mp4's on php ?

    Example : http://anothersite.com/video12465123.mp4

    I wanna transfer this mp4 like that

    http://mywebsite.com/video12465123.mp4