Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (111)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7749)

  • Standardizing many mp4 files into same resolution

    22 novembre 2018, par Cowfod

    I have a huge collection of Instagram videos in different resolutions and with different audio codecs.

    Some videos are 640x640, others are 640x800. You get the picture.

    When I try to concat the videos, the video and audio go out of sync in the final output and the in some places the audio is slowed down(?).

    This is my ffmpeg concat command :

    ffmpeg -i "$(cat /home/list.txt)" -c:v copy -c:a copy /home/output.mp4

    list.txt contains over 800 clips and is formatted correctly :

    file 'clip1.mp4'
    file 'clip2.mp4'
    file 'clip3.mp4'
    etc...

    I believe the issue is due to all the different resolutions and different codecs used, so how can I standardize my collection of clips in order to concat them into a working video file ?

  • Replace remaining occurances of av_free_packet with av_packet_unref

    27 octobre 2015, par Hendrik Leppkes
    Replace remaining occurances of av_free_packet with av_packet_unref
    
    • [DH] doc/examples/decoding_encoding.c
    • [DH] doc/examples/demuxing_decoding.c
    • [DH] doc/examples/extract_mvs.c
    • [DH] doc/examples/filtering_audio.c
    • [DH] doc/examples/filtering_video.c
    • [DH] doc/examples/remuxing.c
    • [DH] doc/examples/transcoding.c
    • [DH] ffmpeg.c
    • [DH] ffplay.c
    • [DH] ffserver.c
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/libopusenc.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/utils.c
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/openal-dec.c
    • [DH] libavfilter/lavfutils.c
    • [DH] libavfilter/src_movie.c
    • [DH] libavfilter/vf_mcdeint.c
    • [DH] libavfilter/vf_subtitles.c
    • [DH] libavformat/adp.c
    • [DH] libavformat/aiffenc.c
    • [DH] libavformat/ape.c
    • [DH] libavformat/apngenc.c
    • [DH] libavformat/asfdec_f.c
    • [DH] libavformat/avidec.c
    • [DH] libavformat/brstm.c
    • [DH] libavformat/concatdec.c
    • [DH] libavformat/electronicarts.c
    • [DH] libavformat/ffmdec.c
    • [DH] libavformat/flacdec.c
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/gif.c
    • [DH] libavformat/iff.c
    • [DH] libavformat/img2enc.c
    • [DH] libavformat/libmodplug.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/redspark.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/sdr2.c
    • [DH] libavformat/siff.c
    • [DH] libavformat/subtitles.c
    • [DH] libavformat/swfdec.c
    • [DH] libavformat/tee.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vivo.c
    • [DH] libavformat/webpenc.c
    • [DH] libavformat/wtvenc.c
    • [DH] tests/api/api-band-test.c
    • [DH] tests/api/api-flac-test.c
    • [DH] tests/api/api-h264-test.c
    • [DH] tests/api/api-seek-test.c
    • [DH] tools/seek_print.c
  • Send sprop-parameter-sets inband rather than in SDP

    21 janvier 2021, par Max

    I am trying to use ffmpeg to stream an MP4 file over rtp. I am sending the stream to a SFU server that will broadcast the stream to users. The clients are expecting to receive an h264 video stream with profile-level-id 42e01f. The issue I'm having is that the video received by the clients does not decode properly (just a black screen). If I transcode the video before sending, then everything works correctly. If I dump the SDP that describes what ffmpeg is sending, there is a distinct difference between the transcoded and non-transcoded version.

    


    For the non-transcoded version, my ffmpeg command looks like

    


    ffmpeg  '-re' \
  '-v' \
  'info' \
  '-protocol_whitelist' \
  'pipe,tls,file,http,https,tcp,rtp' \
  '-i' \
  '-f' 'mp4' \
  'https://storage.googleapis.com/my_bucket/file' \
  '-map' \
  '0:v:0' \
  '-c:v' \
  'copy' \
  '-f' \
  'rtp' \
  '-sdp_file' 'out.sdp' \
  'rtp://142.93.14.110:40425?rtcpport=45155'


    


    When I run this command, out.sdp contains the line

    


    a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z0LAH9kAUAW7AWoCAgKAAAH0gABdwAeMGSQ=,aMuMsg==; profile-level-id=42C01F


    


    However, if I change -c:v copy to -c:v libx264 -preset ultrafast, then the sdp line changes to a=fmtp:96 packetization-mode=1;. Given that there is no SDP exchange between ffmpeg and my SFU, I think the issue is that ffmpeg needs to be sending the sprops in-band rather than setting them in the sdp. Any help here would be amazing. The other possible issue is that the profile levels are sightly different.