
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (60)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les sons
15 mai 2013, par -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (5129)
-
avfilter/af_biquads : add option for block based linear phase processing
8 mai 2022, par Paul B Mahol -
avcodec : Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecs
22 décembre 2016, par Michael Niedermayer -
How to use Intel QSV record screen based on ffmpeg
18 octobre 2020, par zondaI want to record my screen with ffmpeg.

I succeeded in the normal way.

ffmpeg -f gdigrab -framerate 30 -draw_mouse 1 -i desktop -c:v h264 -r 30 -preset ultrafast -tune zerolatency -pix_fmt yuv420p "record.mp4"



But I want use GPU record my screen now.

I'm trying to use Intel QSV on ffmpeg.

ffmpeg -f gdigrab -framerate 30 -draw_mouse 1 -i desktop -c:v h264_qsv -r 30 -tune zerolatency -pix_fmt yuv420p "record.mp4"



It does not work and show :

[h264_qsv @ 0000000000479080] Error initializing the encoder: invalid video parameters (-15)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height


I don't know what happened.


And I'm trying simple way.

ffmpeg -i test_input.mp4 -c:v h264_qsv -preset:v faster test_output.mp4

It does not work too.


My computer information :

acer notebook : TravelMate P243-MG

OS : windows 7 64bits

CPU : Intel i5-3210M

Graphics card : Nvidia GT-630M


Thanks in advance !