Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

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

Autres articles (106)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7543)

  • flac++.pc.in : Make flac a private requires

    9 juillet 2016, par Erik de Castro Lopo
    flac++.pc.in : Make flac a private requires
    

    Patch pulled from Debian package.

    Description :
    Chain::Status::as_cstring uses FLAC__Metadata_ChainStatusString which
    is in libFLAC. Since the function is inline, every program calling
    this function must also link with -lflac, but this is missing in
    flac++.pc.

    Bug-Debian : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713645

    • [DH] src/libFLAC++/flac++.pc.in
  • VLC - standard output 'dst=-' stopped working

    2 juin 2020, par gdogg371

    Using VLC 3 I had the following command working perfectly a few months back :

    



    "G:\VLC\vlc" --ffmpeg-hw --avcodec-hw=any dshow:// :dshow-vdev="Video (00 Pro Capture HDMI 4K+)" :dshow-adev="Audio (2- 00 Pro Capture HDMI 4K+)" :dshow-threads=8 :dshow-aspect-ratio=16\:9 :dshow-size="3840x2160" :dshow-pixel_format=yuv444p16le :dshow-tune=film :dshow-preset=lossless :dshow-profile=main10 show-vcodec=hevc_nvenc :dshow-fps=50 :dshow-crf=0 :dshow-acodec=mp4a :dshow-stereo-mode=5 :dshow-force-surround-sound=0 :dshow-ab=128 :dshow-samplerate=44100 :no-dshow-config :live-caching=300 --sout "#transcode{venc=ffmpeg,vcodec=mp2v,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=6,samplerate=48000,soverlay}:standard{access=file,dst=-,mux=ts}"


    



    ...however dst=- suddenly seems to be causing a problem. I get the following error :

    



    -- logger module started --
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
file error: write error: Bad file descriptor
stream_out_standard error: no suitable sout access module for `file/ts://-'
main error: stream chain failed for `transcode{venc=ffmpeg,vcodec=mp2v,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=6,samplerate=48000,soverlay}:standard{access=file,dst=-,mux=ts}'
main error: cannot start stream output instance, aborting
file error: write error: Bad file descriptor
stream_out_standard error: no suitable sout access module for `file/ts://-'
main error: stream chain failed for `transcode{venc=ffmpeg,vcodec=mp2v,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=6,samplerate=48000,soverlay}:standard{access=file,dst=-,mux=ts}'
main error: cannot start stream output instance, aborting
-- logger module stopped --


    



    Previous behaviour observed was that VLC would open and start streaming. The purpose of this exercise is to pipe the VLC output into a PVR called NPVR.

    



    I have tried uninstalling VLC and downloading a fresh install, but I still have the same issue. Any ideas ?

    


  • avformat/rawvideodec : Rework packet size calculation

    21 novembre 2015, par Timothy Gu
    avformat/rawvideodec : Rework packet size calculation
    

    Calculate packet size only once, and propagate errors earlier in the chain.

    Also remove use of the deprecated av_image_get_buffer_size().

    • [DH] libavformat/rawvideodec.c