Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (57)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (8384)

  • Error when concatenating video files from different sub directories using ffmpeg in win10 command prompt ? [closed]

    30 avril 2024, par Roasty247

    I have thousands of videos that are written by a device (RP116) in structured subfolders :

    


    device > date > hour > minute.mp4

    


    Every folder has up to 60 minute-long videos.

    


    I would like to combine them into a single .mp4 file with ffmpeg in windows command prompt.

    


    I can do this within a single folder with the following :

    


    C:\Users\mjroa\Desktop\RP116\20220513\20>(for %i in (*.mp4) do @echo file '%i') > mylist.txt

    


    ffmpeg -acodec aac -hide_banner -f concat -i mylist.txt -c copy test.video.concat.mp4

    


    The text file is in the format :

    


    file '00.mp4'
file '01.mp4'
file '02.mp4'
file '03.mp4'
file '04.mp4'


    


    This then works fine to concatenate files within a single directory :

    


    To concatenate videos across all the subdirectories I've tried using :

    


    (FOR /F "delims=" %A IN ('DIR *.mp4 /B /S') DO @ECHO file '%A') > mylist.txt

    


    ffmpeg -acodec aac -hide_banner -f concat -i mylist.txt -c copy test.video.concat.mp4

    


    The text file is in the format

    


    file 'C:\Users\mjroa\Desktop\RP116\20220513\20\00.mp4'
file 'C:\Users\mjroa\Desktop\RP116\20220513\20\01.mp4'
file 'C:\Users\mjroa\Desktop\RP116\20220513\20\02.mp4'
file 'C:\Users\mjroa\Desktop\RP116\20220513\20\03.mp4'
file 'C:\Users\mjroa\Desktop\RP116\20220513\20\04.mp4'


    


    This solution apparently works on another stackoverflow question here.

    


    I can't get this to work for me though, and I keep getting the following error :

    


    [concat @ 00000205c6ccdb40] Unsafe file name 'C:\Users\mjroa\Desktop\RP116\20220513\20\00.mp4'
[in#0 @ 00000205c6ccd980] Error opening input: Operation not permitted
Error opening input file mylist.txt.
Error opening input files: Operation not permitted


    


    Does anyone have any ideas why this is an issue or a solution ? I have no idea what an unsafe file name is referring to !

    


    Thanks

    


  • mov : Do not compute negative SAR values

    22 janvier 2015, par Vittorio Giovara
    mov : Do not compute negative SAR values
    

    This partially reverts cf70ba37ba74089a18295b29e77dead0a3222c9e, since
    it didn’t take into account when rotation is 0, but there is another
    valid operation (eg. translation) in the matrix.

    Found-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • Evolution #3648 (Fermé) : publication interdite dans une rubrique : message plus pertinent

    9 février 2021, par cedric -

    hmmm bon j’ai corrigé ce bug il y a peu avec les id_rubriques interdits (on avait le même bug si on oubliait de renseigner une rubrique dans certains cas).
    Mais donc si admin restreint déplace un article publié vers une rubrique dont il n’est pas admin, l’article repasse en proposé automatiquement (et l’admin restreint perds la main dessus)

    Bref on a plus l’erreur et je pense qu’on a retrouvé le comportement historique.

    Je ferme en taggant 3.3 mais si tu as plus de détail sur l’opération qui provoquait ça je suis preneur