Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (52)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (10704)

  • How to convert iphone's caf to ogg on ubuntu

    24 novembre 2012, par Amure Pinho - Syncmobile

    i really need your support to solve that problem :

    We developed an iOS application that sends a sound file to our server and then, we share this audio.

    The problem is we didnt find any solution to convert the audio inside the iOS.

    We tought : Ok, thats a problem, but we can still convert the audio in the server right ?

    We are trying to make this using afconvert, ffmpeg but with no sucess.

    Do you have any basic guide or hint so we can write this in our server application and convert all the .CAF files to another format like OGG or MP3 ?

    Thanks a lot !

  • How to convert ts (transport stream) file into mp4 with ffmpeg ?

    19 mai 2017, par joker847

    I am developing an iOS application and want to convert from ts file(transport stream) to mp4 in the application, what should I do ?
    The language used is swift.
    The library used is ffmpeg.

  • How to receive Mpeg-ts stream over UDP from FFMpeg in Java

    11 juin 2020, par Steve Glick

    I have a live video stream from FFMpeg, and I am having a hard time viewing the stream using my own custom Java application. Before someone tells me to use VLC or something like that I do want to use my own application. The stream I am trying to read is a H.264 encoded Mpeg-ts stream streamed over UDP. I do know how to decode the H.264 frames, but I am simply wondering about how to receive the Mpeg-ts stream.