Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (8161)

  • Generic mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on

    2 septembre 2014, par scottschiller
    Generic mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on
  • Video processing with ffmpeg on Windows Azure

    29 août 2014, par alekz

    I am working on the project that needs to process videos that are already stored at the AzureBlob storage.

    The processing itself lookes following

    1. Grab frame with ffMpegFrameGrabber
    2. Draw some elements on top of the frame
    3. save it with the ffMpegFrameRecorder

    basicaly I have working version of this algorithm in Java (using java wrapper over native ffmpeg)

    Now I need to implement that processing with Azure Cloud Services.

    My question is
    What is a good ffmpeg wrapper for .net (console interface is not enough for my scenario) ?
    How to use it in Azure Cloud Service (sorry for noob question, but I am new to Azure) ?

  • How to convert .mov files to .mp4 (H264) using ffmpeg using windows .bat file ?

    13 juillet 2013, par kheya

    I have a number of different video files (mov, avi, flv, mp4, 3gp, wmv) in a folder.

    I need to use a batch file that will convert all mov, avi, wmv, 3gp files in the folder
    Also I need to skip any flv, mp4 files

    I have this command, but it gives error and generates 0 size files :

    for %%F in (*.mov) do ffmpeg.exe -i "%%~fF" -vcodec copy -acodec copy "%%~dpF\%%~nF.mp4"

    The above line just tries to process mov files. I get same result for avi files.

    I want to keep the file name same. I get the file names correctly but it gives error :

       ffmpeg version N-54691-g7f4a1fd Copyright (c) 2000-2013 the FFmpeg developers
     built on Jul 12 2013 16:31:48 with gcc 4.7.3 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
    e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
    ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
    ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
    eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-
    amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --
    enable-libxvid --enable-zlib
     libavutil      52. 39.100 / 52. 39.100
     libavcodec     55. 18.102 / 55. 18.102
     libavformat    55. 12.102 / 55. 12.102
     libavdevice    55.  3.100 / 55.  3.100
     libavfilter     3. 80.101 /  3. 80.101
     libswscale      2.  3.100 /  2.  3.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  3.100 / 52.  3.100
    Guessed Channel Layout for  Input Stream #0.1 : mono
    Input #0, avi, from 'C:\musa\Challenge\FFMPEG\Test\file5.AVI':
     Metadata:
       encoder         : OPTURA20
     Duration: 00:00:10.01, start: 0.000000, bitrate: 1518 kb/s
       Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p, 320x240, 14.99 fps,
    14.99 tbr, 14.99 tbn, 14.99 tbc
       Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 16000 Hz, mono, s16,
    256 kb/s
    [mp4 @ 00000000024bc980] Tag [1][0][0][0]/0x00000001 incompatible with output co
    dec id '65536' ([0][0][0][0])
    Output #0, mp4, to 'C:\musa\Challenge\FFMPEG\Test\\file5.mp4':
     Metadata:
       encoder         : OPTURA20
       Stream #0:0: Video: mjpeg (l[0][0][0] / 0x006C), yuvj422p, 320x240, q=2-31,
    14.99 fps, 90k tbn, 14.99 tbc
       Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 16000 Hz, mono, 256 k
    b/s
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
     Stream #0:1 -> #0:1 (copy)
    Could not write header for output file #0 (incorrect codec parameters ?): Invali
    d data found when processing input