bin
b8155cdff7
obs-ffmpeg: Set audio stream title for FFmpeg record output
2024-01-26 22:28:36 -05:00
Juliusz Chroboczek
762e0502f2
obs-webrtc: Improve error messages on HTTP failure
2024-01-25 22:09:55 -08:00
Ryan Foster
4decb111ba
obs-websocket: Update version to 5.4.0
...
See b61a5c243137681a206bca2cef0f92e20598353a for changelog.
2024-01-25 16:23:51 -05:00
Hong Hak-Gyu
a1f853af55
Add PandaTV live RTMP service ( #10117 )
2024-01-25 14:35:50 -06:00
Ryan Foster
fbf6c8d243
obs-browser: Update version to 2.23.3
...
7fa3822 - REALLY don't allow browser docks to arbitrarily close OBS
2024-01-24 16:51:29 -05:00
Ryan Foster
2874b8f1cc
obs-qsv11: Use 2 tile columns in QSV AV1 for 4K+
...
When resolution is 4K or higher, use 2 tile columns for QSV AV1.
2024-01-23 17:31:31 -05:00
Ryan Foster
c25f0592ae
obs-ffmpeg: Use 2 tile columns in NVENC AV1 for 4K+
...
When resolution is 4K or higher, use 2 tile columns for NVENC AV1.
2024-01-23 17:31:31 -05:00
David Rosca
5d0323ea0a
obs-ffmpeg: Set better VA-API defaults
...
Use High profile for H264 and auto level with all codecs.
Remove setting default value for unused "rendermode" option.
2024-01-23 15:19:44 -05:00
David Rosca
2dbd47441f
obs-ffmpeg: Add AV1 support for VA-API
2024-01-23 15:19:44 -05:00
Albert
358ec7bf53
rtmp-services: Remove StreamVi ( #10130 )
2024-01-23 13:07:42 -06:00
Ryan Foster
4fbbae59e3
CI: Update deps to 2024-01-18 release
...
To avoid a compiler error, this commit also bumps the configured NVENC
version to match the updated version in the deps package.
Notable changes:
* deps.ffmpeg: Update zlib to 1.3
* deps.ffmpeg: Update SVT-AV1 to 1.8.0
* deps.ffmpeg: Update aom to 3.8.0
* deps.ffmpeg: Update libsrt to 1.5.3
* deps.ffmpeg: Update nv-codec-headers to 12.1.14.0
* deps.ffmpeg: Update AMF to 1.4.32
* deps.ffmpeg: Update FFmpeg to 6.1
* deps.macos: Update LuaJIT to 2.1 c525bcb902
* deps.macos: Update FreeType to 2.13.2
* deps.macos: Update Asio to 1.29.0
* deps.macos: Update nlohmann JSON to 3.11.3
* deps.macos: Update Sparkle to 2.5.2
* deps.macos: Update Syphon Framework to 5.0 39e31383ff
* deps.windows: Update FreeType to 2.13.2
* deps.windows: Update curl to 8.5.0
* deps.windows: Update LuaJIT to 2.1 c525bcb902
* deps.windows: Update Asio to 1.29.0
* deps.windows: Update nlohmann JSON to 3.11.3
* deps.windows: Update VPL to v2.10.1
* deps.qt: Update Qt6 to 6.6.1 for Windows
* deps.qt: Update Qt6 to 6.6.1 for macOS
2024-01-22 15:31:09 -05:00
rhutsAMD
ab0b0cb7e2
obs-ffmpeg: Default the number of B-frames to 3
2024-01-22 09:48:12 -05:00
rhutsAMD
e657e62c29
obs-ffmpeg: Fix issue with B-frames introducing motion blur
...
If a user sets both AdaptiveMiniGOP=true and EnablePreAnalysis=true
in the AMF/FFmpeg options field, AMF will adaptively insert
B-pictures, and no longer uses the fixed B pattern.
For a fixed B-frames pattern, it is expected that increasing B-frames
can cause a quality drop for certain content such as with high motion.
AdaptiveMiniGOP is recommended when using B-frames to improve the
quality in such cases. AdaptiveMiniGOP is dependent on PreAnalysis
which means that trying to enable it without having PreAnalysis turned
ON will have no negative effect (AdaptiveMiniGOP won't be enabled).
2024-01-22 09:48:12 -05:00
Lain
6cb1f5451e
Merge pull request #9943 from derrod/its-a-deque
...
Rename `circlebuf` to `deque`
2024-01-20 17:47:01 -06:00
PatTheMav
e284a79b48
mac-avcapture: Update plugin to ObjC and modern APIs
...
Marks old AVFoundation capture source as deprecated.
2024-01-19 16:56:10 -05:00
derrod
229b7b2b03
image-source: Migrate slideshow mk2 to deque
2024-01-16 16:45:10 +01:00
derrod
9f306fa832
obs-outputs: Replace circlebuf with deque
2024-01-16 16:45:10 +01:00
derrod
8ec91bab04
obs-filters: Replace circlebuf with deque
2024-01-16 16:45:10 +01:00
derrod
f083d14143
obs-ffmpeg: Replace circlebuf with deque
2024-01-16 16:45:10 +01:00
Lain
1e09f5a543
Merge pull request #10039 from derrod/roi-libobs
...
libobs/plugins: Add region of interest (ROI) encoder feature
2024-01-13 18:30:31 -06:00
Ruwen Hahn
8fb32c37ee
obs-ffmpeg: Add disable_scenecut option for NVENC
...
This is functionally the same as x264's `scenecut=0` option
2024-01-13 17:49:34 -06:00
James Hurley
7fe5cb7dad
librtmp: Add missing extended timestamp in Type 3 chunks
...
According to https://rtmp.veriskope.com/docs/spec/#5313-extended-timestamp
extended timestamps need to be present in Type 3 chunks
(`RTMP_PACKET_SIZE_MINIMUM`) if the previous chunk also included an
extended timestamp
2024-01-13 17:47:16 -06:00
Georges Basile Stavracas Neto
03358961aa
linux-pipewire: Pass framerate and resolution at construction
...
This allows the stream negotiation to set the camera values right
from the start.
2024-01-11 09:57:08 -03:00
Wim Taymans
bc02779529
linux-pipewire: Handle camera hotplug
...
Rebuild the camera list when a camera was added or removed.
2024-01-11 09:57:08 -03:00
Wim Taymans
968d7259bf
linux-pipewire: Use spa_strerror to convert SPA errors to string
...
g_strerror only works for errno values, SPA errors are negative errno
values.
2024-01-11 09:57:08 -03:00
Wim Taymans
a683c5f3ce
linux-pipewire: Add float property support
2024-01-11 09:57:08 -03:00
Wim Taymans
a44228ef50
linux-pipewire: Add resolution and framerate list contents
...
Trigger a renegotiation of the camera stream when either the
resolution or the framerate change.
2024-01-11 09:57:08 -03:00
Wim Taymans
12eba3f5d7
linux-pipewire: Handle property changes
2024-01-11 09:57:08 -03:00
Wim Taymans
07cbbe9bec
linux-pipewire: Collect device controls
...
Collect the controls on the node. Enumerate the controls as
properties.
Co-authored-by: Georges Basile Stavracas Neto
<georges.stavracas@gmail.com >
2024-01-11 09:57:08 -03:00
Wim Taymans
e6d98ebfbb
linux-pipewire: Start camera only after we find the device
...
Wait with starting the camera until we find the device in the
registry. Avoids cases where the camera stays unlinked.
2024-01-11 09:57:08 -03:00
Georges Basile Stavracas Neto
364323e445
linux-pipewire: Factor out formats list into a file
...
This will help share these formats with the upcoming Camera portal
code.
2024-01-11 09:57:08 -03:00
Wim Taymans
7f765cdb4c
linux-pipewire: Add NV12 support
...
List it in addition to YUV formats.
Co-authored-by: Georges Basile Stavracas Neto
<georges.stavracas@gmail.com >
2024-01-11 09:57:08 -03:00
Georges Basile Stavracas Neto
c1b3831ba2
linux-pipewire: Add PipeWire-based camera source
...
This plugin adds a camera source for capture devices available
via PipeWire using the Camera portal.
2024-01-11 09:57:08 -03:00
Georges Basile Stavracas Neto
261cb91c62
linux-pipewire: Rename a function
...
Make it a bit more semantic, and matching of PipeWire API.
2024-01-11 09:57:08 -03:00
Georges Basile Stavracas Neto
56d3720ffa
linux-pipewire: Add obs_pipewire_roundtrip()
...
Generalize the async server roundtrip wait so that future consumers
can, for example, wait for all devices to be listed before acting
on the registry.
2024-01-11 09:57:08 -03:00
Georges Basile Stavracas Neto
6499d01bec
linux-pipewire: Allow passing registry events on creation
...
This will allow consumers of obs_pipewire to handle the device
registry themselves. This is not useful for the screencast code
since there's always only one node in the registry, but it will
be used by the camera and audio code to list hardware devices.
2024-01-11 09:57:08 -03:00
Rodney
0510d673d3
obs-qsv11: Add ROI support
2024-01-11 13:36:35 +01:00
Rodney
730ab5e6d1
obs-ffmpeg: Add ROI support to AMF
2024-01-11 13:36:35 +01:00
Rodney
5e9b2d6322
obs-ffmpeg: Add ROI support for native NVENC
2024-01-11 13:36:35 +01:00
Rodney
6b1f61949b
obs-x264: Implement ROI feature
2024-01-11 13:36:35 +01:00
Lain
a4f2290026
image-source: Rework slideshow (slideshow mk2)
...
Makes it so that slideshows can have as many files as desired, and
lazily decodes image data in a separate thread to prevent decoding from
stalling the video thread.
2024-01-10 20:45:36 -06:00
gxalpha
0aaf2e518b
mac-capture: Remove macOS 14 ifdef and custom CGDisplayStream header
...
ec9809bd43 increased the minimum macOS SDK
to 14.2, meaning that the ifdef (and as a result the custom header) is
no longer needed.
2024-01-08 20:40:33 -05:00
Ryan Foster
cc25a14173
obs-ffmpeg: Fix incorrect CMake list syntax
2024-01-08 19:49:04 -05:00
derrod
24e59d1621
obs-ffmpeg: Fix NVENC compat hack ternary being inverted
2024-01-07 02:29:00 +01:00
pkv
99ae6eb2e9
obs-ffmpeg: Support multiple audio tracks (mpegts)
...
This adds support for multiple audio tracks for the new mpegts output.
Signed-off-by: pkv <pkv@obsproject.com >
2024-01-06 18:42:54 -06:00
derrod
4a8e8bb1bd
obs-ffmpeg: Only use NVENC compatibility hack if necessary
2024-01-06 18:38:43 -06:00
PatTheMav
2457d83e0f
mac-capture: Update capture to include menu bar and child windows
...
macOS 14.2 changed internal defaults of SCK requiring the inclusion
of the menu bar and child windows to be enabled explicitly.
This will have a slight negative impact on capture performance but is
required to restore behavior of prior macOS versions.
2024-01-06 18:09:06 -06:00
jcm
354150a992
mac-virtualcam: Reduce excessive polling for new sample buffers
2024-01-06 17:43:42 -06:00
Penwywern
7abbfb1c82
vlc-video: Fix play_pause to respect boolean
2024-01-06 17:22:27 -06:00
Rodney
051d227b51
obs-ffmpeg: Remove Windows 7 NVENC fallback
2024-01-06 17:20:26 -06:00