Credit Rob / Credit Andrew - new render format / bsd need
authorGood Guy <good1.2guy@gmail.com>
Wed, 11 Jan 2023 17:25:26 +0000 (10:25 -0700)
committerGood Guy <good1.2guy@gmail.com>
Wed, 11 Jan 2023 17:25:26 +0000 (10:25 -0700)
cinelerra-5.1/ffmpeg/video/h264_nvenc.qt [new file with mode: 0644]
cinelerra-5.1/libbthread-master/Makefile

diff --git a/cinelerra-5.1/ffmpeg/video/h264_nvenc.qt b/cinelerra-5.1/ffmpeg/video/h264_nvenc.qt
new file mode 100644 (file)
index 0000000..8044368
--- /dev/null
@@ -0,0 +1,4 @@
+mov h264_nvenc
+# encode for nvidia graphics hw only
+preset medium
+profile main
index f6480a60a6c19479f13de3fc5b2d7ce3f09d1472..af3276b58e2f70e8a2fc997bb78d50504c227861 100644 (file)
@@ -4,7 +4,7 @@ all:
 #
 #      mv pt-test.c pt-test
 #      cat `ls *.c` > just-pt.c
-       g++ -c -o jpt.o just-pt.cc -I.
+       $(CXX) -c -o jpt.o just-pt.cc -I.
        ar crs jpt.a jpt.o
 clean:
        rm -f *.a *.o