
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (31)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (4313)
-
how to reduce bitrate in hevc_vaapi and maintain good video quality in ffmpeg live streaming
6 janvier 2017, par cold1746i tried the following code but i didint workout
$ ffmpeg -vaapi_device /dev/dri/renderD128 -i input -vf
'format=nv12,hwupload,scale_vaapi=720:576' -preset slow -c:v hevc_vaapi -b:v 600k -maxrate 600k -bufsize 300k
-codec:a aac -b:a 96k -f mpegts -bf 0and
vainfo
islibva info : VA-API version 0.39.0 libva info : va_getDriverName()
returns 0 libva info : Trying to open
/usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info : Found init
function __vaDriverInit_0_39 libva info : va_openDriver() returns 0
vainfo : VA-API version : 0.39 (libva 1.7.0) vainfo : Driver version :
Intel i965 driver for Intel(R) Skylake - 1.7.0 vainfo : Supported
profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline : VAEntrypointVLD
VAProfileH264ConstrainedBaseline : VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264MultiviewHigh : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSliceand
mediainfo
isGeneral Complete name : c.avi Format
: AVI Format/Info : Audio Video
Interleave Format profile : OpenDML File
size : 1.17 GiB Duration
: 1mn 0s Overall bit rate : 168 Mbps Writing
application : Lavf56.40.101Video ID : 0 Format
: ProRes Format version : Version 0 Format
profile : High Codec ID
: apch Duration : 1mn 0s Bit rate
: 166 Mbps Width : 1 920 pixels
Height : 1 080 pixels Display aspect
ratio : 16:9 Frame rate
: 24.000 fps Color space : YUV Chroma
subsampling : 4:2:2 Scan type
: Progressive Bits/(Pixel*Frame) : 3.343 Stream
size : 1.16 GiB (99%) Writing library
: abm0 Matrix coefficients : BT.709Audio ID : 1 Format
: PCM Format settings, Endianness : Little Format
settings, Sign : Signed Codec ID
: 1 Duration : 1mn 0s Bit rate mode
: Constant Bit rate : 1 536 Kbps
Channel(s) : 2 channels Sampling rate
: 48.0 KHz Bit depth : 16 bits Stream
size : 11.0 MiB (1%) Alignment
: Aligned on interleaves Interleave, duration : 21
ms (0.50 video frame)im getting less file size and good quality for hevc encoding
-
vulkan : always enable ReadWithoutFormat/WriteWithoutFormat
18 avril, par Lynnevulkan : always enable ReadWithoutFormat/WriteWithoutFormat
This implements support for reading and writing storage images with
no format.
The issue is that we define our images as arrays, and arrays can
only have a single type, which means that f.ex. NV12 needs two
different images, R8 and RG8.The only driver known not to advertise support for the extension
as a whole is Intel, because they have parial support for odd formats
we never use. Therefore, just always enable it by default. -
When I compress ass subtitles into 1080p video, the gpu usage will get lower and lower
5 avril 2023, par RainfallcWhen I use it to suppress ass subtitles (subtitles that float from right to left on Chinese live broadcast websites) into a 1080p video with a duration of one hour and thirty minutes, the gpu utilization rate is getting lower and lower, ffmpeg prompts fps numbers will get lower and lower (from 68 all the way to 16) and speed will drop from 2+ to 0.3+
My GPU is NVIDIA GEFORCE 1660 SUPER, CPU is intel i5-10400
This is the command I use

ffmpeg -hwaccel cuda -c:v h264_cuvid -i 智勋勋勋勋-2023年04月03日23点30分.ts -vf scale_npp=1920:1080 -vf subtitles=智勋勋勋勋-2023年04月03日23点30分.ass -b:v 5000k -hide_banner -y -preset hq -vcodec h264_nvenc -c:a aac -b:a 320k 1234.mp4


I've tried adding scale_npp, overclocking the graphics card, updating the graphics card driver, updating ffmpeg, but to no avail