Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (88)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (8014)

  • Restreaming an rtsp stream through ffmpeg on iOS

    6 avril 2017, par animaonline

    I have an iOS application that displays an rtsp stream from an IP camera on the local network, I would like to restream it to an external server in real time (Wowza to be specific) the server will take care of converting rtsp to HLS so that the users can view the live broadcast on their devices.

    On a computer it would be pretty straight forward :

    ffmpeg [input-options] -i [input-file] [output-options] [output-stream-URI]

    But I need to do it programmatically on iOS, and I’m not really sure if it’s even possible. Anyone ?

  • Questions about license of ffmpeg in Android [on hold]

    23 décembre 2016, par Season

    I want to make an video editing app(may include advertisement or even earn money).

    And I found that ffmpeg is a great library for my app.

    And I can use it for compress video, trim video and change video format.

    The commands that the app may use :

    Reducing video size with same format and reducing frame size

    Cutting the videos based on start and end time using ffmpeg

    I found that ffmpeg is using LGPL and partially GPL licenses but I do not familiar with these two terms.

    What should I do so that I can use ffmpeg legally ?

  • FFmpeg & Installation on phpmyadmin [migrated]

    18 septembre 2011, par Vivek

    I am attempting to have an interface in which people can upload music files and listen to them through the site. The biggest problem obviously is that someone who uploads an audio track in mp3 format into Mozilla wouldn't be able to play it back (since MF doesn't support mp3 playback since I'm using jPlayer).

    I did some research and found out that I could use command line php using FFmpeg to convert the mp3 to ogg or some other supportable format. I believe I understand (a little bit) how command line php works but I was wondering how I could install it onto phpmyadmin on my hosting service ? Could anyone link me to a tutorial or care to explain ? I tried googling it but I just couldn't find it.