Commit Graph

74 Commits (7f2dc535e4268d8c9ce80d86c67861bbf60056d6)

Author SHA1 Message Date
Varun Patil 7f2dc535e4 Add dockerfile 2023-03-17 10:41:09 -07:00
Varun Patil 9ea4f3ad2d Reduce lookBehind to 3 (fix #5) 2023-03-15 10:21:44 -07:00
Varun Patil 5a6d0f8d0c Revert "Update circle config"
This reverts commit dbc2e516ea.
2023-03-14 12:12:16 -07:00
Varun Patil dbc2e516ea Update circle config 2023-03-14 12:10:50 -07:00
Varun Patil 42c971ed64 Remove comment 2023-03-14 12:06:44 -07:00
Varun Patil bfbe46fa98
Merge pull request #7 from remz1337/master
Drop the hwaccel_output_format argument to fix issue #6
2023-03-14 11:52:56 -07:00
Rémi Bédard-Couture 6710930109 Drop the hwaccel_output_format argument to fix issue #6 2023-03-14 14:27:44 -04:00
Varun Patil 95cfe3fd57 Make NVENC more configurable 2023-03-09 13:02:57 -08:00
Varun Patil a38fed1983 vaapi: make lowpower configurable 2023-03-09 12:39:43 -08:00
Varun Patil f41680455c Switch to config file 2023-03-09 11:57:15 -08:00
Varun Patil 35b4b3a8b2 buildvcs=false 2023-02-24 00:35:24 -08:00
Varun Patil 563d14248c go 1.20 2023-02-24 00:29:50 -08:00
Varun Patil 3c2a405133 Return conflict when coder changed 2023-02-24 00:26:10 -08:00
Varun Patil d003a271bf Allow setting bind port 2023-01-31 19:45:09 -08:00
Varun Patil ab49efa89b Don't run ffmpeg for h264 full video 2022-12-03 07:24:24 -08:00
Varun Patil 34b96aa1aa Preserve query strings 2022-12-02 22:06:03 -08:00
Varun Patil 758812c699 Make sure max is at end 2022-12-01 13:05:19 -08:00
Varun Patil c57fb1ca56 Change mp4 to mov 2022-11-29 14:16:27 -08:00
Varun Patil a203bc8f26 Whitespace fixes 2022-11-29 13:55:00 -08:00
Varun Patil 64767d7a78
Merge pull request #3 from MB-Finski/patch-1
Add support for NVIDIA GPU accelerated transcoding
2022-11-29 13:52:08 -08:00
Varun Patil 1729a04527 Copy full video if h264 2022-11-29 13:12:35 -08:00
MB-Finski a7b7fa5360
Add "format" back into NVENC transcode profile 2022-11-29 23:03:35 +02:00
Varun Patil 2c92130c40 Support serving full video 2022-11-29 13:00:36 -08:00
MB-Finski 0dd14fabe2
Optimizations for NVENC transcode profile
Permormance and quality related optimizations for NVENC. Also contains a bugfix where transcoding with "max"-profile would fail due to a bug in the NVENC itself.
2022-11-29 20:33:26 +02:00
MB-Finski 9972fc23c6
Add support for NVIDIA GPU accelerated transcoding
Add a transcoding profile for ffmpeg suitable for using with NVENC.
2022-11-25 13:59:33 +02:00
Varun Patil 56767bc56d Add format to max stream 2022-11-22 09:58:41 -08:00
Varun Patil c90483f61a Remove -map 0 2022-11-22 01:57:29 -08:00
Varun Patil d0f1433f64 Increase timeout to 10s 2022-11-21 16:22:28 -08:00
Varun Patil 8f26483140 Add map 0 to ffmpeg 2022-11-21 16:22:16 -08:00
Varun Patil afdda3038b Fix 10bit decoding 2022-11-21 16:22:02 -08:00
Varun Patil 630178e6cb Reduce buffer goal 2022-11-21 02:23:35 -08:00
Varun Patil 88685d0d69 Reduce idle times 2022-11-21 02:22:38 -08:00
Varun Patil 513e9410ca Force only one audio track 2022-11-16 07:10:21 -08:00
Varun Patil 1469f9eb9d Read paths from env variables 2022-11-15 02:09:33 -08:00
Varun Patil 3bfdc85603 Add global_quality 2022-11-14 01:25:42 -08:00
Varun Patil 7f26d300e3 Adjust crf 2022-11-14 00:57:03 -08:00
Varun Patil e40f53c18b Fix keyframe alignment 2022-11-13 22:08:14 -08:00
Varun Patil e20888f244 revert copy encoding 2022-11-13 19:34:12 -08:00
Varun Patil 10a4e469ba Revert to maxrate for bitrate
https://github.com/pulsejet/memories/issues/190
2022-11-13 02:41:12 -08:00
Varun Patil 8fc89b853c More tuning 2022-11-12 10:51:31 -08:00
Varun Patil af6c0eb190 Use copy if we can 2022-11-12 09:50:16 -08:00
Varun Patil a42fcd6978 Remove stray print statement 2022-11-12 08:27:14 -08:00
Varun Patil bf2f137d89 Tune with framerate 2022-11-12 04:35:05 -08:00
Varun Patil 3408e48db9 More tuning 2022-11-12 03:05:30 -08:00
Varun Patil 2c4575171f stream: double header write 2022-11-12 02:41:42 -08:00
Varun Patil 22e6715b2a More tuning 2022-11-12 02:39:56 -08:00
Varun Patil 5b5a5afe78 Adjust bitrates 2022-11-12 02:09:09 -08:00
Varun Patil ae1c4ae682 Return timeout in waitForChunk 2022-11-11 18:18:16 -08:00
Varun Patil 7764a70471 Increase idle time 2022-11-10 21:49:46 -08:00
Varun Patil e993d738ee Add link to go-transcode 2022-11-10 21:31:47 -08:00