Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (56)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5531)

  • capturing video/audio on windows

    24 septembre 2012, par nasiajai

    I would like to capture video/audio on Windows.

    Someone says it's not supported to capture audio on Windows using FFmpeg.

    Please, give me some SDK options to capture video/audio on windows.

    If possible, It will be very appreciated if you would point me some of tutorials.

    Thank you.

  • Using ffmpeg with URL in Windows

    23 septembre 2012, par Léon Pelletier

    I'm able to convert the bitrate of an mp3 file with :

    ffmpeg -i before.mp3 -ab 64k after.mp3

    But is it possible to convert a url to a file ?

    ffmpeg -i [http://myurl.com/myfile.mp3] -ab 64k after.mp3

    When trying, it gives me, and this is the full complete output :

    https://myurl.com/myfile.mp3 : Protocol not found
    http://myurl.com/myfile.mp3 : Input/output error

    If not, is it possible to ask ffmpeg to wait for specific character/message to stop converting ? Ex :

    ffmpeg -i before.mp3 -ab 64k after.mp3 [stopon:1234567890]
  • Hardsub/Converting via Windows commandline

    14 décembre 2012, par Yiğitcan Uçum

    I have been trying to hardsub a video via cmd for a long time now. Still i could not find a proper way of doing it. I tried HandbrakeCLI, ffmpeg and mencoder but still could not find a way to do it. I got so closer to hardsubbing with HandbrakeCLI but there were some codeset problems and it wasn't really a hardsub at the end. I really need to find a way to hardsub .avi/.mp4 files via CMD. If you know any ways to do it please help me out ! Thanks.