Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (55)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (4632)

  • Running ffmpeg from a windows service on same machine encounters permissions issue

    8 mars 2012, par gaijintendo

    I had been running a Windows Service, form my machine (which has full read/write access to a network drive).

    The command for ffmpeg was something like this :
    - i \filestore\test.avi -b 500000 -s 640x360 -ar 22050 -copyts -y -vcodec libx264 -acodec ac3 -y \filestore\mp4\test.mp4

    Running it from cmd works perfectly. Running it from a windows service, from the same machine, would yield a File Not found type error. Updating to the latest ffmpeg stable changed that to "Permission denied".

    I am running the service it as 'Local Account'. I was intending to run this on another server, so I need to get a grip on this !

    Does running a service on your machine run as a different user to you when you choose 'Local Account' ?

  • windows SOX MP4/FFMPEG support

    4 septembre 2012, par user1125562

    i'm trying to use SOX to cut certain mp3s, convert them to different formats and add fade in-out to the files.

    It works fine with mp3 to mp3 but when i try to convert it from an MP3 to an m4r i get the error : "sox FAIL formats : no handler for file extension `m4r'".

    I'm using SOX in windows so how can i install the ffmpeg package on top of the SOX so it knows waht to do with the m4r format ?

    on the same machine i can use ffmpeg to convert from mp3 to m4r just fine. It sucks that ffmpeg doesn't offer FADE for audio.

  • Move or copy and truncate a file that is in use

    12 mai 2012, par Karl Jóhann

    I want to be able to (programmatically) move (or copy and truncate) a file that is constantly in use and being written to. This would cause the file being written to would never be too big.

    Is this possible ? Either Windows or Linux is fine.

    To be specific what I'm trying to do is log video with FFMPEG and create hour long videos.