Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (81)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11737)

  • Adding Job to beanstalkd

    26 juin 2014, par RCOOR

    I am using Beanstalkd for processing video files via ffmpeg.
    I am using https://github.com/pda/pheanstalk PHP-Client
    I am facing the following issues.
    a) sometimes job is not adding to Beanstalkd Tube,
    b) if job is added to tube sometimes ffmpeg is not processing as expected.

    Any idea,
    Awaiting for reply

    Thanks in advance
    Karthi

  • Cutting a video to the last 10 seconds

    1er avril 2014, par ShiftedDesign

    So I am looking for a way to cut a video file to the last 10 seconds of the file. Normally I would use FFMPEG or mencoder but the situation is that the file to be cut is going to be a different size every time it's cut. So I found some stuff for a general duration using ffmpeg but the problem is I would need the duration to be in seconds instead of 00:00:00 so then I could just use the var-10 for the -ss.

    I don't know if I explained that well enough but in short :

    Different length video every time it is ran, only need the last 10 seconds in a new file.
    Need something light on resources but still fast.

    Thanks in advance for anyone who answers !

  • How to trim/ cut a video file Android

    15 avril 2015, par Huy Duong Tu

    My application is to capture a video and cut it with only 6s length to upload it onto the server. After searching for video handling library in Android, I found the library guardianproject android-ffmpeg-java
    But there are no API documentation about it.
    Please solve me how to cut a video with this library. Thanks in advance.