Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (75)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (9569)

  • Write timed Live Photo metadata to video using FFMPEG

    20 décembre 2020, par Luke Burns

    According to Apple Live Photo file format, there are three pieces of metadata that need to be written for a JPEG and MOV to be accepted as a live photo. I can use exiftool and ffmpeg to write the necessary content identifier metadata, but I'm having trouble with the timed metadata : ["com.apple.quicktime.still-image-time" : 0xFF].

    


    I can't even manage to produce a copy of an existing live photo MOV file using ffmpeg that preserves the necessary timed metadata.

    


    ffmpeg -i original.mov -map 0 -c copy -movflags use_metadata_tags copy.mov


    


    copies the global metadata (i.e. com.apple.quicktime.content.identifier), but loses the necessary still-image-time which can be confirmed using exiftool :

    


    > exiftool -G -U -ee original.mov | grep 'Still Image Time'
[QuickTime]     Still Image Time                : -1
> exiftool -G -U -ee copy.mov | grep 'Still Image Time'
> 


    


    How can I write the timed metadata using ffmpeg—specifically the still-image-time data ?

    


  • compiling ffmpeg for iPhone SDK 4.3 [error : is unable to create an executable file.]

    12 février 2012, par user509020

    Like many others.. I'm compiling ffmpeg using gas preprocessor

    http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-October/077701.html

    This is my command

    ./configure --cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 --as='gas-preprocessor.pl /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1' --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk --enable-cross-compile --target-os=darwin --arch=arm7 --cpu=cortex-a8 --enable-pic

    the error :

    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 is unable to create an executable file.
    C compiler test failed.

    I looked up the /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ folder using Finder..
    arm-apple-darwin10-gcc-4.2.1 was there..

    Thanks,
    Suhas

  • properly convert Audio 5.1 on PRORES Video to Stereo audio

    26 avril 2021, par user2920456

    I am trying to extract a prores video with just 2.0 (with L R on same track) from a Prores with the below audio track layout. I ran the command below which converted the 5.1 to 2.0 audio/video, but the audio is unusable, dialog is missing when compared to source video. Can you advise how to properly convert the 5.1 audio to stereo.

    


    Desired Output PRORES to contain below track layout

    


    track 0 - video (src Stream #0:0) track 1 - L R (src Stream #0:1)

    


    Command I ran

    


    ffmpeg -i source.mov -ac 2 -c:v copy ouput.mov


    


    Below is the source video/audio Track Layout

    


    Stream #0:0(eng) : Video : prores (HQ) (apch / 0x68637061), yuv422p10le(tv, bt709, progressive), 1920x1080, 171944 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Video Media Handler
encoder : Apple ProRes 422 HQ

    


    Stream #0:1(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FL), s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:2(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FR), s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:3(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:4(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (LFE), s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:5(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BL), s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:6(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BR), s32 (24 bit), 1152 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:7(eng) : Audio : pcm_s24le (in24 / 0x34326E69), 48000 Hz, downmix, s32 (24 bit), 2304 kb/s (default)
Metadata :
creation_time : 2019-05-21T01:26:51.000000Z
handler_name : Apple Sound Media Handler

    


    Stream #0:8(eng) : Data : none (tmcd / 0x64636D74) (default)
Metadata :
creation_time : 2020-03-17T19:58:52.000000Z
handler_name : Time Code Media Handler
reel_name :
timecode : 00:00:00:00