Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (77)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (9689)

  • Block YouTube from source page when trying to download a video with youtube-dl

    18 mars 2018, par user3108268

    E.g. example.com/1 has a video hosted, you run youtube-dl example.com/1 and it all works fine, the video gets downloaded.

    E.g. example.com/2 also has a video, but it also has a YouTube trailer. If you run youtube-dl example.com/2 the hosted video gets completely ignored and only YouTube trailer gets downloaded.

    From what I see in the log is that the wanted local video playlist gets downloaded first and then ignored by getting overwritten by embedded YouTube playlist download.

    You can’t even get the url with --get-url or get format with --list-formats. It always prints the googlevideos URL for the YouTube trailer and lists only the YouTube trailer formats.

    I did manage to pull out the local video URL via --dump-pages and decoding the base64 encoded source. But the problem is that the URL contains a unique token each time the page example.com/2 is called, so passing the unique one-time video URL like e.g. example.com/2/video.php ?token=asdf to youtube-dl won’t download the video.

    So I figured somehow I need to bypass the YouTube trailer source and playlist when calling youtube-dl example.com/2 and trying to download local video and not the YouTube trailer.

  • ffmpeg 1080p50 50fps unsupported on some samsung models, resulting in Error

    15 octobre 2019, par Sambir

    So I use FFMPEG for live transcoding using nvenc gpu acceleration. I recently did some minor improvements by upping the framerate to 1080p50 instead of 1080p25.

    I noticed that this caused "error" messages on some samsung models. I was wondering if it is due to my code, can we up the compatibility or are the tv’s just unable to playback 1080p50 which I think is really strange.

    This is the command I use :

    ffmpeg -hwaccel cuvid -vcodec h264_cuvid -vcodec h264_cuvid -i 'rtmp://127.0.0.1:8001/input/bla' -max_muxing_queue_size 1024 -map 0:v -map 0:a -vf yadif_cuda=1 -acodec libfdk_aac -b:a 128k -c:v h264_nvenc -preset llhq -vprofile high -level 4.2 -rc:v vbr -qmin:v 18 -qmax:v 42 -b:v 6M -maxrate 6M -bufsize 12M -threads 0 -r 50 -g 200 -f flv 'rtmp://127.0.0.1:8001/input/test'

    Like 80% of the models, samsung/lg/sony are able to play it but some small amount of samsung tv’s give stream error. I have a feeling it is just the high framerate where the tv/app is unable to play it back resulting in "streaming error". Because on even older lg models the stream plays back just perfectly. It does not seem to be a format or something...

  • Anomalie #2109 : Utiliser bcrypt au lieu de SHA256 pour les mots de passe

    30 mai 2011, par cam.lafit -

    Un autre lien que tu as raté dans les fil twitter : https://github.com/SaltwaterC/PasswordHash2