Recherche avancée

Médias (91)

Autres articles (79)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (17205)

  • I cant give names to subtitle tracks with ffmpeg

    11 mai 2023, par Keles

    Im using this command to add 2 audio tracks (mixed with original audio) and 2 subtitles tracks to the original video :

    


    


    ffmpeg -i input_video.mp4 -i audio_track_1.wav -i audio_track_2.wav -i
srt_file_es.srt -i srt_file_en.srt -filter_complex
"[0:a][1:a]amerge=inputs=2[a1] ;[0:a][2:a]amerge=inputs=2[a2]" -map 0:v
-map "[a1]" -metadata:s:a:0 language=spa -metadata:s:a:0 title="Spanish" -map "[a2]" -metadata:s:a:1 language=eng
-metadata:s:a:1 title="English" -c:v copy -c:a aac -ac 2 -b:a 96k -c:s mov_text -metadata:s:s:0 language=spa -metadata:s:s:0 title="Spanish"
-metadata:s:s:1 language=eng -metadata:s:s:1 title="English" output_video.mp4

    


    


    Everything works fine but the subtitles names are "Track 1" and "Track 2". The following part is not working :

    


    


    metadata:s:s:0 title=

    


    


  • h264 : straighten dimensions check ff_h264_decode_seq_parameter_set

    27 juin 2016, par Benoit Fouet
    h264 : straighten dimensions check ff_h264_decode_seq_parameter_set
    

    The MBS only flag was not taken into account when checking macroblock dimensions.
    Also removes the unneeded check in init_dimensions for slices.

    • [DH] libavcodec/h264_ps.c
    • [DH] libavcodec/h264_slice.c
  • ffmpeg convert 2tb of video from dropbox on EC2 instance

    30 juillet 2021, par Misha

    My dropbox account is full and I need to convert from uncompressed video to mpeg-4 format. I´ve used ffmpeg for this earlier and the compression works quite fine and provides an impressive file reduction allowing for reasonable quality. All my video files are stored in my dropbox account in multiple folders each having 5-20 uncompressed files of approx 1-2 Gb each that I stich together and generate a final file (1-10hrs long) for each folder. Previously I´ve downloaded each folder to my local harddrive and done the conversion locally, but it takes a long time. I can set up my EC2 instance for dropbox integration, but the question is :

    


      

    • How can I just transfer one folder at a time from dropbox to my ec2 instance and can I transfer the resulting compressed file back to a
another dropbox folder containing just the compressed files while
also deleting the uncompressed folder ?

      


    • 


    • Any suggestions for a suitable instance that provides sufficient disk, memory and CPU resources for this ?

      


    •