Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (40)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (4578)

  • ffmpeg cut off first 10 seconds of video then add intro 15 seconds in

    30 juillet 2020, par Peterwall

    New to FFmpeg but this should be possible. Basically what I want is to have a script that is able to in bulk cut out the first 10 seconds of every video then add my intro.mp4 15 seconds into the video. The same intro.mp4 file should also be added at the end of the video.

    


    At the moment I'm using the code below that I found somewhere... It's a good foundation but I need to add the intro.mp4 15 seconds into the video and I need to cut off the first 10 seconds of the video. Oh, and I'd also like to add a watermark (overlay.png) in the corner of the video. (Something like this : -i "%%a" -i overlay.png -filter_complex "overlay = 20:20").

    


    I'd really appreciate any help as I'm very new to FFmpeg ! :-)

    


    SET RESOLUTION="1280:720"
SET INPUT_FOLDER="input"
SET INTRO="intro.mp4"
SET OUTPUT_FOLDER="output"

for %%a in ("%INPUT_FOLDER%\*.*") do ffmpeg -i %INTRO% -i "%%a" -filter_complex "[0:v]scale=%RESOLUTION%:force_original_aspect_ratio=1,p ad=%RESOLUTION%ow-iw)/2oh-ih)/2[v0]; [1:v]scale=%RESOLUTION%:force_original_aspect_ratio=1,p ad=%RESOLUTION%ow-iw)/2oh-ih)/2[v1]; [v0][0:a][v1][1:a]concat=n=2:v=1:a=1[v][a]" -map [v] -map [a] "%OUTPUT_FOLDER%\%%~na.mp4"


    


  • Copying, Trimming and adding intro/outro to many videos at once

    12 avril 2020, par necakaranfil

    Is there a way to :

    



      

    1. Make n copies of a single video in a folder (not manually) ;
    2. 


    3. Trim the beginning and the ending part of each randomly by a range of minutes:seconds:miliseconds ;
    4. 


    5. Add a watermark of a certain duration at a minute:second ;
    6. 


    7. Append an intro and an outro video to each ;
    8. 


    9. Edit metadata of each using spyntax ;
    10. 


    11. Rename each video using spyntax ;
    12. 


    



    I've been doing this manually for awhile, and i'm sure there may be a better way. Any of the following would be very helpful, if all are not possible.

    



    Thank you for your time :)

    


  • ffmpeg mass add intro to mp4 videos

    2 février 2016, par F3rnand

    I found this script from forums, and a user suggests to use this code to mass add my mp4 files with intro.

    for %a in ("*.mp4") do mencoder -ovc copy -oac copy c:\intro.mp4 "%a" -o "c:\temp\%%a"

    When i use this code on ff Prompt in my Windows Pc. It won’t do anything. I added my data to the location above.

    Can anybody explain or suggest how to fix this ?
    I also want to know how to mass add outro to all my mp4 files.

    Thanks

    As Requested by mulvya, this is same for all videos as it is generated from same software

    c:\ffmpeg>ffprobe intro.mp4
    ffprobe version N-78197-g5893e87 Copyright (c) 2007-2016 the FFmpeg developers
     built with gcc 5.2.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
     libavutil      55. 16.101 / 55. 16.101
     libavcodec     57. 22.102 / 57. 22.102
     libavformat    57. 23.101 / 57. 23.101
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 27.100 /  6. 27.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'intro.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf55.30.100
     Duration: 00:00:03.00, start: 0.000000, bitrate: 216 kb/s
       Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 212 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc (default)
       Metadata:
         handler_name    : VideoHandler

    I tried the codes suggested by VC.One

    ffmpeg -i c:\intro.mp4 -i c:\mecabo2.mp4 -i c:\outro.mp4 -filter_complex concat=n=3:v=1:a=1 -f MP4 -y output.mp4
    for %a in ("*.mp4") do ffmpeg -i c:\intro.mp4 -i "%a" -i c:\outro.mp4 -filter_complex concat=n=3:v=1:a=1 -f MP4 -y "c:\output\%%a"

    but it returns same error

    Cannot find a matching stream for unlabeled input pad 3 on filter Parsed_concat_0