Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (83)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ) (...)

Sur d’autres sites (6185)

  • How can I copy metadata from source original video file to compressed video file like AV1 without reencode ?

    16 août 2021, par MartinHero13

    I am just trying to copy metadata from original video file (1.24 GB) into AV1 video file (80 MB).
It did not encoded AV1 for FFmpeg, just I encoded to AV1 using by NotEnoughAV1Encoders.
So, any solutions for copy metadata from original to AV1 video file without reencode ?

    


  • How to concatenate mp4 file and an avi file in python ?

    9 avril 2020, par programmer pro

    I am trying to concat a mp4 audio file and an avi audio file in python. I am currently using pydub to do this. I am running this code :-

    



    My file name is combine.py and my python version is 3.7.6

    



    from pydub import AudioSegment

part1 = AudioSegment.from_file('part1.mp4', format='mp4')
part2 = AudioSegment.from_file('part2.avi', format='avi')

combine = part1 + part2

combine.export('combine.mp4', format='mp4')




    



    But, i am getting this error :-

    



    Traceback (most recent call last):&#xA;  File ".\combine.py", line 4, in <module>&#xA;    part2 = AudioSegment.from_file(&#x27;part2.avi&#x27;, format=&#x27;avi&#x27;)&#xA;  File "C:\Users\User\AppData\Local\Programs\Python\Python37\lib\site-packages\pydub\audio_segment.py", line 665, in fro&#xA;m_file&#xA;    info = mediainfo_json(orig_file)&#xA;  File "C:\Users\User\AppData\Local\Programs\Python\Python37\lib\site-packages\pydub\utils.py", line 288, in mediainfo_j&#xA;son&#xA;    for token in extra_info[stream[&#x27;index&#x27;]]:&#xA;KeyError: 1&#xA;</module>

    &#xA;&#xA;

    I am not understanding why i am getting this error. &#xA;Please help me.

    &#xA;

  • FFmpeg file not found exception, No such file or directory

    16 avril 2020, par Sagar

    I am getting the No such file or directory exception on video trimming.

    &#xA;&#xA;

    video path : /storage/emulated/0/Pictures/Instagram/Fast &amp; Furious 7 - Get Low Extended Version Video.mp4

    &#xA;&#xA;

    file name : Fast &amp; Furious 7 - Get Low Extended Version Video.mp4

    &#xA;&#xA;

    and ffmpeg searching for only Fast in/storage/emulated/0/Pictures/Instagram/Fast: No such file or directory&#xA;

    &#xA;&#xA;

    I have found the issue, it is causing due to the file name having spaces in between them you can check in the above mentioned path and in exception.

    &#xA;&#xA;

    after changing the file name its working but the changing name of every file from the device it's not the right way so how can I solve this exception

    &#xA;&#xA;

    FAILED with output : WARNING: linker: /data/user/0/com.example.SeekBarActivity/files/ffmpeg &#xA;has text relocations. This is wasting memory and prevents security hardening.&#xA;Please fix. FFmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers&#xA;&#xA;built on Oct  7 2014 15:08:46 with gcc 4.8 (GCC)&#xA;configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-&#xA;android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --&#xA;cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-&#xA;Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 &#xA;--enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig &#xA;--enable-pthreads --disable-debug --disable-ffserver --enable-version3 --&#xA;enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --&#xA;enable-yasm --disable-doc --disable-shared --enable-static --pkg-&#xA;config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --&#xA;prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-&#xA;cflags=&#x27;-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -&#xA;U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-&#xA;all -mfpu=neon&#x27; --extra-ldflags=&#x27;-L/home/sb/Source-Code/ffmpeg-&#xA; android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie&#x27; --extra-libs=&#x27;-&#xA; lpng -lexpat -lm&#x27; --extra-cxxflags=&#xA;  libavutil      54.  7.100 / 54.  7.100&#xA;  libavcodec     56.  1.100 / 56.  1.100&#xA;  libavformat    56.  4.101 / 56.  4.101&#xA;  libavdevice    56.  0.100 / 56.  0.100&#xA;  libavfilter     5.  1.100 /  5.  1.100&#xA;  libswscale      3.  0.100 /  3.  0.100&#xA;  libswresample   1.  1.100 /  1.  1.100&#xA;  libpostproc    53.  0.100 / 53.  0.100&#xA;  /storage/emulated/0/Pictures/Instagram/Fast: No such file or directory&#xA;

    &#xA;