Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (17)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (5355)

  • avcodec/tta : Limit decoder to 16 channels

    28 juin 2019, par Michael Niedermayer
    avcodec/tta : Limit decoder to 16 channels
    

    libtta 2.3 has a limit of 6 channels, so 16 is substantially above the "official" already

    Fixes : OOM
    Fixes : 15249/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TTA_fuzzer-5643988125614080

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tta.c
  • ffmpeg use shell script to make video from multiple images and one audio with specific timestamps for each image [closed]

    3 juin 2024, par Trojosh

    I have an audio file and I have 15 images. I would like to make a video from these 15 still images. Each image may appear for different number of seconds.&#xA;E.g. Image 1,2,3 will take 3 seconds each but image 4 may take 40 seconds because it is more complex.

    &#xA;

    How can I use a shell script that uses ffmpeg to specify timestamp for each image and add audio to the same.

    &#xA;

    Also note that the sum of timestamps of all images = running time of the audio.

    &#xA;

    I looked at this question and image2 filter option from the official documentation but no luck in producing such a video

    &#xA;

  • Making colour of MP4 video consistent in Chrome

    21 septembre 2021, par OneWorld

    I see a difference in the colour of a video between different machines using different browsers. I was wondering what the cause of the difference is ?

    &#xA;

    I use FFMPEG to create the video. I sent the video to three different people with slightly different machines, and slightly different Chrome versions, to try and see where the differences are.

    &#xA;

    The FFMPEG output from the video is as follows :-

    &#xA;

    ffmpeg version 3.2.2-static http://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2016 the FFmpeg developers&#xA;  built with gcc 5.4.1 (Debian 5.4.1-4) 20161202&#xA;  configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg&#xA;  libavutil      55. 34.100 / 55. 34.100&#xA;  libavcodec     57. 64.101 / 57. 64.101&#xA;  libavformat    57. 56.100 / 57. 56.100&#xA;  libavdevice    57.  1.100 / 57.  1.100&#xA;  libavfilter     6. 65.100 /  6. 65.100&#xA;  libswscale      4.  2.100 /  4.  2.100&#xA;  libswresample   2.  3.100 /  2.  3.100&#xA;  libpostproc    54.  1.100 / 54.  1.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;red_and_yellow_uat.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf57.56.100&#xA;  Duration: 00:00:03.00, start: 0.000000, bitrate: 84 kb/s&#xA;    Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, unknown/bt709/bt709), 1080x1080, 81 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;

    &#xA;

    From the same UAT rendered Video, with screenshots taken in Chrome from person 1, person 2, person 3, and person 4, and using GIMP colour picker on my machine from the screenshots, the results for red, and yellow are as follows.

    &#xA;

    Person 1:- #A83833  and  #FFCB2E  Chrome Version 92.0.4515.131 (Official Build) (64-bit)&#xA;Person 2:- #AB3334  and  #FFCA38  Chrome Version 92.0.4515.107&#xA;

    &#xA;

    (Note : these colours Match / are very close to the original).

    &#xA;

    Both these machines above are 64 bit Ubuntu machines, using Ubuntu 18.04.5 LTS&#xA;We both use the gnome screenshot tool in Ubuntu to take the screenshot, which creates an 8bit PNG.

    &#xA;

    Person 3:-    #B14039  and  #FED303  Chrome Version 93.0.4577.63 (Official Build) (x86_64)&#xA;Person 4:-    #B2403A  and  #FFD201  Chrome Version 92.0.4515.159 (Official Build) (x86_64)&#xA;

    &#xA;

    Mac screenshots are taken using cmd shift 4, and generate an 8bit PNG file.

    &#xA;

    Person 3 Machine Spec :-&#xA;Machine :- Macbook Pro (2019)&#xA;OS : macOS Big Sur Version 11.5.2&#xA;Processor :- 2.6Ghz Intel Core i7 processor. 32bit architecture (typing arch in her tty terminal returns i386).&#xA;Graphics :- Intel UHD Graphics 630 1536

    &#xA;

    Person 4 Machine Spec :-&#xA;Machine :- Macbook Pro (Retina, 2015)&#xA;OS :- MacOS Mojave, Version 10.14.6&#xA;Processor :- 2.5GHz, Intel Core i7&#xA;Graphics :- AMD Radeon R9, M370X 2 GB Intel Iris Pro 1536 MB

    &#xA;

    Person 1 screenshot

    &#xA;

    enter image description here

    &#xA;

    Person 2 screenshot

    &#xA;

    enter image description here

    &#xA;

    Person 3 screenshot

    &#xA;

    enter image description here

    &#xA;

    Person 4 screenshot

    &#xA;

    enter image description here

    &#xA;

    Any suggestions anyone has to make these colours consistent would be much appreciated. Would love to know why it happens also ? If anyone can explain ?

    &#xA;