Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (52)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8273)

  • Why images are combined (ffmpeg) ?

    27 novembre 2020, par Jin X

    I want to create video from images (one image per frame).

    


    ffmpeg -framerate 21.533 -i %d.bmp -i z.wav -r 21.533 -t 120 -map 0:v:0 -map 1:a:0 -c:v libx265 -c:a aac -b:a 128k z.mp4

    


    When I watch resulting video I see (at least at the end of video) that frames are combined with each other (2 images on each frame overlaps with different transparency ratio). I seems like when source and destination frame rate mismatch.

    


    I can remove -framerate and -r options but result will be the same (with 25 fps).

    


    What's the problem ?
How to fix it ?

    


  • FFmpeg First 2 Seconds of Video Not Showing

    18 janvier 2016, par Pamela

    This code works fine for some audio files (makes a slideshow of JPG pictures with a PNG watermark and MP3 audio, while maintaining aspect ratio) but for this audio file, the pictures are not showing for the first two seconds or so of the video :

    ffmpeg -y -framerate 1/12 -i "media/%03d.jpg" -i "media/audio.mp3" -loop 1 -i "media/watermark.png" -filter_complex "[0:v]scale=iw*min(3840/iw\,2160/ih):ih*min(3840/iw\,2160/ih), pad=3840:2160:(3840-iw)/2:(2160-ih)/2[ss]; [ss][2:v] overlay=main_w-overlay_w-10:main_h-overlay_h-10:shortest=1[out]" -map "[out]" -map 1:a -c:v libx264 -r 24 -preset veryfast -tune stillimage -pix_fmt yuv420p -c:a copy -map_metadata -1 "media/video.mkv" -report

    I tried converting the audio into different formats of MP3, tried changing bitrates, changed audio to stereo, and even tried converting it to a WAV. None of these things worked.

    Here are the report results for when I run this command.

    If it makes a difference, I’m using Ubuntu 14.04 and FFmpeg version N-77455-g4707497 (latest version).

  • ffmpeg convert and add silent audio track to an mpeg

    13 janvier 2016, par vollschauer

    I need to remove the B-Frames and also add a silent audio track to an mpeg. This is my source file (mediainfo input.mpg) :

    General
    Complete name                            : input.mpg
    Format                                   : MPEG-PS
    File size                                : 3.88 MiB
    Duration                                 : 4s 0ms
    Overall bit rate                         : 8 131 Kbps
    Writing library                          : encoded by TMPGEnc (ver. 2.525.64.184)

    Video
    ID                                       : 224 (0xE0)
    Format                                   : MPEG Video
    Format version                           : Version 1
    Format settings, BVOP                    : Yes
    Format settings, Matrix                  : Default
    Format settings, GOP                     : M=3, N=9
    Duration                                 : 4s 0ms
    Bit rate                                 : 8 000 Kbps
    Width                                    : 800 pixels
    Height                                   : 600 pixels
    Display aspect ratio                     : 4:3
    Frame rate                               : 30.000 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 0.556
    Time code of first frame                 : 00:00:00:00
    Time code source                         : Group of pictures header
    GOP, Open/Closed                         : Open
    GOP, Open/Closed of first frame          : Closed
    Stream size                              : 3.80 MiB (98%)
    Writing library                          : TMPGEnc 2.525.64.184

    I’m trying it with :

    ffmpeg -f lavfi -i anullsrc -i input.mpg -c:v mpeg1video -b:v 8000k \
    -minrate 8000k -maxrate 8000k -pix_fmt yuv420p -g 9 -acodec mp2 \
    -ac 2 -ab 128k -ar 44100 -async 1 -shortest -y out.mpg

    mediainfo out.mpg

    General
    Complete name                            : out.mpg
    Format                                   : MPEG-PS
    File size                                : 3.96 MiB
    Duration                                 : 4s 23ms
    Overall bit rate                         : 8 251 Kbps

    Video
    ID                                       : 224 (0xE0)
    Format                                   : MPEG Video
    Format version                           : Version 1
    Format settings, BVOP                    : No
    Format settings, Matrix                  : Default
    Format settings, GOP                     : N=9
    Duration                                 : 4s 0ms
    Bit rate                                 : 8 000 Kbps
    Width                                    : 800 pixels
    Height                                   : 600 pixels
    Display aspect ratio                     : 4:3
    Frame rate                               : 30.000 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 0.556
    Time code of first frame                 : 00:00:00:00
    Time code source                         : Group of pictures header
    GOP, Open/Closed                         : Open
    GOP, Open/Closed of first frame          : Closed
    Stream size                              : 3.80 MiB (96%)

    Audio
    ID                                       : 192 (0xC0)
    Format                                   : MPEG Audio
    Format version                           : Version 1
    Format profile                           : Layer 2
    Duration                                 : 4s 23ms
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Delay relative to video                  : -11ms
    Stream size                              : 62.9 KiB (2%)

    Unfortunately is the audio duration different to the video duration and there is some "Delay relative to video" of -11ms
    I found in another post this option :

    -af asetpts=PTS+0.011/TB

    which gives me this output :

    Audio
    ID                                       : 192 (0xC0)
    Format                                   : MPEG Audio
    Format version                           : Version 1
    Format profile                           : Layer 2
    Duration                                 : 3s 997ms
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Stream size                              : 62.5 KiB (2%)

    This one is close but still not my "4s 0ms" what I expected. How can I
    add a silent audio track with the "absoutly exact" duration ? And do I encode the video right ?