Recherche avancée

Médias (91)

Autres articles (18)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

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

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (4822)

  • FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access

    24 février 2016, par Luke Brandon Farrell

    I am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.

    All I need to do is convert a sequence of images into a movie using PHP.

    I have FTP access to my server so I can install files if needed, I also have command line access.

    I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->

    http://socialexplosion.co.uk/phpffmpeg/

    This is the output from the error-log :

    [24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
    [24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`

    I can’t seem to get it to work.

    Any ideas ? Maybe I have installed it wrong ?

    Thanks

  • Linux/bash - ffmpeg - encode file with half bitrate and half resolutio

    3 octobre 2014, par user1209216

    I have some video file. I need to re-encode this in this way :
    - result file bitrate is 2x lower than original
    - result file resolution is 2x lower (witdth and height)
    - audio codec - copied from source, video codec : h264

    I know how to encode with hardcoded bitrate/resolution and audio copy. However, I have no idea how to make that values as half of input file parameters. Can I do this with ffmpeg ?

  • Linux/bash - ffmpeg - encode file with half bitrate and half resolutio [closed]

    10 décembre 2022, par user1209216

    I have some video file. I need to re-encode this in this way :
- result file bitrate is 2x lower than original
- result file resolution is 2x lower (witdth and height)
- audio codec - copied from source, video codec : h264

    



    I know how to encode with hardcoded bitrate/resolution and audio copy. However, I have no idea how to make that values as half of input file parameters. Can I do this with ffmpeg ?