From: Good Guy Date: Wed, 25 May 2022 23:28:28 +0000 (-0600) Subject: expand vaapi render formats and add shortcut X-Git-Tag: 2022-05~1 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=7f424c50584e96c710a817c43767d285abdec521 expand vaapi render formats and add shortcut --- diff --git a/cinelerra-5.1/doc/shortcuts.html b/cinelerra-5.1/doc/shortcuts.html index d2cab0ff..adff7925 100644 --- a/cinelerra-5.1/doc/shortcuts.html +++ b/cinelerra-5.1/doc/shortcuts.html @@ -1674,6 +1674,12 @@ 'Ctrl' Proxy quick switch + +
+ '!'
+ 'Ctrl' + Assigns the timecode of the asset to the timebar +
F1 diff --git a/cinelerra-5.1/ffmpeg/video/h264_vaapi.mkv b/cinelerra-5.1/ffmpeg/video/h264_vaapi.mkv new file mode 100644 index 00000000..8a22ef3f --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/h264_vaapi.mkv @@ -0,0 +1,4 @@ +matroska h264_vaapi +# Only works when there is vaapi capable hardware and software +cin_hw_dev=vaapi +profile=high diff --git a/cinelerra-5.1/ffmpeg/video/h264_vaapi.qt b/cinelerra-5.1/ffmpeg/video/h264_vaapi.qt new file mode 100644 index 00000000..48ff1e87 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/h264_vaapi.qt @@ -0,0 +1,3 @@ +mov h264_vaapi +cin_hw_dev=vaapi +profile=high