Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (60)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (8551)

  • Révision 21338 : Report de c21337 : Ne pas confondre le Kazakh (kk - http://fr.wikipedia.org/wiki...

    5 mai 2014, par kent1 -
  • ffmpeg cut and stitch video

    5 janvier 2023, par user726720

    I have a scenario where i need to cut and stitch parts of the video together using ffmpeg, but this video has multiple audio channels (8 audio channels). The below is working for me but only gives me one audio channel as output

    


    ffmpeg -i c:\process\abc.mxf -filter_complex \
"[0:v]trim=600:2663,setpts=PTS-STARTPTS,format=yuv420p[0v]; \
[0:a]atrim=600:2663,asetpts=PTS-STARTPTS[0a]; \
[0:v]trim=2886:3286,setpts=PTS-STARTPTS,format=yuv420p[1v]; \
[0:a]atrim=2886:3286,asetpts=PTS-STARTPTS[1a]; \
[0v][0a][1v][1a]concat=n=2:v=1:a=1[outv][outa]" -map [outv] -map [outa] out.mxf


    


    How can i get all the 8 audio channels in the output. I have tried the below, as an attempt to get two audio channels, but does work

    


    ffmpeg -i c:\process\abc.mxf -filter_complex \
"[0:v]trim=600:2663,setpts=PTS-STARTPTS,format=yuv420p[0v]; \
[0:a]atrim=600:2663,asetpts=PTS-STARTPTS[0a]; \
[0:b]atrim=600:2663,asetpts=PTS-STARTPTS[2a]; \
[0:v]trim=2886:3286,setpts=PTS-STARTPTS,format=yuv420p[1v]; \ 
[0:a]atrim=2886:3286,asetpts=PTS-STARTPTS[1a];
[0:b]atrim=600:2663,asetpts=PTS-STARTPTS[3a];  \
[0v][0a][2a][1v][1a][3a]concat=n=6:v=1:a=2[outv][outa]" -map [outv] -map [outa] out.mxf


    


    Any hint will be much appreciated.

    


    ANOTHER ATTEMPT

    


    ffmpeg -i c:\process\3010010155-TCRHD.mxf -filter_complex " \
[0:v]trim=600:2663,setpts=PTS-STARTPTS,format=yuv420p[0v]; \
[0:a:0]atrim=600:2663,asetpts=PTS-STARTPTS[0a]; \ 
[0:a:1]atrim=600:2663,asetpts=PTS-STARTPTS[2a]; \
[0:v]trim=2886:3286,setpts=PTS-STARTPTS,format=yuv420p[1v]; \
[0:a:0]atrim=2886:3286,asetpts=PTS-STARTPTS[1a]; \
[0:a:1]atrim=600:2663,asetpts=PTS-STARTPTS[3a]; \
[0v][0a][2a][1v][1a][3a]concat=n=6:v=1:a=2[outv][outa]" -map [outv] -map [outa] out.mxf


    


    This gives me an error Cannot find a matching stream for unlabeled input pad 6 on filter Parsed_concat_14

    


  • doc/filters : re-arrange options for testsrc family

    11 décembre 2017, par Lou Logan
    doc/filters : re-arrange options for testsrc family
    

    Additionally :
    * Mention that allrgb and allyuv do not support the "size" option.
    * Separate examples into subsection.

    Fixes ticket #6906.

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/filters.texi