Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (80)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

Sur d’autres sites (8772)

  • Beautify multiple ffmpeg commands

    14 février 2018, par Vitalis Hommel

    I am cutting video and put music to this video that contains of two concatenated audio files that are being overlayed by the original audio and cut to fit the length, while having a smooth fade in.

    It works, but it is clumsy. Is there a shorter version and if yes, is this shorter version quicker ?

    ffmpeg -y -i concat:"audio1.mp3|audio2.mp3" -acodec copy "audio1 + audio2.mp3"
    ffmpeg -y -ss 00:01:07.798 -t 00:00:04.000 -i "input.mp4" -af "afade=t=in:ss=0:d=1,afade=t=out:st='00\:00\:02.309':d=1" -c:v libx264 1.mp4
    ffmpeg -y -i 1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts 1f.ts
    ....
    ffmpeg -y -i "concat:1f.ts|2f.ts..." -bsf:a aac_adtstoasc -movflags faststart -c copy "target.mp4"
    ffmpeg -y -i "target.mp4" "Original.mp3"
    ffmpeg -y -i "target.mp4" -an -c:v copy "temp.mp4"
    ffmpeg -y -ss 00:01:54.321 -t 00:02:00.000 -i "audio1 + audio2.mp3" -c:v copy -af "afade=t=in:ss=0:d=4" "Musik.mp3"
    ffmpeg -i Original.mp3 -i Musik.mp3 -vn -filter_complex "[0:a]volume = 0.9:precision =fixed[a0];[1:a] volume=0.1:precision=fixed[a1];[a0] [a1] amix=inputs=2:duration=first:dropout_transition=3[a]" -map "[a]" vor.mp3
    ffmpeg -y -i "temp.mp4" -i "vor.mp3" -c copy "target.mp4"
  • Ffmpeg sbs 3d mkv to 3d baked into 2d video

    27 octobre 2020, par goodkid38

    I have a couple of 3d blu-ray rips I'd like to stream to a tv that is not 3d compatible. I have a samsung smart tv with an app that I made to stream the video locally. I'm using ffmpeg on my backend to transcode video. I'm curoius to see if ffmpeg can take a 3d sbs mkv and bake the 3d elements into a 2d image. That way the stream is still 3d even on non-compatible devices.

    


  • Anomalie #3994 : Liens dans l’aide

    25 septembre 2018, par Ben .

    D’abord un nettoyage sql :

    mysql> UPDATE spip_articles SET texte = replace(texte, ’’,’’) WHERE id_secteur=324 ;
    Query OK, 51 rows affected (0.06 sec)
    

    mysql> UPDATE spip_articles SET texte = replace(texte, ’HREF’,’href’) WHERE id_secteur=324 ;
    Query OK, 111 rows affected (0.05 sec)

    mysql> UPDATE spip_articles SET texte = replace(texte, ’

    UPDATE spip_articles SET texte = replace(texte, ’ TARGET’,’ target’) WHERE id_secteur=324 ;
    Query OK, 103 rows affected (0.06 sec)

    mysql> UPDATE spip_articles SET texte = replace(texte, ’TARGET’,’target’) WHERE id_secteur=324 ;
    Query OK, 34 rows affected (0.02 sec)

    Et ensuite on est repassé avec erationnal sur les articles en français car il restait des

     pre> qu’on a viré manuellement car difficilement repérable en mysql