Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (35)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7695)

  • How to embed cover art into MP4 without errors ?

    7 mai 2020, par symonxd

    I want to add artwork to my MP4 file. How do I do this successfully / without errors ?
I've tried these methods with numerous MP4 files, none worked.
If you would like to replicate the errors / bugs, here are the sample files I've used for this question.

    



    I've tried the following :

    




    


      

    1. ffmpeg -i sample.mp4 -i sample.png -map 0 -map 1 -c copy -disposition:v:0 attached_pic sample_w_artwork.mp4
as stated by Lukas
    2. 


    



    with this error :

    



    [mp4 @ 0000019ee4852280] Could not find tag for codec h264 in stream #0, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument


    



    ffmpeg 4.2.2 (Windows build by Zeranoe)

    



      

    1. atomicparsley sample.mp4 --artwork sample.png --overWrite
    2. 


    



    with no success ; AtomicParsley

    



    I get this message when executing the first time :

    



    Started writing to temp file.
 Progress: =============================================>100%|
 Finished writing to temp file.


    



    Executing the next (nth) time gives this :

    



    Updating metadata...   completed.


    



      

    1. Adding artwork through the GUI Tag Editor using both available versions : i686-w64 & x86_64-w64
    2. 


    



    with no success ; it creates a sample.mp4.bak file, even though the software says that the operation was successful

    



    


    can't insert any more links, because I got too little rep apparently

    


    



      

    1. Mp3tag (mp3tag.de/en)
    2. 


    



    with no success ; I can successfully add the image as a cover, but it's not visible in the File Explorer. After saving it says Saved tag in 1 of 1 files. The picture can been seen in Mp3tag though as if it's applied.

    



      

    1. Tag&Rename (softpointer.com)
    2. 


    



    with no success ; same story as with Mp3tag, I can apply and it's visible in the app, but not in File Explorer.

    



      

    1. mp4v2 (https:// code.google.com/archive/p/mp4v2/downloads)
    2. 


    



    mp4tags.exe -picture sample.png sample.mp4

    



    with no success ; it executes with no (error)message

    



    I found it on this thread

    



    (https:// forum.videohelp.com/threads/388025-How-to-set-the-thumbnail-of-a-video-clip).

    



    Have used the updated version which is the Windows build

    



    (https:// forum.doom9.org/attachment.php ?attachmentid=14314&d=1407985798).

    



      

    1. iTunes
    2. 


    



    iTunes 12.10.6.2 (Microsoft Store version)

    



    iTunes doesn't load the file into the library. I can run it fine though in QuickTime Player.

    



    I didn't notice the 'Home Videos' tab. Now I can see it in there. I tried to apply the image, and it applied it only inside iTunes... So it's still not working for me.

    



    I tried to convert the MP4 to M4A and then adding it to iTunes. I was finally successfully able to change the cover and it was visible in File Explorer. But that's not what I want.

    



    I know for a fact that it's possible, because I've seen pictures on the Internet and YT and different threads where an answer is upvoted.

    



      

    1. tag
    2. 


    



    https:// github.com/b4winckler/tag

    



    The description is : Simple command line audio tag editor... After having to install millions of libraries and a package manager I was stuck with the compilation of the software, followed all the steps, didn't work.

    



    I've also tried using MP4art as suggested by a comment on another issue about this. He didn't include a link to it so I went looking and found another issue about this. One comment recommended MP4art as well, with a link that's dead.

    




    



    I believe I've used some other methods as well but can't think of them right now. Will update if I recall.

    



    Any help is greatly appreciated.

    


  • mfenc : Fall back to avctx->time_base if avctx->framerate isn't set

    20 mai 2020, par Martin Storsjö
    mfenc : Fall back to avctx->time_base if avctx->framerate isn't set
    

    The framerate field is the one users are supposed to set, but not
    all users might be setting it, so it might be good to fall back
    time_base in that case.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/mfenc.c
  • hevc : move SliceHeader and LongTermRPS back to hevcdec.h

    1er juin 2020, par Anton Khirnov
    hevc : move SliceHeader and LongTermRPS back to hevcdec.h
    

    They are no longer necessary there and have nothing to do with parameter
    sets, so do not belong in hevc_ps.h.

    This effectively reverts 4aaace8b25.

    • [DH] libavcodec/hevc_ps.h
    • [DH] libavcodec/hevcdec.h