added loads of shit

This commit is contained in:
zombie maniac 2024-01-15 20:45:15 -05:00
parent 41fc3bb10d
commit dc0347a9e9
Signed by: nbrooks211
GPG key ID: F43C85C0DF0C334E
84 changed files with 3150 additions and 3609 deletions

View file

@ -49,6 +49,7 @@ alias make="make -j$(nproc)"
alias yay="paru"
alias kak="nvim"
alias youtube-dl="yt-dlp"
alias neofetch="fastfetch"
#alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
#alias runelite="WINEPREFIX=~/Games/runelite wine 'C:\users\zombie\Local Settings\Application Data\RuneLite\RuneLite.exe'"
@ -67,7 +68,7 @@ alias enterxmr="screen -rx xmrig"
alias entereth="screen -rx ethminer"
echo "baalls"
cd "/mnt/zombienas/organized_data/absolutely-unique/kleinerterminal"

2
.config/.gitignore vendored
View file

@ -48,6 +48,8 @@
!nvim/**
!obs-studio/
!obs-studio/**
!river/
!river/**
!.gitignore

View file

@ -0,0 +1,40 @@
[colors.bright]
black = "#505050"
blue = "#7070ff"
cyan = "#80ffff"
green = "#50ff50"
magenta = "#ff50ff"
red = "#ff5050"
white = "#ffffff"
yellow = "#ffff50"
[colors.normal]
black = "#000000"
blue = "#4040ff"
cyan = "#00ffff"
green = "#00ff00"
magenta = "#ff00ff"
red = "#ff0000"
white = "#ffffff"
yellow = "#ffff00"
[colors.primary]
background = "#000000"
[cursor]
style = "Block"
unfocused_hollow = true
[env]
TERM = "xterm-256color"
[font]
size = 12.0
[window]
dynamic_title = true
opacity = 0.9
[window.dimensions]
columns = 70
lines = 25

View file

@ -1,560 +0,0 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
TERM: xterm-256color
window:
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
dimensions:
columns: 70
lines: 25
# Window position (changes require restart)
#
# Specified in number of pixels.
# If the position is not set, the window manager will handle the placement.
#position:
# x: 0
# y: 0
# Window padding (changes require restart)
#
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
#padding:
# x: 0
# y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false
# Window decorations
#
# Values for `decorations`:
# - full: Borders and title bar
# - none: Neither borders nor title bar
#
# Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons
#decorations: none
# Startup Mode (changes require restart)
#
# Values for `startup_mode`:
# - Windowed
# - Maximized
# - Fullscreen
#
# Values for `startup_mode` (macOS only):
# - SimpleFullscreen
#startup_mode: Windowed
# Window title
#title: Alacritty
# Window class (Linux/BSD only):
#class:
# Application instance name
#instance: Alacritty
# General application class
#general: Alacritty
# GTK theme variant (Linux/BSD only)
#
# Override the variant of the GTK theme. Commonly supported values are `dark` and `light`.
# Set this to `None` to use the default theme variant.
#gtk_theme_variant: None
dynamic_title: true
#scrolling:
# Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling.
#history: 10000
# Number of lines the viewport will move for every line scrolled when
# scrollback is enabled (history > 0).
#multiplier: 3
# Font configuration
font:
# Normal (roman) font face
#normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Regular
# Bold font face
#bold:
# Font family
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold
# Italic font face
#italic:
# Font family
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Italic
# Bold italic font face
#bold_italic:
# Font family
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold Italic
# Point size
size: 12.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
#offset:
# x: 0
# y: 0
# Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increasing `x` moves the glyph to the right,
# increasing `y` moves the glyph upwards.
#glyph_offset:
# x: 0
# y: 0
# Thin stroke font rendering (macOS only)
#
# Thin strokes are suitable for retina displays, but for non-retina screens
# it is recommended to set `use_thin_strokes` to `false`
#
# macOS >= 10.14.x:
#
# If the font quality on non-retina display looks bad then set
# `use_thin_strokes` to `true` and enable font smoothing by running the
# following command:
# `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO`
#
# This is a global setting and will require a log out or restart to take
# effect.
#use_thin_strokes: true
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '#000000'
# foreground: '#eaeaea'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
#dim_foreground: '#9a9a9a'
#bright_foreground: '#ffffff'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color.
#cursor:
# text: '#000000'
# cursor: '#ffffff'
# Selection colors
#
# Colors which should be used to draw the selection area. If selection
# background is unset, selection color will be the inverse of the cell colors.
# If only text is unset the cell text color will remain the same.
#selection:
# text: '#eaeaea'
# background: '#404040'
# Normal colors
normal:
black: '#000000'
red: '#ff0000'
green: '#00ff00'
yellow: '#ffff00'
blue: '#4040ff' #normal blue '#0000ff' is hard to read
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'
# Bright colors
bright:
black: '#505050'
red: '#ff5050'
green: '#50ff50'
yellow: '#ffff50'
blue: '#7070ff'
magenta: '#ff50ff'
cyan: '#80ffff'
white: '#ffffff'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
#dim:
# black: '#000000'
# red: '#8c3336'
# green: '#7a8530'
# yellow: '#97822e'
# blue: '#506d8f'
# magenta: '#80638e'
# cyan: '#497e7a'
# white: '#9a9a9a'
# Indexed Colors
#
# The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults.
#
# Example:
# `- { index: 16, color: '#ff00ff' }`
#
#indexed_colors: []
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
# rung, the terminal background will be set to white and transition back to the
# default background color. You can control the rate of this transition by
# setting the `duration` property (represented in milliseconds). You can also
# configure the transition function by setting the `animation` property.
#
# Values for `animation`:
# - Ease
# - EaseOut
# - EaseOutSine
# - EaseOutQuad
# - EaseOutCubic
# - EaseOutQuart
# - EaseOutQuint
# - EaseOutExpo
# - EaseOutCirc
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
#visual_bell:
# animation: EaseOutExpo
# duration: 0
# color: '#ffffff'
# Background opacity
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
window_opacity: 0.9
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: true
# Allow terminal applications to change Alacritty's window title.
cursor:
# Cursor style
#
# Values for `style`:
# - ▇ Block
# - _ Underline
# - | Beam
style: Block
# If this is `true`, the cursor will be rendered as a hollow box when the
# window is not focused.
unfocused_hollow: true
# Live config reload (changes require restart)
#live_config_reload: true
# Shell
#
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell.
#
# Default:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
#shell:
# program: /bin/bash
# args:
# - --login
# Startup directory
#
# Directory the shell is started in. If this is unset, or `None`, the working
# directory of the parent process will be used.
#working_directory: None
# WinPTY backend (Windows only)
#
# Alacritty defaults to using the newer ConPTY backend if it is available,
# since it resolves a lot of bugs and is quite a bit faster. If it is not
# available, the the WinPTY backend will be used instead.
#
# Setting this option to `true` makes Alacritty use the legacy WinPTY backend,
# even if the ConPTY backend is available.
#winpty_backend: false
# Send ESC (\x1b) before characters when alt is pressed.
#alt_send_esc: true
#mouse:
# Click settings
#
# The `double_click` and `triple_click` settings control the time
# alacritty should wait for accepting multiple clicks as one double
# or triple click.
#double_click: { threshold: 300 }
#triple_click: { threshold: 300 }
# If this is `true`, the cursor is temporarily hidden when typing.
#hide_when_typing: false
#url:
# URL launcher
#
# This program is executed when clicking on a text which is recognized as a URL.
# The URL is always added to the command as the last parameter.
#
# When set to `None`, URL launching will be disabled completely.
#
# Default:
# - (macOS) open
# - (Linux/BSD) xdg-open
# - (Windows) explorer
#launcher:
# program: xdg-open
# args: []
# URL modifiers
#
# These are the modifiers that need to be held down for opening URLs when clicking
# on them. The available modifiers are documented in the key binding section.
#modifiers: None
# Mouse bindings
#
# Mouse bindings are specified as a list of objects, much like the key
# bindings further below.
#
# To trigger mouse bindings when an application running within Alacritty captures the mouse, the
# `Shift` modifier is automatically added as a requirement.
#
# Each mouse binding will specify a:
#
# - `mouse`:
#
# - Middle
# - Left
# - Right
# - Numeric identifier such as `5`
#
# - `action` (see key bindings)
#
# And optionally:
#
# - `mods` (see key bindings)
#mouse_bindings:
# - { mouse: Middle, action: PasteSelection }
# Key bindings
#
# Key bindings are specified as a list of objects. For example, this is the
# default paste binding:
#
# `- { key: V, mods: Control|Shift, action: Paste }`
#
# Each key binding will specify a:
#
# - `key`: Identifier of the key pressed
#
# - A-Z
# - F1-F24
# - Key0-Key9
#
# A full list with available key codes can be found here:
# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants
#
# Instead of using the name of the keys, the `key` field also supports using
# the scancode of the desired key. Scancodes have to be specified as a
# decimal number. This command will allow you to display the hex scancodes
# for certain keys:
#
# `showkey --scancodes`.
#
# Then exactly one of:
#
# - `chars`: Send a byte sequence to the running application
#
# The `chars` field writes the specified string to the terminal. This makes
# it possible to pass escape sequences. To find escape codes for bindings
# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside
# of tmux. Note that applications use terminfo to map escape sequences back
# to keys. It is therefore required to update the terminfo when changing an
# escape sequence.
#
# - `action`: Execute a predefined action
#
# - Copy
# - Paste
# - PasteSelection
# - IncreaseFontSize
# - DecreaseFontSize
# - ResetFontSize
# - ScrollPageUp
# - ScrollPageDown
# - ScrollLineUp
# - ScrollLineDown
# - ScrollToTop
# - ScrollToBottom
# - ClearHistory
# - Hide
# - Minimize
# - Quit
# - ToggleFullscreen
# - SpawnNewInstance
# - ClearLogNotice
# - ReceiveChar
# - None
#
# (macOS only):
# - ToggleSimpleFullscreen: Enters fullscreen without occupying another space
#
# - `command`: Fork and execute a specified command plus arguments
#
# The `command` field must be a map containing a `program` string and an
# `args` array of command line parameter strings. For example:
# `{ program: "alacritty", args: ["-e", "vttest"] }`
#
# And optionally:
#
# - `mods`: Key modifiers to filter binding actions
#
# - Command
# - Control
# - Option
# - Super
# - Shift
# - Alt
#
# Multiple `mods` can be combined using `|` like this:
# `mods: Control|Shift`.
# Whitespace and capitalization are relevant and must match the example.
#
# - `mode`: Indicate a binding for only specific terminal reported modes
#
# This is mainly used to send applications the correct escape sequences
# when in different modes.
#
# - AppCursor
# - AppKeypad
# - Alt
#
# A `~` operator can be used before a mode to apply the binding whenever
# the mode is *not* active, e.g. `~Alt`.
#
# Bindings are always filled by default, but will be replaced when a new
# binding with the same triggers is defined. To unset a default binding, it can
# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
# a no-op if you do not wish to receive input characters for that binding.
#
# If the same trigger is assigned to multiple actions, all of them are executed
# at once.
#key_bindings:
# (Windows, Linux, and BSD only)
#- { key: V, mods: Control|Shift, action: Paste }
#- { key: C, mods: Control|Shift, action: Copy }
#- { key: Insert, mods: Shift, action: PasteSelection }
#- { key: Key0, mods: Control, action: ResetFontSize }
#- { key: Equals, mods: Control, action: IncreaseFontSize }
#- { key: Add, mods: Control, action: IncreaseFontSize }
#- { key: Subtract, mods: Control, action: DecreaseFontSize }
#- { key: Minus, mods: Control, action: DecreaseFontSize }
# (Windows only)
#- { key: Return, mods: Alt, action: ToggleFullscreen }
# (macOS only)
#- { key: Key0, mods: Command, action: ResetFontSize }
#- { key: Equals, mods: Command, action: IncreaseFontSize }
#- { key: Add, mods: Command, action: IncreaseFontSize }
#- { key: Minus, mods: Command, action: DecreaseFontSize }
#- { key: K, mods: Command, action: ClearHistory }
#- { key: K, mods: Command, chars: "\x0c" }
#- { key: V, mods: Command, action: Paste }
#- { key: C, mods: Command, action: Copy }
#- { key: H, mods: Command, action: Hide }
#- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit }
#- { key: W, mods: Command, action: Quit }
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }
#- { key: L, mods: Control, chars: "\x0c" }
#- { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt }
#- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt }
#- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
#- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
#debug:
# Display the time it takes to redraw each frame.
#render_timer: false
# Keep the log file after quitting Alacritty.
#persistent_logging: false
# Log level
#
# Values for `log_level`:
# - None
# - Error
# - Warn
# - Info
# - Debug
# - Trace
#log_level: Warn
# Print all received window events.
#print_events: false

View file

@ -1,139 +0,0 @@
[gd_resource type="EditorSettings" format=2]
[resource]
text_editor/highlighting/symbol_color = Color( 0.67, 0.785, 1, 1 )
text_editor/highlighting/keyword_color = Color( 1, 0.44, 0.52, 1 )
text_editor/highlighting/control_flow_keyword_color = Color( 1, 0.55, 0.8, 1 )
text_editor/highlighting/base_type_color = Color( 0.26, 1, 0.76, 1 )
text_editor/highlighting/engine_type_color = Color( 0.556, 1, 0.856, 1 )
text_editor/highlighting/user_type_color = Color( 0.778, 1, 0.928, 1 )
text_editor/highlighting/comment_color = Color( 0.8, 0.8075, 0.8275, 0.5 )
text_editor/highlighting/string_color = Color( 1, 0.925, 0.63, 1 )
text_editor/highlighting/background_color = Color( 0.125, 0.14375, 0.19375, 1 )
text_editor/highlighting/completion_background_color = Color( 0.2, 0.23, 0.31, 1 )
text_editor/highlighting/completion_selected_color = Color( 1, 1, 1, 0.07 )
text_editor/highlighting/completion_existing_color = Color( 1, 1, 1, 0.14 )
text_editor/highlighting/completion_font_color = Color( 0.8, 0.8075, 0.8275, 1 )
text_editor/highlighting/text_color = Color( 0.8, 0.8075, 0.8275, 1 )
text_editor/highlighting/line_number_color = Color( 0.8, 0.8075, 0.8275, 0.5 )
text_editor/highlighting/safe_line_number_color = Color( 0.8, 0.969, 0.8275, 0.75 )
text_editor/highlighting/caret_color = Color( 1, 1, 1, 1 )
text_editor/highlighting/text_selected_color = Color( 0.1, 0.115, 0.155, 1 )
text_editor/highlighting/brace_mismatch_color = Color( 1, 0.47, 0.42, 1 )
text_editor/highlighting/current_line_color = Color( 1, 1, 1, 0.07 )
text_editor/highlighting/line_length_guideline_color = Color( 0.2, 0.23, 0.31, 1 )
text_editor/highlighting/word_highlighted_color = Color( 1, 1, 1, 0.07 )
text_editor/highlighting/number_color = Color( 0.63, 1, 0.88, 1 )
text_editor/highlighting/function_color = Color( 0.34, 0.7, 1, 1 )
text_editor/highlighting/member_variable_color = Color( 0.736, 0.88, 1, 1 )
text_editor/highlighting/mark_color = Color( 1, 0.47, 0.42, 0.3 )
text_editor/highlighting/breakpoint_color = Color( 1, 0.47, 0.42, 1 )
text_editor/highlighting/code_folding_color = Color( 1, 1, 1, 0.7 )
text_editor/highlighting/search_result_color = Color( 1, 1, 1, 0.07 )
asset_library/available_urls = {
"godotengine.org (Official)": "https://godotengine.org/asset-library/api"
}
asset_library/use_threads = true
projects/::run::media::zombie::zombienas::organized_data::absolutely-unique::projects::godot::3drigidbodycharatordemo = "/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/godot/3drigidbodycharatordemo"
export/android/android_sdk_path = ""
export/android/debug_keystore = ""
export/android/debug_keystore_user = "androiddebugkey"
export/android/debug_keystore_pass = "android"
export/android/force_system_user = false
export/android/shutdown_adb_on_exit = true
export/web/http_host = "localhost"
export/web/http_port = 8060
export/web/use_ssl = false
export/web/ssl_key = ""
export/web/ssl_certificate = ""
export/macos/force_builtin_codesign = false
export/windows/rcedit = ""
export/windows/osslsigncode = ""
export/windows/wine = ""
interface/scene_tabs/always_show_close_button = false
interface/editor/save_on_focus_loss = false
interface/editor/show_update_spinner = false
interface/editor/update_continuously = false
interface/editor/update_vital_only = false
interface/editor/localize_settings = true
interface/scene_tabs/restore_scenes_on_load = false
interface/inspector/default_property_name_style = 1
interface/inspector/default_float_step = 0.001
interface/inspector/disable_folding = false
interface/inspector/auto_unfold_foreign_scenes = true
interface/inspector/horizontal_vector2_editing = false
interface/inspector/horizontal_vector_types_editing = true
interface/inspector/open_resources_in_current_inspector = true
interface/inspector/resources_to_open_in_new_inspector = "Script,MeshLibrary,TileSet"
interface/inspector/default_color_picker_mode = 0
version_control/username = ""
version_control/ssh_public_key_path = ""
version_control/ssh_private_key_path = ""
_default_feature_profile = ""
interface/editors/show_scene_tree_root_selection = true
interface/editors/derive_script_globals_by_name = true
_use_favorites_root_selection = false
filesystem/file_server/port = 6010
filesystem/file_server/password = ""
editors/3d/manipulator_gizmo_size = 80
editors/3d/manipulator_gizmo_opacity = 0.9
editors/3d/navigation/show_viewport_rotation_gizmo = true
debugger/auto_switch_to_remote_scene_tree = false
debugger/remote_scene_tree_refresh_interval = 1.0
debugger/remote_inspect_refresh_interval = 0.2
debugger/profiler_frame_history_size = 1800
debugger/profiler_frame_max_functions = 512
text_editor/files/open_dominant_script_on_scene_change = true
text_editor/external/use_external_editor = false
text_editor/external/exec_path = ""
text_editor/script_list/script_temperature_enabled = true
text_editor/script_list/highlight_current_script = true
text_editor/script_list/script_temperature_history_size = 15
text_editor/script_list/current_script_background_color = Color( 1, 1, 1, 0.3 )
text_editor/script_list/group_help_pages = true
text_editor/script_list/sort_scripts_by = 0
text_editor/script_list/list_script_names_as = 0
text_editor/external/exec_flags = "{file}"
editors/tile_map/preview_size = 64
editors/tile_map/palette_min_width = 80
editors/tile_map/palette_item_hseparation = 8
editors/tile_map/show_tile_names = true
editors/tile_map/show_tile_ids = false
editors/tile_map/sort_tiles_by_name = true
editors/tile_map/bucket_fill_preview = true
editors/tile_map/editor_side = 1
editors/tile_map/display_grid = true
editors/tile_map/grid_color = Color( 1, 0.3, 0.1, 0.2 )
editors/tile_map/axis_color = Color( 1, 0.8, 0.2, 0.5 )
editors/3d_gizmos/gizmo_colors/room_edge = Color( 0.5, 1, 0, 1 )
editors/3d_gizmos/gizmo_colors/room_overlap = Color( 1, 0, 0, 1 )
editors/3d_gizmos/gizmo_colors/portal_margin = Color( 1, 0.1, 0.1, 0.3 )
editors/3d_gizmos/gizmo_colors/portal_edge = Color( 0, 0, 0, 0.3 )
editors/3d_gizmos/gizmo_colors/portal_arrow = Color( 1, 1, 1, 1 )
editors/3d_gizmos/gizmo_colors/occluder = Color( 1, 0, 1, 1 )
editors/3d_gizmos/gizmo_colors/path = Color( 0.5, 0.5, 1, 0.8 )
editors/3d_gizmos/gizmo_colors/csg = Color( 0, 0.4, 1, 0.15 )
editors/grid_map/editor_side = 1
editors/grid_map/palette_min_width = 230
network/language_server/remote_host = "127.0.0.1"
network/language_server/remote_port = 6008
network/language_server/enable_smart_resolve = true
network/language_server/show_native_symbols_in_editor = false
network/language_server/use_thread = false
editors/3d_gizmos/gizmo_colors/camera = Color( 0.8, 0.4, 0.8, 1 )
editors/3d_gizmos/gizmo_colors/stream_player_3d = Color( 0.4, 0.8, 1, 1 )
editors/3d_gizmos/gizmo_colors/skeleton = Color( 1, 0.8, 0.4, 1 )
editors/3d_gizmos/gizmo_colors/visibility_notifier = Color( 0.8, 0.5, 0.7, 1 )
editors/3d_gizmos/gizmo_colors/particles = Color( 0.8, 0.7, 0.4, 1 )
editors/3d_gizmos/gizmo_colors/reflection_probe = Color( 0.6, 1, 0.5, 1 )
editors/3d_gizmos/gizmo_colors/gi_probe = Color( 0.5, 1, 0.6, 1 )
editors/3d_gizmos/gizmo_colors/baked_indirect_light = Color( 0.5, 0.6, 1, 1 )
editors/3d_gizmos/gizmo_colors/navigation_edge = Color( 0.5, 1, 1, 1 )
editors/3d_gizmos/gizmo_colors/navigation_edge_disabled = Color( 0.7, 0.7, 0.7, 1 )
editors/3d_gizmos/gizmo_colors/navigation_solid = Color( 0.5, 1, 1, 0.4 )
editors/3d_gizmos/gizmo_colors/navigation_solid_disabled = Color( 0.7, 0.7, 0.7, 0.4 )
editors/3d_gizmos/gizmo_colors/joint_body_a = Color( 0.6, 0.8, 1, 1 )
editors/3d_gizmos/gizmo_colors/joint_body_b = Color( 0.6, 0.9, 1, 1 )
text_editor/highlighting/gdscript/function_definition_color = Color( 0.4, 0.9, 1, 1 )
text_editor/highlighting/gdscript/node_path_color = Color( 0.39, 0.76, 0.35, 1 )
projects/::run::media::zombie::zombienas::organized_data::absolutely-unique::projects::godot::firstpersonstarter = "/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/godot/firstpersonstarter"

View file

@ -1,9 +1,26 @@
[gd_resource type="EditorSettings" format=3]
[gd_resource type="EditorSettings" load_steps=4 format=3]
[sub_resource type="InputEventKey" id="InputEventKey_bx5vk"]
device = -1
physical_keycode = 71
unicode = 103
[sub_resource type="InputEventKey" id="InputEventKey_qjane"]
device = -1
physical_keycode = 82
unicode = 114
[sub_resource type="InputEventKey" id="InputEventKey_3dp4i"]
device = -1
physical_keycode = 83
unicode = 115
[resource]
interface/theme/base_color = Color(0.21, 0.24, 0.29, 1)
interface/theme/accent_color = Color(0.44, 0.73, 0.98, 1)
interface/theme/contrast = 0.3
filesystem/import/blender/blender3_path = "/usr/bin"
filesystem/import/blender/rpc_port = 0
text_editor/theme/highlighting/symbol_color = Color(0.67, 0.79, 1, 1)
text_editor/theme/highlighting/keyword_color = Color(1, 0.44, 0.52, 1)
text_editor/theme/highlighting/control_flow_keyword_color = Color(1, 0.55, 0.8, 1)
@ -11,6 +28,7 @@ text_editor/theme/highlighting/base_type_color = Color(0.26, 1, 0.76, 1)
text_editor/theme/highlighting/engine_type_color = Color(0.56, 1, 0.86, 1)
text_editor/theme/highlighting/user_type_color = Color(0.78, 1, 0.93, 1)
text_editor/theme/highlighting/comment_color = Color(0.8025, 0.81, 0.8225, 0.5)
text_editor/theme/highlighting/doc_comment_color = Color(0.6, 0.7, 0.8, 0.8)
text_editor/theme/highlighting/string_color = Color(1, 0.93, 0.63, 1)
text_editor/theme/highlighting/background_color = Color(0.1155, 0.132, 0.1595, 1)
text_editor/theme/highlighting/completion_background_color = Color(0.21, 0.24, 0.29, 1)
@ -115,10 +133,6 @@ network/language_server/remote_port = 6005
network/language_server/enable_smart_resolve = true
network/language_server/show_native_symbols_in_editor = false
network/language_server/use_thread = false
filesystem/import/blender/rpc_port = 6011
filesystem/import/blender/rpc_server_uptime = 5
filesystem/import/blender/blender3_path = ""
filesystem/import/fbx/fbx2gltf_path = ""
editors/3d_gizmos/gizmo_colors/camera = Color(0.8, 0.4, 0.8, 1)
editors/3d_gizmos/gizmo_colors/stream_player_3d = Color(0.4, 0.8, 1, 1)
editors/3d_gizmos/gizmo_colors/occluder = Color(0.8, 0.5, 1, 1)
@ -134,16 +148,31 @@ editors/3d_gizmos/gizmo_colors/lightprobe_lines = Color(0.5, 0.6, 1, 1)
editors/3d_gizmos/gizmo_colors/joint_body_a = Color(0.6, 0.8, 1, 1)
editors/3d_gizmos/gizmo_colors/joint_body_b = Color(0.6, 0.9, 1, 1)
editors/3d_gizmos/gizmo_colors/fog_volume = Color(0.5, 0.7, 1, 1)
dotnet/editor/external_editor = 0
dotnet/editor/custom_exec_path = ""
dotnet/editor/custom_exec_path_args = ""
dotnet/build/verbosity_level = 2
dotnet/build/no_console_logging = false
dotnet/build/create_binary_log = false
text_editor/theme/highlighting/gdscript/function_definition_color = Color(0.4, 0.9, 1, 1)
text_editor/theme/highlighting/gdscript/global_function_color = Color(0.64, 0.64, 0.96, 1)
text_editor/theme/highlighting/gdscript/node_path_color = Color(0.72, 0.77, 0.49, 1)
text_editor/theme/highlighting/gdscript/node_reference_color = Color(0.39, 0.76, 0.35, 1)
text_editor/theme/highlighting/gdscript/annotation_color = Color(1, 0.7, 0.45, 1)
text_editor/theme/highlighting/gdscript/string_name_color = Color(1, 0.76, 0.65, 1)
text_editor/help/sort_functions_alphabetically = true
export/android/use_wifi_for_remote_debug = false
export/android/wifi_remote_debug_host = "localhost"
editors/3d_gizmos/gizmo_settings/path3d_tilt_disk_size = 0.8
editors/3d_gizmos/gizmo_colors/path_tilt = Color(1, 1, 0.4, 0.9)
text_editor/theme/highlighting/comment_markers/critical_color = Color(0.77, 0.35, 0.35, 1)
text_editor/theme/highlighting/comment_markers/warning_color = Color(0.72, 0.61, 0.48, 1)
text_editor/theme/highlighting/comment_markers/notice_color = Color(0.56, 0.67, 0.51, 1)
text_editor/theme/highlighting/comment_markers/critical_list = "ALERT,ATTENTION,CAUTION,CRITICAL,DANGER,SECURITY"
text_editor/theme/highlighting/comment_markers/warning_list = "BUG,DEPRECATED,FIXME,HACK,TASK,TBD,TODO,WARNING"
text_editor/theme/highlighting/comment_markers/notice_list = "INFO,NOTE,NOTICE,TEST,TESTING"
shortcuts = [{
"name": "spatial_editor/instant_translate",
"shortcuts": [SubResource("InputEventKey_bx5vk")]
}, {
"name": "spatial_editor/instant_rotate",
"shortcuts": [SubResource("InputEventKey_qjane")]
}, {
"name": "spatial_editor/instant_scale",
"shortcuts": [SubResource("InputEventKey_3dp4i")]
}]
metadata/export_template_download_directory = "/home/zombie/.cache/godot"

View file

@ -1,37 +0,0 @@
[docks]
dock_3="Scene,Import"
dock_4="FileSystem"
dock_5="Inspector,Node"
dock_filesystem_split=0
dock_filesystem_display_mode=0
dock_filesystem_file_list_display_mode=1
dock_split_2=0
dock_split_3=0
dock_hsplit_1=0
dock_hsplit_2=70
dock_hsplit_3=-70
dock_hsplit_4=0
[EditorNode]
open_scenes=[ "res://level.tscn" ]
[ScriptEditor]
open_scripts=[ {
"path": "res://level.gd",
"state": {
"bookmarks": [ ],
"breakpoints": [ ],
"column": 0,
"folded_lines": PoolIntArray( ),
"h_scroll_position": 0,
"row": 0,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
} ]
open_help=[ ]
split_offset=70

View file

@ -1,20 +0,0 @@
4d0945c123b4d9da334c68e554cda834
::res://::1668280555
cubelib.tres::MeshLibrary::1668280553::0::1::::<><>::res://models/cube.mesh
cube_rigidbody.tscn::PackedScene::1668280553::0::1::::<><>::res://models/white_wood.png
default_env.tres::Environment::1668280553::0::1::::<><>::
gi_probe_data.res::GIProbeData::1668280553::0::1::::<><>::
icon.png::StreamTexture::1668280553::1668280557::1::::<><>::
level.gd::GDScript::1668280553::0::1::::<>Spatial<>::res://cube_rigidbody.tscn
level.tscn::PackedScene::1668280553::0::1::::<><>::res://cubelib.tres<>res://player/cubio.tscn<>res://models/cube.mesh<>res://models/mushroom.glb<>res://level.gd<>res://cube_rigidbody.tscn
::res://models/::1668280553
cube.glb::PackedScene::1668280553::1668280557::1::::<><>::res://models/cube_material.tres
cube.mesh::ArrayMesh::1668280553::0::1::::<><>::res://models/cube_material.tres
cube_material.tres::SpatialMaterial::1668280553::0::1::::<><>::res://models/white_wood.png
mushroom.glb::PackedScene::1668280553::1668280557::1::::<><>::
white_cube_material.tres::SpatialMaterial::1668280553::0::1::::<><>::res://models/white_wood.png
white_wood.png::StreamTexture::1668280553::1668280557::1::::<><>::
::res://player/::1668280553
cubio.gd::GDScript::1668280553::0::1::::<>RigidBody<>::
cubio.tscn::PackedScene::1668280553::0::1::::<><>::res://player/cubio.gd<>res://player/follow_camera.gd<>res://models/white_cube_material.tres
follow_camera.gd::GDScript::1668280553::0::1::::<>Camera<>::

View file

@ -1,3 +0,0 @@
res://cubelib.tres
res://default_env.tres
res://level.tscn

View file

@ -1,165 +0,0 @@
[editor_states]
Anim={
"visible": false
}
2D={
"grid_offset": Vector2( 0, 0 ),
"grid_snap_active": false,
"grid_step": Vector2( 8, 8 ),
"grid_visibility": 1,
"ofs": Vector2( -165, -110 ),
"primary_grid_steps": 8,
"show_edit_locks": true,
"show_guides": true,
"show_helpers": false,
"show_origin": true,
"show_rulers": true,
"show_viewport": true,
"show_zoom_control": true,
"skeleton_show_bones": true,
"smart_snap_active": false,
"snap_guides": true,
"snap_node_anchors": true,
"snap_node_center": true,
"snap_node_parent": true,
"snap_node_sides": true,
"snap_other_nodes": true,
"snap_pixel": true,
"snap_relative": false,
"snap_rotation": false,
"snap_rotation_offset": 0.0,
"snap_rotation_step": 0.261799,
"snap_scale": false,
"snap_scale_step": 0.1,
"zoom": 1.0
}
3D={
"fov": 70.0,
"gizmos_status": {
"AudioStreamPlayer3D": 0,
"BakedLightmap": 0,
"CPUParticles": 0,
"CSGShapes": 0,
"Camera": 0,
"CollisionObject": 0,
"CollisionPolygon": 0,
"CollisionShape": 0,
"GIProbe": 0,
"Joints": 0,
"Lights": 0,
"Listener": 0,
"NavigationMeshInstance": 0,
"Occluder": 0,
"Particles": 0,
"Path": 0,
"PhysicalBones": 0,
"Portal": 0,
"Position3D": 0,
"RayCast": 0,
"ReflectionProbe": 0,
"Room": 0,
"Skeleton": 0,
"SoftBody": 0,
"SpringArm": 0,
"VehicleWheel": 0,
"VisibilityNotifier": 0
},
"local_coords": false,
"rotate_snap": 15.0,
"scale_snap": 10.0,
"show_grid": true,
"show_origin": true,
"snap_enabled": false,
"translate_snap": 1.0,
"viewport_mode": 1,
"viewports": [ {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 2.01254,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": true,
"position": Vector3( 0.86912, 4.04702, 3.09044 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.569812,
"y_rotation": -7.01008
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
} ],
"zfar": 500.0,
"znear": 0.05
}
TileSet={
"keep_inside_tile": true,
"show_information": false,
"snap_enabled": false,
"snap_offset": Vector2( 10, 10 ),
"snap_separation": Vector2( 0, 0 ),
"snap_step": Vector2( 32, 32 )
}
TextureRegion={
"snap_mode": 0,
"snap_offset": Vector2( 0, 0 ),
"snap_separation": Vector2( 0, 0 ),
"snap_step": Vector2( 10, 10 )
}

View file

@ -1,5 +0,0 @@
[folding]
node_unfolds=[ NodePath("."), PoolStringArray( "Visibility" ), NodePath("GridMap"), PoolStringArray( "Cell" ), NodePath("DirectionalLight"), PoolStringArray( "Directional Shadow", "Light", "Matrix", "Shadow", "Transform" ), NodePath("Cubio"), PoolStringArray( "Matrix", "Transform" ), NodePath("Elevator1"), PoolStringArray( "Input", "Matrix", "Transform" ), NodePath("Elevator1/AnimationPlayer"), PoolStringArray( "Playback Options" ), NodePath("Elevator2"), PoolStringArray( "Matrix", "Transform" ), NodePath("Elevator2/AnimationPlayer"), PoolStringArray( "Playback Options" ), NodePath("Princess"), PoolStringArray( "Matrix", "Transform" ), NodePath("Princess/CollisionShape"), PoolStringArray( "Matrix", "Transform" ), NodePath("cube_rigidbody"), PoolStringArray( "Matrix", "Transform" ) ]
resource_unfolds=[ "res://level.tscn::1", PoolStringArray( "Resource" ), "res://level.tscn::4", PoolStringArray( "Resource" ) ]
nodes_folded=[ ]

View file

@ -1,13 +0,0 @@
[editor_metadata]
executable_path="/usr/bin/godot"
[debug_options]
run_live_debug=true
run_reload_scripts=true
[recent_files]
scenes=[ "res://level.tscn" ]
scripts=[ "res://level.gd" ]

View file

@ -1,165 +0,0 @@
[editor_states]
Anim={
"visible": false
}
2D={
"grid_offset": Vector2( 0, 0 ),
"grid_snap_active": false,
"grid_step": Vector2( 8, 8 ),
"grid_visibility": 1,
"ofs": Vector2( -165, -110 ),
"primary_grid_steps": 8,
"show_edit_locks": true,
"show_guides": true,
"show_helpers": false,
"show_origin": true,
"show_rulers": true,
"show_viewport": true,
"show_zoom_control": true,
"skeleton_show_bones": true,
"smart_snap_active": false,
"snap_guides": true,
"snap_node_anchors": true,
"snap_node_center": true,
"snap_node_parent": true,
"snap_node_sides": true,
"snap_other_nodes": true,
"snap_pixel": true,
"snap_relative": false,
"snap_rotation": false,
"snap_rotation_offset": 0.0,
"snap_rotation_step": 0.261799,
"snap_scale": false,
"snap_scale_step": 0.1,
"zoom": 1.0
}
3D={
"fov": 70.0,
"gizmos_status": {
"AudioStreamPlayer3D": 0,
"BakedLightmap": 0,
"CPUParticles": 0,
"CSGShapes": 0,
"Camera": 0,
"CollisionObject": 0,
"CollisionPolygon": 0,
"CollisionShape": 0,
"GIProbe": 0,
"Joints": 0,
"Lights": 0,
"Listener": 0,
"NavigationMeshInstance": 0,
"Occluder": 0,
"Particles": 0,
"Path": 0,
"PhysicalBones": 0,
"Portal": 0,
"Position3D": 0,
"RayCast": 0,
"ReflectionProbe": 0,
"Room": 0,
"Skeleton": 0,
"SoftBody": 0,
"SpringArm": 0,
"VehicleWheel": 0,
"VisibilityNotifier": 0
},
"local_coords": false,
"rotate_snap": 15.0,
"scale_snap": 10.0,
"show_grid": true,
"show_origin": true,
"snap_enabled": false,
"translate_snap": 1.0,
"viewport_mode": 1,
"viewports": [ {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": true,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
}, {
"auto_orthogonal": false,
"auto_orthogonal_enabled": true,
"cinematic_preview": false,
"display_mode": 19,
"distance": 4.0,
"doppler": true,
"fps": false,
"gizmos": true,
"half_res": false,
"information": false,
"listener": false,
"position": Vector3( 0, 0, 0 ),
"use_environment": false,
"use_orthogonal": false,
"view_type": 0,
"x_rotation": 0.5,
"y_rotation": -0.5
} ],
"zfar": 500.0,
"znear": 0.05
}
TileSet={
"keep_inside_tile": true,
"show_information": false,
"snap_enabled": false,
"snap_offset": Vector2( 10, 10 ),
"snap_separation": Vector2( 0, 0 ),
"snap_step": Vector2( 32, 32 )
}
TextureRegion={
"snap_mode": 0,
"snap_offset": Vector2( 0, 0 ),
"snap_separation": Vector2( 0, 0 ),
"snap_step": Vector2( 10, 10 )
}

View file

@ -1,5 +0,0 @@
[folding]
node_unfolds=[ NodePath("."), PoolStringArray( "Visibility" ), NodePath("Player"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Wall1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Wall2"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Wall3"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Wall4"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Cube1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Slope1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform2"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform3"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform4"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/SlopeEnd1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/SlopeEnd2"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Slope2"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Slope3"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform5"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform6"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform7"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform8"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform9"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform10"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform11"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform12"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform13"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/Platform14"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/TooSteep1"), PoolStringArray( "Matrix", "Transform" ), NodePath("ArenaGeometry/TooSteep2"), PoolStringArray( "Matrix", "Transform" ), NodePath("Lighting/DirectionalLight"), PoolStringArray( "Directional Shadow", "Matrix", "Shadow", "Transform" ) ]
resource_unfolds=[ "res://Levels/Main/Geometry/Floor.tscn::1", PoolStringArray( "Resource" ), "res://Levels/Main/Geometry/Wall.tscn::2", PoolStringArray( "Resource" ), "res://Levels/Main/Geometry/Cube.tscn::1", PoolStringArray( "Resource" ) ]
nodes_folded=[ ]

View file

@ -1,37 +0,0 @@
[docks]
dock_3="Scene,Import"
dock_4="FileSystem"
dock_5="Inspector,Node"
dock_filesystem_split=0
dock_filesystem_display_mode=0
dock_filesystem_file_list_display_mode=1
dock_split_2=0
dock_split_3=0
dock_hsplit_1=0
dock_hsplit_2=70
dock_hsplit_3=-70
dock_hsplit_4=0
[EditorNode]
open_scenes=[ "res://Levels/Main/L_Main.tscn" ]
[ScriptEditor]
open_scripts=[ {
"path": "res://Levels/Main/L_Main.gd",
"state": {
"bookmarks": [ ],
"breakpoints": [ ],
"column": 0,
"folded_lines": PoolIntArray( ),
"h_scroll_position": 0,
"row": 0,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
} ]
open_help=[ ]
split_offset=70

View file

@ -1,23 +0,0 @@
679959e7917290c4d1380dafd36febcc
::res://::1668280984
default_env.tres::Environment::1668280982::0::1::::<><>::
icon.png::StreamTexture::1668280982::1668280985::1::::<><>::
::res://Levels/::1668280982
::res://Levels/Main/::1668280982
Environment.tres::Environment::1668280982::0::1::::<><>::
L_Main.gd::GDScript::1668280982::0::1::::<>Spatial<>::
L_Main.tscn::PackedScene::1668280982::0::1::::<><>::res://Player/Player.tscn<>res://Levels/Main/Geometry/Floor.tscn<>res://Levels/Main/Environment.tres<>res://Levels/Main/L_Main.gd<>res://Levels/Main/Geometry/Wall.tscn<>res://Levels/Main/Geometry/Cube.tscn
::res://Levels/Main/Geometry/::1668280982
Cube.tscn::PackedScene::1668280982::0::1::::<><>::res://Levels/Main/Materials/M_Dark.tres
Floor.tscn::PackedScene::1668280982::0::1::::<><>::res://Levels/Main/Materials/M_Dark.tres
Wall.tscn::PackedScene::1668280982::0::1::::<><>::res://Levels/Main/Materials/M_Dark.tres
::res://Levels/Main/Materials/::1668280982
M_Dark.tres::SpatialMaterial::1668280982::0::1::::<><>::res://Levels/Main/Materials/T_Grid.png
T_Grid.png::StreamTexture::1668280982::1668280985::1::::<><>::
::res://Player/::1668280982
Head.gd::GDScript::1668280982::0::1::::<>Spatial<>::
Head.tscn::PackedScene::1668280982::0::1::::<><>::res://Player/Head.gd
MovementController.gd::GDScript::1668280982::0::1::::MovementController<>KinematicBody<>::
MovementController.tscn::PackedScene::1668280982::0::1::::<><>::res://Player/MovementController.gd
Player.tscn::PackedScene::1668280982::0::1::::<><>::res://Player/MovementController.tscn<>res://Player/Head.tscn<>res://Player/Sprint.gd
Sprint.gd::GDScript::1668280982::0::1::::<>Node<>::

View file

@ -1,3 +0,0 @@
res://Levels/Main/Environment.tres
res://Levels/Main/L_Main.tscn
res://default_env.tres

View file

@ -1,13 +0,0 @@
[editor_metadata]
executable_path="/usr/bin/godot"
[debug_options]
run_live_debug=true
run_reload_scripts=true
[recent_files]
scenes=[ "res://Levels/Main/L_Main.tscn" ]
scripts=[ "res://Levels/Main/L_Main.gd" ]

View file

@ -1,2 +1 @@
/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/git_dumping/funnymemellama/old
/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/git_dumping/funnymemellama/funnymemellama
/home/zombie/asdasdasd

View file

@ -1,2 +0,0 @@
extends %BASE%

View file

@ -1,5 +0,0 @@
extends %BASE%
func _ready()%VOID_RETURN%:
%TS%pass

View file

@ -29,6 +29,7 @@ monitor=HDMI-A-1, 2560x1440, 5120x0, 1
# Some default env vars.
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
@ -125,15 +126,17 @@ exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTO
#hyprload (the plugin manger)
exec-once=$HOME/.local/share/hyprload/hyprload.sh
#themeing (cringe)
exec-once=$HOME/.config/hypr/import-gsettings
#clipboard
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
#shit i wanna auto run bro
#exec-once=waybar
#exec-once=alacritty
#exec-once=nm-applet
#exec-once=mako
exec-once=waybar
exec-once=alacritty
exec-once=mako
@ -196,4 +199,4 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
#print
bind=,Print,exec,grimshot save screen /run/media/zombie/zombienas/organized_data/absolutely-unique/pictures/screenshots/$(hostname)/$(date +"%Y-%m-%d_%H-%M-%S").png & grimshot copy area
bind=,Print,exec,grimshot save screen /mnt/zombienas/organized_data/absolutely-unique/pictures/screenshots/$(hostname)/$(date +"%Y-%m-%d_%H-%M-%S").png & grimshot copy area

View file

@ -1,8 +1,3 @@
plugins = [
# Installs the plugin from https://github.com/Duckonaut/split-monitor-workspaces
#"Duckonaut/split-monitor-workspaces",
# A more explicit definition of the git install
{ git = "https://github.com/Duckonaut/split-monitor-workspaces", branch = "main", name = "split-monitor-workspaces" },
# Installs the same plugin from a local folder
#{ local = "/home/duckonaut/repos/split-monitor-workspaces" },
"Duckonaut/split-monitor-workspaces",
]

15
.config/hypr/import-gsettings Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh
# usage: import-gsettings
config="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini"
if [ ! -f "$config" ]; then exit 1; fi
gnome_schema="org.gnome.desktop.interface"
gtk_theme="$(grep 'gtk-theme-name' "$config" | sed 's/.*\s*=\s*//')"
icon_theme="$(grep 'gtk-icon-theme-name' "$config" | sed 's/.*\s*=\s*//')"
cursor_theme="$(grep 'gtk-cursor-theme-name' "$config" | sed 's/.*\s*=\s*//')"
font_name="$(grep 'gtk-font-name' "$config" | sed 's/.*\s*=\s*//')"
gsettings set "$gnome_schema" gtk-theme "$gtk_theme"
gsettings set "$gnome_schema" icon-theme "$icon_theme"
gsettings set "$gnome_schema" cursor-theme "$cursor_theme"
gsettings set "$gnome_schema" font-name "$font_name"

Binary file not shown.

View file

@ -10,7 +10,7 @@
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
music_directory "/run/media/zombie/zombienas/organized_data/purchased_media/music"
music_directory "/mnt/zombienas/organized_data/purchased_media/music"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use

View file

@ -33,17 +33,18 @@ MaxRetries=25
BindIP=default
NewSocketLoopEnable=false
LowLatencyEnable=false
IPFamily=IPv4+IPv6
[SimpleOutput]
StreamEncoder=x264
Preset=veryfast
VBitrate=2000
UseAdvanced=false
FilePath=/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/
FilePath=/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/
RecFormat2=mkv
ABitrate=256
NVENCPreset2=p5
RecQuality=HQ
RecQuality=Small
RecRB=false
RecRBTime=20
RecRBSize=512
@ -95,7 +96,6 @@ RecRBTime=20
RecRBSize=512
AudioEncoder=libfdk_aac
RecAudioEncoder=libfdk_aac
FFExtension=mp4
[Stream1]
IgnoreRecommended=false

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@ Pre21Defaults=false
Pre23Defaults=false
Pre24.1Defaults=false
FirstRun=true
LastVersion=486604803
LastVersion=503316482
MaxLogs=10
InfoIncrement=-1
ProcessPriority=Normal
@ -22,8 +22,8 @@ ConfigOnNewProfile=true
[BasicWindow]
gridMode=false
geometry=AdnQywADAAAAABMDAAAAGgAAHPwAAAWcAAATBQAAABwAABz6AAAFmgAAAAEAAAAABAAAABMFAAAAHAAAHPoAAAWa
DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAn2AAABAfwBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAdYAAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAHaAAAB2gAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAADuAAAAosAAADeAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAABkcAAAHaAAAAoAD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAAglAAAB0QAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAAUAAAAAmwAAAK8AAAAyAAACfYAAARKAAAABAAAAAQAAAAIAAAACPwAAAAA
geometry=AdnQywADAAAAAB9AAAAAAAAAIysAAAViAAAfQAAAAAAAACMrAAAFYgAAAAIAAAAACgAAAB9AAAAAAAAAIysAAAVi
DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAPsAAABAfwBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAALkAAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAC9AAAAtwAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAABeAAAAP4AAADeAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAAAnoAAAC5AAAAoAD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAAM3AAAAtQAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAANhAAAA+gAAAK8AAAAyAAAA+wAAAQlAAAABAAAAAQAAAAIAAAACPwAAAAA
PreviewEnabled=true
AlwaysOnTop=false
SceneDuplicationMode=true
@ -57,9 +57,10 @@ WarnBeforeStartingStream=false
WarnBeforeStoppingStream=false
WarnBeforeStoppingRecord=false
ExtraBrowserDocks=[]
SideDocks=false
[ScriptLogWindow]
geometry=AdnQywADAAAAAAUBAAAAGQAAB1gAAAGoAAAFAQAAABkAAAdYAAABqAAAAAAAAAAADwAAAAUBAAAAGQAAB1gAAAGo
geometry=AdnQywADAAAAAAoBAAAAGQAADFgAAAGoAAAKAQAAABkAAAxYAAABqAAAAAAAAAAABkAAAAoBAAAAGQAADFgAAAGo
[PropertiesWindow]
cx=720

View file

@ -1,147 +0,0 @@
20:33:52.106: Using EGL/X11
20:33:52.106: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
20:33:52.106: CPU Speed: 2066.220MHz
20:33:52.107: Physical Cores: 8, Logical Cores: 16
20:33:52.107: Physical Memory: 15918MB Total, 2899MB Free
20:33:52.107: Kernel Version: Linux 6.5.5-zen1-1-zen
20:33:52.107: Distribution: "Arch Linux" Unknown
20:33:52.107: Desktop Environment:
20:33:52.107: Session Type: x11
20:33:52.107: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
20:33:52.108: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
20:33:52.108: Portable mode: false
20:33:52.149: OBS 29.1.3-1 (linux)
20:33:52.149: ---------------------------------
20:33:52.149: ---------------------------------
20:33:52.149: audio settings reset:
20:33:52.149: samples per sec: 48000
20:33:52.149: speakers: 2
20:33:52.149: max buffering: 960 milliseconds
20:33:52.149: buffering type: dynamically increasing
20:33:52.155: ---------------------------------
20:33:52.155: Initializing OpenGL...
20:33:52.245: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
20:33:52.245: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.1, shading language 4.60
20:33:52.285: ---------------------------------
20:33:52.285: video settings reset:
20:33:52.285: base resolution: 1920x1080
20:33:52.285: output resolution: 1920x1080
20:33:52.285: downscale filter: Bicubic
20:33:52.285: fps: 30000/1001
20:33:52.285: format: NV12
20:33:52.285: YUV mode: Rec. 709/Partial
20:33:52.285: NV12 texture support not available
20:33:52.285: P010 texture support not available
20:33:52.290: Audio monitoring device:
20:33:52.290: name: Default
20:33:52.290: id: default
20:33:52.290: ---------------------------------
20:33:52.300: Failed to load 'en-US' text for module: 'decklink-captions.so'
20:33:52.310: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
20:33:52.320: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
20:33:52.320: Failed to initialize module 'decklink.so'
20:33:52.571: [pipewire] Available captures:
20:33:52.571: [pipewire] - Desktop capture
20:33:52.605: [obs-browser]: Version 2.21.1
20:33:52.605: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
20:33:52.868: VAAPI: Failed to initialize display in vaapi_device_h264_supported
20:33:52.868: FFmpeg VAAPI H264 encoding not supported
20:33:52.868: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
20:33:52.868: FFmpeg VAAPI HEVC encoding not supported
20:33:52.928: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
20:33:52.928: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
20:33:52.928: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
20:33:52.933: [obs-websocket] [obs_module_load] Module loaded.
20:33:52.969: ---------------------------------
20:33:52.969: Loaded Modules:
20:33:52.969: text-freetype2.so
20:33:52.969: rtmp-services.so
20:33:52.969: obs-x264.so
20:33:52.969: obs-websocket.so
20:33:52.969: obs-vst.so
20:33:52.969: obs-transitions.so
20:33:52.969: obs-outputs.so
20:33:52.969: obs-filters.so
20:33:52.969: obs-ffmpeg.so
20:33:52.969: obs-browser.so
20:33:52.969: linux-v4l2.so
20:33:52.969: linux-pulseaudio.so
20:33:52.969: linux-pipewire.so
20:33:52.969: linux-jack.so
20:33:52.969: linux-capture.so
20:33:52.969: linux-alsa.so
20:33:52.969: image-source.so
20:33:52.969: frontend-tools.so
20:33:52.969: decklink-output-ui.so
20:33:52.969: decklink-captions.so
20:33:52.969: ---------------------------------
20:33:52.970: ==== Startup complete ===============================================
20:33:53.003: All scene data cleared
20:33:53.003: ------------------------------------------------
20:33:53.007: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:33:53.007: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
20:33:53.007: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
20:33:53.007: [Loaded global audio device]: 'Desktop Audio'
20:33:53.008: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:33:53.008: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
20:33:53.008: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:33:53.008: [Loaded global audio device]: 'Mic/Aux'
20:33:53.008: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:33:53.008: pulse-input: An error occurred while getting the source info!
20:33:53.008: [Loaded global audio device]: 'HDMI Capture'
20:33:53.008: v4l2-input: Start capture from /dev/video0
20:33:53.010: v4l2-input: Input: 0
20:33:53.024: v4l2-input: Resolution: 1920x1080
20:33:53.024: v4l2-input: Pixelformat: YU12
20:33:53.024: v4l2-input: Linesize: 1920 Bytes
20:33:53.024: v4l2-input: Framerate: 30.00 fps
20:33:53.026: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
20:33:53.028: xshm-input: Geometry 3840x2160 @ 0,0
20:33:53.034: v4l2-input: Start capture from /dev/video0
20:33:53.035: v4l2-input: Unable to set input 0
20:33:53.035: v4l2-input: Initialization failed, errno: Device or resource busy
20:33:53.164: v4l2-input: Start capture from /dev/video0
20:33:53.165: v4l2-input: Unable to set input 0
20:33:53.165: v4l2-input: Initialization failed, errno: Device or resource busy
20:33:53.165: xshm-input: Geometry 3840x2160 @ 0,0
20:33:53.169: v4l2-input: Start capture from /dev/video4
20:33:53.169: v4l2-input: Unable to open device
20:33:53.169: v4l2-input: Initialization failed, errno: No such file or directory
20:33:53.169: xshm-input: Geometry 2560x1440 @ 3840,0
20:33:53.172: PipeWire initialized
20:33:53.174: Switched to scene 'screen'
20:33:53.175: ------------------------------------------------
20:33:53.175: Loaded scenes:
20:33:53.175: - scene 'Screen with camera':
20:33:53.175: - source: 'Screen Capture' (xshm_input)
20:33:53.175: - source: 'Camera Capture' (v4l2_input)
20:33:53.175: - source: 'border' (image_source)
20:33:53.175: - scene 'game with camera':
20:33:53.175: - source: 'Camera Capture' (v4l2_input)
20:33:53.175: - source: 'border' (image_source)
20:33:53.175: - source: 'capture acrd' (v4l2_input)
20:33:53.175: - scene 'game':
20:33:53.175: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:33:53.175: - scene 'screen':
20:33:53.175: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
20:33:53.175: - source: 'Screen Capture (XSHM)' (xshm_input)
20:33:53.175: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
20:33:53.175: - scene 'camera':
20:33:53.175: - source: 'Camera Capture' (v4l2_input)
20:33:53.175: - scene 'Camera with scope':
20:33:53.175: - source: 'Camera Capture' (v4l2_input)
20:33:53.175: - source: 'border' (image_source)
20:33:53.175: - source: 'scope caputre' (v4l2_input)
20:33:53.175: - scene 'game with screen':
20:33:53.175: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:33:53.175: - source: 'Screen Capture (XSHM)' (xshm_input)
20:33:53.175: ------------------------------------------------
20:33:53.579: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
20:33:53.579:
20:33:54.449: NV12 texture support not available
20:33:54.449: P010 texture support not available
20:33:54.455: Virtual camera started
20:33:54.475: ==== Virtual Camera Start ==========================================
20:34:18.173: [pipewire] Error creating screencast session: Timeout was reached
20:50:13.420: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
20:50:13.420:

View file

@ -1,170 +0,0 @@
23:07:03.521: Using EGL/X11
23:07:03.521: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
23:07:03.521: CPU Speed: 4122.068MHz
23:07:03.522: Physical Cores: 8, Logical Cores: 16
23:07:03.522: Physical Memory: 15918MB Total, 12047MB Free
23:07:03.522: Kernel Version: Linux 6.5.5-zen1-1-zen
23:07:03.522: Distribution: "Arch Linux" Unknown
23:07:03.522: Desktop Environment:
23:07:03.522: Session Type: x11
23:07:03.522: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
23:07:03.523: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
23:07:03.523: Portable mode: false
23:07:03.565: OBS 29.1.3-1 (linux)
23:07:03.565: ---------------------------------
23:07:03.566: ---------------------------------
23:07:03.566: audio settings reset:
23:07:03.566: samples per sec: 48000
23:07:03.566: speakers: 2
23:07:03.566: max buffering: 960 milliseconds
23:07:03.566: buffering type: dynamically increasing
23:07:03.572: ---------------------------------
23:07:03.572: Initializing OpenGL...
23:07:03.630: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
23:07:03.630: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.1, shading language 4.60
23:07:03.660: ---------------------------------
23:07:03.660: video settings reset:
23:07:03.660: base resolution: 1920x1080
23:07:03.660: output resolution: 1920x1080
23:07:03.660: downscale filter: Bicubic
23:07:03.660: fps: 30000/1001
23:07:03.660: format: NV12
23:07:03.660: YUV mode: Rec. 709/Partial
23:07:03.660: NV12 texture support not available
23:07:03.660: P010 texture support not available
23:07:03.663: Audio monitoring device:
23:07:03.663: name: Default
23:07:03.663: id: default
23:07:03.663: ---------------------------------
23:07:03.671: Failed to load 'en-US' text for module: 'decklink-captions.so'
23:07:03.681: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
23:07:03.690: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
23:07:03.690: Failed to initialize module 'decklink.so'
23:07:10.326: [pipewire] No captures available
23:07:10.360: [obs-browser]: Version 2.21.1
23:07:10.361: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
23:07:10.501: VAAPI: Failed to initialize display in vaapi_device_h264_supported
23:07:10.501: FFmpeg VAAPI H264 encoding not supported
23:07:10.502: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
23:07:10.502: FFmpeg VAAPI HEVC encoding not supported
23:07:10.561: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
23:07:10.561: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
23:07:10.561: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
23:07:10.565: [obs-websocket] [obs_module_load] Module loaded.
23:07:10.595: ---------------------------------
23:07:10.595: Loaded Modules:
23:07:10.595: text-freetype2.so
23:07:10.595: rtmp-services.so
23:07:10.595: obs-x264.so
23:07:10.595: obs-websocket.so
23:07:10.595: obs-vst.so
23:07:10.595: obs-transitions.so
23:07:10.595: obs-outputs.so
23:07:10.595: obs-filters.so
23:07:10.595: obs-ffmpeg.so
23:07:10.595: obs-browser.so
23:07:10.595: linux-v4l2.so
23:07:10.595: linux-pulseaudio.so
23:07:10.595: linux-pipewire.so
23:07:10.595: linux-jack.so
23:07:10.596: linux-capture.so
23:07:10.596: linux-alsa.so
23:07:10.596: image-source.so
23:07:10.596: frontend-tools.so
23:07:10.596: decklink-output-ui.so
23:07:10.596: decklink-captions.so
23:07:10.596: ---------------------------------
23:07:10.596: ==== Startup complete ===============================================
23:07:10.649: All scene data cleared
23:07:10.649: ------------------------------------------------
23:07:10.654: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:07:10.654: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
23:07:10.654: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
23:07:10.654: [Loaded global audio device]: 'Desktop Audio'
23:07:10.654: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:07:10.654: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
23:07:10.654: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
23:07:10.654: [Loaded global audio device]: 'Mic/Aux'
23:07:10.655: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:07:10.655: pulse-input: An error occurred while getting the source info!
23:07:10.655: [Loaded global audio device]: 'HDMI Capture'
23:07:10.655: v4l2-input: Start capture from /dev/video0
23:07:10.656: v4l2-input: Input: 0
23:07:10.671: v4l2-input: Resolution: 1920x1080
23:07:10.671: v4l2-input: Pixelformat: YU12
23:07:10.671: v4l2-input: Linesize: 1920 Bytes
23:07:10.671: v4l2-input: Framerate: 30.00 fps
23:07:10.672: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
23:07:10.674: xshm-input: Geometry 3840x2160 @ 0,0
23:07:10.680: v4l2-input: Start capture from /dev/video0
23:07:10.681: v4l2-input: Unable to set input 0
23:07:10.681: v4l2-input: Initialization failed, errno: Device or resource busy
23:07:10.847: v4l2-input: /dev/video0: select timed out
23:07:10.847: v4l2-input: /dev/video0: failed to log status
23:07:10.894: v4l2-input: Start capture from /dev/video0
23:07:10.894: v4l2-input: Unable to set input 0
23:07:10.894: v4l2-input: Initialization failed, errno: Device or resource busy
23:07:10.895: xshm-input: Geometry 3840x2160 @ 0,0
23:07:10.898: v4l2-input: Start capture from /dev/video4
23:07:10.898: v4l2-input: Unable to open device
23:07:10.898: v4l2-input: Initialization failed, errno: No such file or directory
23:07:10.898: xshm-input: Geometry 2560x1440 @ 3840,0
23:07:10.901: Source ID 'pipewire-desktop-capture-source' not found
23:07:10.901: Failed to create source 'Screen Capture (PipeWire)'!
23:07:10.903: Switched to scene 'screen'
23:07:10.903: ------------------------------------------------
23:07:10.903: Loaded scenes:
23:07:10.903: - scene 'Screen with camera':
23:07:10.903: - source: 'Screen Capture' (xshm_input)
23:07:10.903: - source: 'Camera Capture' (v4l2_input)
23:07:10.903: - source: 'border' (image_source)
23:07:10.903: - scene 'game with camera':
23:07:10.903: - source: 'Camera Capture' (v4l2_input)
23:07:10.903: - source: 'border' (image_source)
23:07:10.903: - source: 'capture acrd' (v4l2_input)
23:07:10.903: - scene 'game':
23:07:10.903: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:07:10.903: - scene 'screen':
23:07:10.903: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
23:07:10.903: - source: 'Screen Capture (XSHM)' (xshm_input)
23:07:10.903: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
23:07:10.903: - scene 'camera':
23:07:10.903: - source: 'Camera Capture' (v4l2_input)
23:07:10.903: - scene 'Camera with scope':
23:07:10.903: - source: 'Camera Capture' (v4l2_input)
23:07:10.903: - source: 'border' (image_source)
23:07:10.903: - source: 'scope caputre' (v4l2_input)
23:07:10.903: - scene 'game with screen':
23:07:10.903: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:07:10.903: - source: 'Screen Capture (XSHM)' (xshm_input)
23:07:10.903: ------------------------------------------------
23:07:11.204: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
23:07:11.204:
23:07:11.246: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
23:07:11.246:
23:07:13.733: NV12 texture support not available
23:07:13.733: P010 texture support not available
23:07:13.737: Virtual camera started
23:07:13.751: ==== Virtual Camera Start ==========================================
23:08:54.038: v4l2-input: /dev/video0: failed to enqueue buffer
23:08:54.038: v4l2-input: /dev/video0: Stopped capture after 3095 frames
23:08:54.039: v4l2-helpers: unable to stop stream
23:08:54.041: v4l2-input: Device /dev/video0 disconnected
23:08:54.044: v4l2-input: Device /dev/video0 disconnected
23:08:54.044: v4l2-input: Device /dev/video0 disconnected
23:08:54.689: v4l2-input: Device /dev/video0 reconnected
23:08:54.689: v4l2-input: Start capture from /dev/video0
23:08:54.690: v4l2-input: Input: 0
23:08:54.716: v4l2-input: Resolution: 1920x1080
23:08:54.716: v4l2-input: Pixelformat: YU12
23:08:54.716: v4l2-input: Linesize: 1920 Bytes
23:08:54.761: v4l2-input: Framerate: 30.00 fps
23:08:54.764: v4l2-input: Device /dev/video0 reconnected
23:08:54.764: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
23:08:54.764: v4l2-input: Start capture from /dev/video0
23:08:54.784: v4l2-input: Unable to set input 0
23:08:54.784: v4l2-input: Initialization failed, errno: Device or resource busy
23:08:54.784: v4l2-input: Device /dev/video0 reconnected
23:08:54.784: v4l2-input: Start capture from /dev/video0
23:08:54.796: v4l2-input: Unable to set input 0
23:08:54.796: v4l2-input: Initialization failed, errno: Device or resource busy

View file

@ -1,143 +0,0 @@
23:30:26.208: Using EGL/X11
23:30:26.208: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
23:30:26.208: CPU Speed: 2754.668MHz
23:30:26.209: Physical Cores: 8, Logical Cores: 16
23:30:26.209: Physical Memory: 15917MB Total, 12501MB Free
23:30:26.209: Kernel Version: Linux 6.5.5-zen1-1-zen
23:30:26.209: Distribution: "Arch Linux" Unknown
23:30:26.209: Desktop Environment:
23:30:26.209: Session Type: x11
23:30:26.209: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
23:30:26.210: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
23:30:26.210: Portable mode: false
23:30:26.247: OBS 29.1.3-1 (linux)
23:30:26.247: ---------------------------------
23:30:26.247: ---------------------------------
23:30:26.247: audio settings reset:
23:30:26.247: samples per sec: 48000
23:30:26.247: speakers: 2
23:30:26.247: max buffering: 960 milliseconds
23:30:26.247: buffering type: dynamically increasing
23:30:26.253: ---------------------------------
23:30:26.253: Initializing OpenGL...
23:30:26.308: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
23:30:26.308: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
23:30:26.412: ---------------------------------
23:30:26.412: video settings reset:
23:30:26.412: base resolution: 1920x1080
23:30:26.412: output resolution: 1920x1080
23:30:26.412: downscale filter: Bicubic
23:30:26.412: fps: 30000/1001
23:30:26.412: format: NV12
23:30:26.412: YUV mode: Rec. 709/Partial
23:30:26.412: NV12 texture support not available
23:30:26.412: P010 texture support not available
23:30:26.415: Audio monitoring device:
23:30:26.415: name: Default
23:30:26.415: id: default
23:30:26.415: ---------------------------------
23:30:26.424: Failed to load 'en-US' text for module: 'decklink-captions.so'
23:30:26.434: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
23:30:26.444: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
23:30:26.444: Failed to initialize module 'decklink.so'
23:30:26.669: [pipewire] No captures available
23:30:26.710: [obs-browser]: Version 2.21.1
23:30:26.711: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
23:30:26.846: VAAPI: Failed to initialize display in vaapi_device_h264_supported
23:30:26.846: FFmpeg VAAPI H264 encoding not supported
23:30:26.846: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
23:30:26.846: FFmpeg VAAPI HEVC encoding not supported
23:30:26.904: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
23:30:26.904: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
23:30:26.904: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
23:30:26.908: [obs-websocket] [obs_module_load] Module loaded.
23:30:26.939: ---------------------------------
23:30:26.939: Loaded Modules:
23:30:26.939: text-freetype2.so
23:30:26.939: rtmp-services.so
23:30:26.939: obs-x264.so
23:30:26.939: obs-websocket.so
23:30:26.939: obs-vst.so
23:30:26.939: obs-transitions.so
23:30:26.939: obs-outputs.so
23:30:26.939: obs-filters.so
23:30:26.939: obs-ffmpeg.so
23:30:26.939: obs-browser.so
23:30:26.939: linux-v4l2.so
23:30:26.939: linux-pulseaudio.so
23:30:26.939: linux-pipewire.so
23:30:26.939: linux-jack.so
23:30:26.939: linux-capture.so
23:30:26.939: linux-alsa.so
23:30:26.939: image-source.so
23:30:26.939: frontend-tools.so
23:30:26.939: decklink-output-ui.so
23:30:26.939: decklink-captions.so
23:30:26.939: ---------------------------------
23:30:26.940: ==== Startup complete ===============================================
23:30:26.994: All scene data cleared
23:30:26.995: ------------------------------------------------
23:30:27.001: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:30:27.001: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
23:30:27.001: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
23:30:27.001: [Loaded global audio device]: 'Desktop Audio'
23:30:27.002: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:30:27.002: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
23:30:27.002: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
23:30:27.002: [Loaded global audio device]: 'Mic/Aux'
23:30:27.002: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
23:30:27.003: pulse-input: An error occurred while getting the source info!
23:30:27.003: [Loaded global audio device]: 'HDMI Capture'
23:30:27.003: v4l2-input: Start capture from /dev/video0
23:30:27.004: v4l2-input: Unable to set input 0
23:30:27.004: v4l2-input: Initialization failed, errno: Device or resource busy
23:30:27.005: xshm-input: Geometry 3840x2160 @ 0,0
23:30:27.012: v4l2-input: Start capture from /dev/video0
23:30:27.012: v4l2-input: Unable to set input 0
23:30:27.012: v4l2-input: Initialization failed, errno: Device or resource busy
23:30:27.243: v4l2-input: Start capture from /dev/video0
23:30:27.244: v4l2-input: Unable to set input 0
23:30:27.244: v4l2-input: Initialization failed, errno: Device or resource busy
23:30:27.244: xshm-input: Geometry 3840x2160 @ 0,0
23:30:27.247: v4l2-input: Start capture from /dev/video4
23:30:27.247: v4l2-input: Unable to open device
23:30:27.247: v4l2-input: Initialization failed, errno: No such file or directory
23:30:27.248: xshm-input: Geometry 2560x1440 @ 3840,0
23:30:27.250: Source ID 'pipewire-desktop-capture-source' not found
23:30:27.250: Failed to create source 'Screen Capture (PipeWire)'!
23:30:27.252: Switched to scene 'screen'
23:30:27.252: ------------------------------------------------
23:30:27.252: Loaded scenes:
23:30:27.252: - scene 'Screen with camera':
23:30:27.252: - source: 'Screen Capture' (xshm_input)
23:30:27.252: - source: 'Camera Capture' (v4l2_input)
23:30:27.252: - source: 'border' (image_source)
23:30:27.252: - scene 'game with camera':
23:30:27.252: - source: 'Camera Capture' (v4l2_input)
23:30:27.252: - source: 'border' (image_source)
23:30:27.252: - source: 'capture acrd' (v4l2_input)
23:30:27.252: - scene 'game':
23:30:27.252: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:30:27.252: - scene 'screen':
23:30:27.252: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
23:30:27.252: - source: 'Screen Capture (XSHM)' (xshm_input)
23:30:27.252: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
23:30:27.252: - scene 'camera':
23:30:27.252: - source: 'Camera Capture' (v4l2_input)
23:30:27.252: - scene 'Camera with scope':
23:30:27.252: - source: 'Camera Capture' (v4l2_input)
23:30:27.252: - source: 'border' (image_source)
23:30:27.252: - source: 'scope caputre' (v4l2_input)
23:30:27.252: - scene 'game with screen':
23:30:27.252: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:30:27.252: - source: 'Screen Capture (XSHM)' (xshm_input)
23:30:27.252: ------------------------------------------------
23:30:27.549: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
23:30:27.549:
23:30:27.570: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
23:30:27.570:
23:30:28.662: NV12 texture support not available
23:30:28.662: P010 texture support not available
23:30:28.669: Virtual camera started
23:30:28.699: ==== Virtual Camera Start ==========================================
23:30:28.703: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop

View file

@ -1,246 +0,0 @@
02:20:56.133: Using EGL/X11
02:20:56.133: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
02:20:56.133: CPU Speed: 4093.179MHz
02:20:56.134: Physical Cores: 8, Logical Cores: 16
02:20:56.134: Physical Memory: 15917MB Total, 4056MB Free
02:20:56.134: Kernel Version: Linux 6.5.5-zen1-1-zen
02:20:56.134: Distribution: "Arch Linux" Unknown
02:20:56.134: Desktop Environment:
02:20:56.134: Session Type: x11
02:20:56.134: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
02:20:56.135: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
02:20:56.135: Portable mode: false
02:20:56.175: OBS 29.1.3-1 (linux)
02:20:56.175: ---------------------------------
02:20:56.176: ---------------------------------
02:20:56.176: audio settings reset:
02:20:56.176: samples per sec: 48000
02:20:56.176: speakers: 2
02:20:56.176: max buffering: 960 milliseconds
02:20:56.176: buffering type: dynamically increasing
02:20:56.182: ---------------------------------
02:20:56.182: Initializing OpenGL...
02:20:56.235: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
02:20:56.235: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
02:20:56.265: ---------------------------------
02:20:56.265: video settings reset:
02:20:56.265: base resolution: 1920x1080
02:20:56.265: output resolution: 1920x1080
02:20:56.265: downscale filter: Bicubic
02:20:56.265: fps: 30000/1001
02:20:56.265: format: NV12
02:20:56.265: YUV mode: Rec. 709/Partial
02:20:56.265: NV12 texture support not available
02:20:56.265: P010 texture support not available
02:20:56.267: Audio monitoring device:
02:20:56.267: name: Default
02:20:56.267: id: default
02:20:56.267: ---------------------------------
02:20:56.276: Failed to load 'en-US' text for module: 'decklink-captions.so'
02:20:56.285: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
02:20:56.296: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
02:20:56.296: Failed to initialize module 'decklink.so'
02:20:56.518: [pipewire] No captures available
02:20:56.552: [obs-browser]: Version 2.21.1
02:20:56.552: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
02:20:56.668: VAAPI: Failed to initialize display in vaapi_device_h264_supported
02:20:56.668: FFmpeg VAAPI H264 encoding not supported
02:20:56.668: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
02:20:56.668: FFmpeg VAAPI HEVC encoding not supported
02:20:56.728: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
02:20:56.728: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
02:20:56.728: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
02:20:56.734: [obs-websocket] [obs_module_load] Module loaded.
02:20:56.767: ---------------------------------
02:20:56.767: Loaded Modules:
02:20:56.767: text-freetype2.so
02:20:56.767: rtmp-services.so
02:20:56.767: obs-x264.so
02:20:56.767: obs-websocket.so
02:20:56.767: obs-vst.so
02:20:56.767: obs-transitions.so
02:20:56.767: obs-outputs.so
02:20:56.767: obs-filters.so
02:20:56.767: obs-ffmpeg.so
02:20:56.767: obs-browser.so
02:20:56.767: linux-v4l2.so
02:20:56.767: linux-pulseaudio.so
02:20:56.767: linux-pipewire.so
02:20:56.767: linux-jack.so
02:20:56.767: linux-capture.so
02:20:56.768: linux-alsa.so
02:20:56.768: image-source.so
02:20:56.768: frontend-tools.so
02:20:56.768: decklink-output-ui.so
02:20:56.768: decklink-captions.so
02:20:56.768: ---------------------------------
02:20:56.768: ==== Startup complete ===============================================
02:20:56.816: All scene data cleared
02:20:56.817: ------------------------------------------------
02:20:56.821: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
02:20:56.821: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
02:20:56.821: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
02:20:56.821: [Loaded global audio device]: 'Desktop Audio'
02:20:56.821: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
02:20:56.821: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
02:20:56.821: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
02:20:56.821: [Loaded global audio device]: 'Mic/Aux'
02:20:56.822: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
02:20:56.822: pulse-input: An error occurred while getting the source info!
02:20:56.822: [Loaded global audio device]: 'HDMI Capture'
02:20:56.822: v4l2-input: Start capture from /dev/video0
02:20:56.823: v4l2-input: Unable to set input 0
02:20:56.823: v4l2-input: Initialization failed, errno: Device or resource busy
02:20:56.823: xshm-input: Geometry 3840x2160 @ 0,0
02:20:56.830: v4l2-input: Start capture from /dev/video0
02:20:56.830: v4l2-input: Unable to set input 0
02:20:56.830: v4l2-input: Initialization failed, errno: Device or resource busy
02:20:56.993: v4l2-input: Start capture from /dev/video0
02:20:56.993: v4l2-input: Unable to set input 0
02:20:56.993: v4l2-input: Initialization failed, errno: Device or resource busy
02:20:56.994: xshm-input: Geometry 3840x2160 @ 0,0
02:20:56.997: v4l2-input: Start capture from /dev/video4
02:20:56.997: v4l2-input: Unable to open device
02:20:56.997: v4l2-input: Initialization failed, errno: No such file or directory
02:20:56.997: xshm-input: Geometry 2560x1440 @ 3840,0
02:20:57.000: Source ID 'pipewire-desktop-capture-source' not found
02:20:57.000: Failed to create source 'Screen Capture (PipeWire)'!
02:20:57.002: Switched to scene 'screen'
02:20:57.002: ------------------------------------------------
02:20:57.002: Loaded scenes:
02:20:57.002: - scene 'Screen with camera':
02:20:57.002: - source: 'Screen Capture' (xshm_input)
02:20:57.002: - source: 'Camera Capture' (v4l2_input)
02:20:57.002: - source: 'border' (image_source)
02:20:57.002: - scene 'game with camera':
02:20:57.002: - source: 'Camera Capture' (v4l2_input)
02:20:57.002: - source: 'border' (image_source)
02:20:57.002: - source: 'capture acrd' (v4l2_input)
02:20:57.002: - scene 'game':
02:20:57.002: - source: 'Video Capture Device (V4L2)' (v4l2_input)
02:20:57.002: - scene 'screen':
02:20:57.002: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
02:20:57.002: - source: 'Screen Capture (XSHM)' (xshm_input)
02:20:57.002: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
02:20:57.002: - scene 'camera':
02:20:57.002: - source: 'Camera Capture' (v4l2_input)
02:20:57.002: - scene 'Camera with scope':
02:20:57.002: - source: 'Camera Capture' (v4l2_input)
02:20:57.002: - source: 'border' (image_source)
02:20:57.002: - source: 'scope caputre' (v4l2_input)
02:20:57.002: - scene 'game with screen':
02:20:57.002: - source: 'Video Capture Device (V4L2)' (v4l2_input)
02:20:57.002: - source: 'Screen Capture (XSHM)' (xshm_input)
02:20:57.002: ------------------------------------------------
02:20:57.392: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
02:20:57.392:
02:20:58.027: NV12 texture support not available
02:20:58.027: P010 texture support not available
02:20:58.031: Virtual camera started
02:20:58.044: ==== Virtual Camera Start ==========================================
02:20:58.049: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
03:14:17.414: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Desktop Audio)
03:14:17.414:
03:59:32.649: v4l2-input: Device /dev/video0 disconnected
03:59:32.649: v4l2-input: Device /dev/video0 disconnected
03:59:32.649: v4l2-input: Device /dev/video0 disconnected
03:59:33.312: v4l2-input: Device /dev/video0 reconnected
03:59:33.312: v4l2-input: Start capture from /dev/video0
03:59:33.324: v4l2-input: Input: 0
03:59:33.357: v4l2-input: Resolution: 1920x1080
03:59:33.357: v4l2-input: Pixelformat: YU12
03:59:33.357: v4l2-input: Linesize: 1920 Bytes
03:59:33.357: v4l2-input: Framerate: 30.00 fps
03:59:33.359: v4l2-input: Device /dev/video0 reconnected
03:59:33.359: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
03:59:33.359: v4l2-input: Start capture from /dev/video0
03:59:33.380: v4l2-input: Unable to set input 0
03:59:33.380: v4l2-input: Initialization failed, errno: Device or resource busy
03:59:33.380: v4l2-input: Device /dev/video0 reconnected
03:59:33.380: v4l2-input: Start capture from /dev/video0
03:59:33.404: v4l2-input: Unable to set input 0
03:59:33.404: v4l2-input: Initialization failed, errno: Device or resource busy
04:08:36.486: v4l2-input: /dev/video0: failed to enqueue buffer
04:08:36.486: v4l2-input: /dev/video0: Stopped capture after 16292 frames
04:08:36.486: v4l2-helpers: unable to stop stream
04:08:36.488: v4l2-input: Device /dev/video0 disconnected
04:08:36.491: v4l2-input: Device /dev/video0 disconnected
04:08:36.491: v4l2-input: Device /dev/video0 disconnected
04:15:04.898: ==== Shutting down ==================================================
04:15:04.898: Output 'virtualcam_output': stopping
04:15:04.898: Output 'virtualcam_output': Total frames output: 205199
04:15:04.898: Output 'virtualcam_output': Total drawn frames: 204753 (205200 attempted)
04:15:04.898: Output 'virtualcam_output': Number of lagged frames due to rendering lag/stalls: 447 (0.2%)
04:15:04.898: ==== Virtual Camera Stop ===========================================
04:15:04.899: Virtual camera stopped
04:15:04.923: pulse-input: Stopped recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor'
04:15:04.923: pulse-input: Got 273917 packets with 328700400 frames
04:15:04.923: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
04:15:04.923: pulse-input: Got 273917 packets with 328700400 frames
04:15:04.946: All scene data cleared
04:15:04.946: ------------------------------------------------
04:15:05.031: [obs-websocket] [obs_module_unload] Shutting down...
04:15:05.031: [obs-websocket] [obs_module_unload] Finished shutting down.
04:15:05.037: [Scripting] Total detached callbacks: 0
04:15:05.037: Freeing OBS context data
04:15:05.050: == Profiler Results =============================
04:15:05.050: run_program_init: 1005.96 ms
04:15:05.050: ┣OBSApp::AppInit: 7.5 ms
04:15:05.050: ┃ ┗OBSApp::InitLocale: 2.768 ms
04:15:05.050: ┗OBSApp::OBSInit: 937.322 ms
04:15:05.050: ┣obs_startup: 1.85 ms
04:15:05.050: ┗OBSBasic::OBSInit: 894.237 ms
04:15:05.050: ┣OBSBasic::InitBasicConfig: 0.094 ms
04:15:05.050: ┣OBSBasic::ResetAudio: 0.21 ms
04:15:05.050: ┣OBSBasic::ResetVideo: 90.661 ms
04:15:05.050: ┣OBSBasic::InitOBSCallbacks: 0.003 ms
04:15:05.050: ┣OBSBasic::InitHotkeys: 0.019 ms
04:15:05.050: ┣obs_load_all_modules2: 500.381 ms
04:15:05.050: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
04:15:05.050: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
04:15:05.050: ┃ ┣obs_init_module(decklink.so): 0.203 ms
04:15:05.050: ┃ ┣obs_init_module(frontend-tools.so): 62.718 ms
04:15:05.050: ┃ ┣obs_init_module(image-source.so): 0.006 ms
04:15:05.050: ┃ ┣obs_init_module(linux-alsa.so): 0.004 ms
04:15:05.050: ┃ ┣obs_init_module(linux-capture.so): 0.466 ms
04:15:05.050: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
04:15:05.050: ┃ ┣obs_init_module(linux-pipewire.so): 0.664 ms
04:15:05.050: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
04:15:05.050: ┃ ┣obs_init_module(linux-v4l2.so): 0.168 ms
04:15:05.050: ┃ ┣obs_init_module(obs-browser.so): 0.305 ms
04:15:05.050: ┃ ┣obs_init_module(obs-ffmpeg.so): 96.794 ms
04:15:05.050: ┃ ┃ ┗nvenc_check: 1.365 ms
04:15:05.050: ┃ ┣obs_init_module(obs-filters.so): 0.029 ms
04:15:05.050: ┃ ┣obs_init_module(obs-outputs.so): 0.003 ms
04:15:05.050: ┃ ┣obs_init_module(obs-transitions.so): 0.008 ms
04:15:05.050: ┃ ┣obs_init_module(obs-vst.so): 0.003 ms
04:15:05.050: ┃ ┣obs_init_module(obs-websocket.so): 6.285 ms
04:15:05.050: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
04:15:05.050: ┃ ┣obs_init_module(rtmp-services.so): 1.35 ms
04:15:05.050: ┃ ┗obs_init_module(text-freetype2.so): 0.018 ms
04:15:05.050: ┣OBSBasic::InitService: 1.182 ms
04:15:05.050: ┣OBSBasic::ResetOutputs: 0.153 ms
04:15:05.050: ┣OBSBasic::CreateHotkeys: 0.016 ms
04:15:05.050: ┣OBSBasic::InitPrimitives: 0.056 ms
04:15:05.050: ┗OBSBasic::Load: 235.239 ms
04:15:05.050: obs_hotkey_thread(25 ms): min=0.053 ms, median=8.234 ms, max=276.01 ms, 99th percentile=10.939 ms, 99.8431% below 25 ms
04:15:05.050: audio_thread(Audio): min=0.008 ms, median=0.053 ms, max=2.639 ms, 99th percentile=0.138 ms
04:15:05.050: obs_graphics_thread(33.3667 ms): min=0.034 ms, median=23.511 ms, max=379.389 ms, 99th percentile=31.596 ms, 99.5742% below 33.367 ms
04:15:05.050: ┣tick_sources: min=0 ms, median=22.606 ms, max=377.9 ms, 99th percentile=30.619 ms
04:15:05.050: ┣output_frame: min=0.03 ms, median=0.858 ms, max=8.169 ms, 99th percentile=1.379 ms
04:15:05.050: ┃ ┣gs_context(video->graphics): min=0.029 ms, median=0.22 ms, max=8.168 ms, 99th percentile=0.344 ms, 1.99975 calls per parent call
04:15:05.050: ┃ ┃ ┣render_video: min=0.003 ms, median=0.113 ms, max=2.843 ms, 99th percentile=0.192 ms
04:15:05.050: ┃ ┃ ┃ ┣render_main_texture: min=0.002 ms, median=0.085 ms, max=2.838 ms, 99th percentile=0.178 ms
04:15:05.050: ┃ ┃ ┃ ┣render_convert_texture: min=0.017 ms, median=0.031 ms, max=1.252 ms, 99th percentile=0.054 ms, 0.499937 calls per parent call
04:15:05.050: ┃ ┃ ┃ ┗stage_output_texture: min=0.008 ms, median=0.015 ms, max=0.626 ms, 99th percentile=0.028 ms, 0.499937 calls per parent call
04:15:05.050: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.003 ms, max=0.562 ms, 99th percentile=0.011 ms
04:15:05.050: ┃ ┃ ┗download_frame: min=0 ms, median=0.039 ms, max=0.7 ms, 99th percentile=0.069 ms, 0.499937 calls per parent call
04:15:05.050: ┃ ┗output_video_data: min=0.226 ms, median=0.412 ms, max=3.423 ms, 99th percentile=0.821 ms
04:15:05.050: ┗render_displays: min=0.001 ms, median=0.005 ms, max=2.421 ms, 99th percentile=0.013 ms
04:15:05.050: video_thread(video): min=0.067 ms, median=3.221 ms, max=54.079 ms, 99th percentile=4.454 ms
04:15:05.050: =================================================
04:15:05.050: == Profiler Time Between Calls ==================
04:15:05.050: obs_hotkey_thread(25 ms): min=25.071 ms, median=33.303 ms, max=301.075 ms, 6.92783% within ±2% of 25 ms (0% lower, 93.0722% higher)
04:15:05.050: obs_graphics_thread(33.3667 ms): min=0.741 ms, median=33.367 ms, max=379.397 ms, 99.0132% within ±2% of 33.367 ms (0.639145% lower, 0.347648% higher)
04:15:05.050: =================================================
04:15:05.123: Number of memory leaks: 0

View file

@ -1,271 +0,0 @@
04:18:28.517: Using EGL/X11
04:18:28.517: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
04:18:28.517: CPU Speed: 4191.371MHz
04:18:28.517: Physical Cores: 8, Logical Cores: 16
04:18:28.517: Physical Memory: 15917MB Total, 4563MB Free
04:18:28.517: Kernel Version: Linux 6.5.5-zen1-1-zen
04:18:28.517: Distribution: "Arch Linux" Unknown
04:18:28.517: Desktop Environment:
04:18:28.517: Session Type: x11
04:18:28.517: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
04:18:28.518: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
04:18:28.518: Portable mode: false
04:18:28.545: OBS 29.1.3-1 (linux)
04:18:28.545: ---------------------------------
04:18:28.546: ---------------------------------
04:18:28.546: audio settings reset:
04:18:28.546: samples per sec: 48000
04:18:28.546: speakers: 2
04:18:28.546: max buffering: 960 milliseconds
04:18:28.546: buffering type: dynamically increasing
04:18:28.550: ---------------------------------
04:18:28.550: Initializing OpenGL...
04:18:28.605: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
04:18:28.605: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
04:18:28.631: ---------------------------------
04:18:28.631: video settings reset:
04:18:28.631: base resolution: 1920x1080
04:18:28.631: output resolution: 1920x1080
04:18:28.631: downscale filter: Bicubic
04:18:28.631: fps: 30000/1001
04:18:28.631: format: NV12
04:18:28.631: YUV mode: Rec. 709/Partial
04:18:28.632: NV12 texture support not available
04:18:28.632: P010 texture support not available
04:18:28.633: Audio monitoring device:
04:18:28.633: name: Default
04:18:28.633: id: default
04:18:28.633: ---------------------------------
04:18:28.642: Failed to load 'en-US' text for module: 'decklink-captions.so'
04:18:28.652: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
04:18:28.658: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
04:18:28.658: Failed to initialize module 'decklink.so'
04:18:28.858: [pipewire] No captures available
04:18:28.889: [obs-browser]: Version 2.21.1
04:18:28.890: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
04:18:29.005: VAAPI: Failed to initialize display in vaapi_device_h264_supported
04:18:29.005: FFmpeg VAAPI H264 encoding not supported
04:18:29.005: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
04:18:29.005: FFmpeg VAAPI HEVC encoding not supported
04:18:29.070: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
04:18:29.070: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
04:18:29.070: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
04:18:29.077: [obs-websocket] [obs_module_load] Module loaded.
04:18:29.117: ---------------------------------
04:18:29.117: Loaded Modules:
04:18:29.117: text-freetype2.so
04:18:29.117: rtmp-services.so
04:18:29.117: obs-x264.so
04:18:29.117: obs-websocket.so
04:18:29.117: obs-vst.so
04:18:29.117: obs-transitions.so
04:18:29.117: obs-outputs.so
04:18:29.117: obs-filters.so
04:18:29.117: obs-ffmpeg.so
04:18:29.117: obs-browser.so
04:18:29.117: linux-v4l2.so
04:18:29.117: linux-pulseaudio.so
04:18:29.117: linux-pipewire.so
04:18:29.117: linux-jack.so
04:18:29.117: linux-capture.so
04:18:29.117: linux-alsa.so
04:18:29.117: image-source.so
04:18:29.117: frontend-tools.so
04:18:29.117: decklink-output-ui.so
04:18:29.117: decklink-captions.so
04:18:29.117: ---------------------------------
04:18:29.118: ==== Startup complete ===============================================
04:18:29.143: All scene data cleared
04:18:29.143: ------------------------------------------------
04:18:29.148: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
04:18:29.148: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
04:18:29.148: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
04:18:29.148: [Loaded global audio device]: 'Desktop Audio'
04:18:29.148: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
04:18:29.148: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
04:18:29.148: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
04:18:29.148: [Loaded global audio device]: 'Mic/Aux'
04:18:29.149: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
04:18:29.149: pulse-input: An error occurred while getting the source info!
04:18:29.149: [Loaded global audio device]: 'HDMI Capture'
04:18:29.149: v4l2-input: Start capture from /dev/video0
04:18:29.149: v4l2-input: Unable to open device
04:18:29.149: v4l2-input: Initialization failed, errno: No such file or directory
04:18:29.150: xshm-input: Geometry 3840x2160 @ 0,0
04:18:29.157: v4l2-input: Start capture from /dev/video0
04:18:29.157: v4l2-input: Unable to open device
04:18:29.157: v4l2-input: Initialization failed, errno: No such file or directory
04:18:29.338: v4l2-input: Start capture from /dev/video0
04:18:29.338: v4l2-input: Unable to open device
04:18:29.338: v4l2-input: Initialization failed, errno: No such file or directory
04:18:29.338: xshm-input: Geometry 3840x2160 @ 0,0
04:18:29.342: v4l2-input: Start capture from /dev/video4
04:18:29.342: v4l2-input: Unable to open device
04:18:29.342: v4l2-input: Initialization failed, errno: No such file or directory
04:18:29.342: xshm-input: Geometry 2560x1440 @ 3840,0
04:18:29.345: Source ID 'pipewire-desktop-capture-source' not found
04:18:29.345: Failed to create source 'Screen Capture (PipeWire)'!
04:18:29.346: Switched to scene 'screen'
04:18:29.346: ------------------------------------------------
04:18:29.346: Loaded scenes:
04:18:29.346: - scene 'Screen with camera':
04:18:29.346: - source: 'Screen Capture' (xshm_input)
04:18:29.346: - source: 'Camera Capture' (v4l2_input)
04:18:29.346: - source: 'border' (image_source)
04:18:29.346: - scene 'game with camera':
04:18:29.346: - source: 'Camera Capture' (v4l2_input)
04:18:29.346: - source: 'border' (image_source)
04:18:29.346: - source: 'capture acrd' (v4l2_input)
04:18:29.346: - scene 'game':
04:18:29.346: - source: 'Video Capture Device (V4L2)' (v4l2_input)
04:18:29.346: - scene 'screen':
04:18:29.346: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
04:18:29.346: - source: 'Screen Capture (XSHM)' (xshm_input)
04:18:29.346: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
04:18:29.346: - scene 'camera':
04:18:29.346: - source: 'Camera Capture' (v4l2_input)
04:18:29.346: - scene 'Camera with scope':
04:18:29.346: - source: 'Camera Capture' (v4l2_input)
04:18:29.347: - source: 'border' (image_source)
04:18:29.347: - source: 'scope caputre' (v4l2_input)
04:18:29.347: - scene 'game with screen':
04:18:29.347: - source: 'Video Capture Device (V4L2)' (v4l2_input)
04:18:29.347: - source: 'Screen Capture (XSHM)' (xshm_input)
04:18:29.347: ------------------------------------------------
04:18:29.698: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
04:18:29.698:
04:18:30.630: ---------------------------------
04:18:30.630: [x264 encoder: 'simple_video_recording'] preset: veryfast
04:18:30.630: [x264 encoder: 'simple_video_recording'] profile: high
04:18:30.631: [x264 encoder: 'simple_video_recording'] settings:
04:18:30.631: rate_control: CRF
04:18:30.631: bitrate: 0
04:18:30.631: buffer size: 0
04:18:30.631: crf: 16
04:18:30.631: fps_num: 30000
04:18:30.631: fps_den: 1001
04:18:30.631: width: 1920
04:18:30.631: height: 1080
04:18:30.631: keyint: 250
04:18:30.631:
04:18:30.669: ---------------------------------
04:18:30.669: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
04:18:30.669:
04:18:30.669: ---------------------------------
04:18:30.669: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
04:18:30.669:
04:18:30.669: ---------------------------------
04:18:30.669: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
04:18:30.669:
04:18:30.669: ---------------------------------
04:18:30.669: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
04:18:30.669:
04:18:30.683: ==== Recording Start ===============================================
04:18:30.683: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-07 04-18-30.mkv'...
04:18:30.692: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
04:18:33.630: NV12 texture support not available
04:18:33.630: P010 texture support not available
04:18:33.633: Virtual camera started
04:18:33.634: ==== Virtual Camera Start ==========================================
04:18:34.321: [ffmpeg muxer: 'simple_file_output'] Output of file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-07 04-18-30.mkv' stopped
04:18:34.321: Output 'simple_file_output': stopping
04:18:34.321: Output 'simple_file_output': Total frames output: 69
04:18:34.321: Output 'simple_file_output': Total drawn frames: 109
04:18:34.322: ==== Recording Stop ================================================
06:17:28.599: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
06:17:28.599:
21:50:34.957: User added source 'asd' (text_ft2_source_v2) to scene 'screen'
23:09:46.169: User Removed source 'asd' (text_ft2_source_v2) from scene 'screen'
23:52:39.464: User added source 'Text (FreeType 2)' (text_ft2_source_v2) to scene 'screen'
23:55:25.524: User Removed source 'Text (FreeType 2)' (text_ft2_source_v2) from scene 'screen'
05:49:43.139: ==== Shutting down ==================================================
05:49:43.140: Output 'virtualcam_output': stopping
05:49:43.140: Output 'virtualcam_output': Total frames output: 2753331
05:49:43.140: Output 'virtualcam_output': Total drawn frames: 2750349 (2753332 attempted)
05:49:43.140: Output 'virtualcam_output': Number of lagged frames due to rendering lag/stalls: 2983 (0.1%)
05:49:43.144: ==== Virtual Camera Stop ===========================================
05:49:43.148: Virtual camera stopped
05:49:43.177: pulse-input: Stopped recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor'
05:49:43.177: pulse-input: Got 3674884 packets with 4409860800 frames
05:49:43.177: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
05:49:43.177: pulse-input: Got 3674898 packets with 4409877600 frames
05:49:43.236: All scene data cleared
05:49:43.236: ------------------------------------------------
05:49:43.429: [obs-websocket] [obs_module_unload] Shutting down...
05:49:43.429: [obs-websocket] [obs_module_unload] Finished shutting down.
05:49:43.460: [Scripting] Total detached callbacks: 0
05:49:43.461: Freeing OBS context data
05:49:43.513: == Profiler Results =============================
05:49:43.513: run_program_init: 935.023 ms
05:49:43.513: ┣OBSApp::AppInit: 4.456 ms
05:49:43.513: ┃ ┗OBSApp::InitLocale: 0.701 ms
05:49:43.513: ┗OBSApp::OBSInit: 895.964 ms
05:49:43.513: ┣obs_startup: 1.332 ms
05:49:43.513: ┗OBSBasic::OBSInit: 867.166 ms
05:49:43.513: ┣OBSBasic::InitBasicConfig: 0.103 ms
05:49:43.513: ┣OBSBasic::ResetAudio: 0.228 ms
05:49:43.513: ┣OBSBasic::ResetVideo: 87.407 ms
05:49:43.513: ┣OBSBasic::InitOBSCallbacks: 0.005 ms
05:49:43.513: ┣OBSBasic::InitHotkeys: 0.024 ms
05:49:43.513: ┣obs_load_all_modules2: 483.872 ms
05:49:43.513: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
05:49:43.513: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
05:49:43.513: ┃ ┣obs_init_module(decklink.so): 0.093 ms
05:49:43.513: ┃ ┣obs_init_module(frontend-tools.so): 67.188 ms
05:49:43.513: ┃ ┣obs_init_module(image-source.so): 0.01 ms
05:49:43.513: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
05:49:43.513: ┃ ┣obs_init_module(linux-capture.so): 0.424 ms
05:49:43.513: ┃ ┣obs_init_module(linux-jack.so): 0.003 ms
05:49:43.513: ┃ ┣obs_init_module(linux-pipewire.so): 0.779 ms
05:49:43.513: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
05:49:43.513: ┃ ┣obs_init_module(linux-v4l2.so): 0.139 ms
05:49:43.513: ┃ ┣obs_init_module(obs-browser.so): 0.048 ms
05:49:43.513: ┃ ┣obs_init_module(obs-ffmpeg.so): 94.315 ms
05:49:43.513: ┃ ┃ ┗nvenc_check: 1.444 ms
05:49:43.513: ┃ ┣obs_init_module(obs-filters.so): 0.024 ms
05:49:43.513: ┃ ┣obs_init_module(obs-outputs.so): 0.007 ms
05:49:43.513: ┃ ┣obs_init_module(obs-transitions.so): 0.011 ms
05:49:43.513: ┃ ┣obs_init_module(obs-vst.so): 0.006 ms
05:49:43.513: ┃ ┣obs_init_module(obs-websocket.so): 6.983 ms
05:49:43.513: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
05:49:43.513: ┃ ┣obs_init_module(rtmp-services.so): 2.039 ms
05:49:43.513: ┃ ┗obs_init_module(text-freetype2.so): 0.014 ms
05:49:43.513: ┣OBSBasic::InitService: 0.773 ms
05:49:43.513: ┣OBSBasic::ResetOutputs: 0.163 ms
05:49:43.513: ┣OBSBasic::CreateHotkeys: 0.018 ms
05:49:43.513: ┣OBSBasic::InitPrimitives: 0.095 ms
05:49:43.513: ┗OBSBasic::Load: 230.312 ms
05:49:43.513: obs_hotkey_thread(25 ms): min=0.051 ms, median=0.153 ms, max=436.863 ms, 99th percentile=9.899 ms, 99.9217% below 25 ms
05:49:43.513: audio_thread(Audio): min=0.01 ms, median=0.043 ms, max=15.911 ms, 99th percentile=0.119 ms
05:49:43.513: ┗receive_audio: min=0.006 ms, median=0.199 ms, max=14.79 ms, 99th percentile=0.551 ms, 0.000158825 calls per parent call
05:49:43.513: ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.038 ms, 99th percentile=0.009 ms
05:49:43.513: ┗do_encode: min=0.048 ms, median=0.191 ms, max=14.788 ms, 99th percentile=0.438 ms, 1.05994 calls per parent call
05:49:43.513: ┣encode(simple_opus_recording1): min=0.151 ms, median=0.21 ms, max=0.592 ms, 99th percentile=0.462 ms, 0.251034 calls per parent call
05:49:43.513: ┣send_packet: min=0 ms, median=0.001 ms, max=14.732 ms, 99th percentile=0.014 ms
05:49:43.513: ┣encode(simple_opus_recording2): min=0.047 ms, median=0.055 ms, max=0.149 ms, 99th percentile=0.138 ms, 0.251034 calls per parent call
05:49:43.513: ┣encode(simple_opus_recording3): min=0.145 ms, median=0.162 ms, max=0.426 ms, 99th percentile=0.424 ms, 0.251034 calls per parent call
05:49:43.513: ┗encode(simple_opus_recording0): min=0.151 ms, median=0.229 ms, max=0.486 ms, 99th percentile=0.442 ms, 0.246897 calls per parent call
05:49:43.513: obs_graphics_thread(33.3667 ms): min=0.108 ms, median=11.853 ms, max=464.429 ms, 99th percentile=29.749 ms, 99.7409% below 33.367 ms
05:49:43.513: ┣tick_sources: min=0 ms, median=11.031 ms, max=463.682 ms, 99th percentile=28.722 ms
05:49:43.513: ┣output_frame: min=0.035 ms, median=0.783 ms, max=14.374 ms, 99th percentile=1.271 ms
05:49:43.513: ┃ ┣gs_context(video->graphics): min=0.035 ms, median=0.212 ms, max=12.573 ms, 99th percentile=0.315 ms, 1.99994 calls per parent call
05:49:43.514: ┃ ┃ ┣render_video: min=0.003 ms, median=0.109 ms, max=12.497 ms, 99th percentile=0.175 ms
05:49:43.514: ┃ ┃ ┃ ┣render_main_texture: min=0.002 ms, median=0.081 ms, max=12.493 ms, 99th percentile=0.163 ms
05:49:43.514: ┃ ┃ ┃ ┣render_convert_texture: min=0.011 ms, median=0.029 ms, max=1.355 ms, 99th percentile=0.047 ms, 0.500006 calls per parent call
05:49:43.514: ┃ ┃ ┃ ┗stage_output_texture: min=0.006 ms, median=0.014 ms, max=0.707 ms, 99th percentile=0.025 ms, 0.500006 calls per parent call
05:49:43.514: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.003 ms, max=1.721 ms, 99th percentile=0.011 ms
05:49:43.514: ┃ ┃ ┗download_frame: min=0 ms, median=0.036 ms, max=0.939 ms, 99th percentile=0.062 ms, 0.500006 calls per parent call
05:49:43.514: ┃ ┗output_video_data: min=0.223 ms, median=0.354 ms, max=12.586 ms, 99th percentile=0.729 ms
05:49:43.514: ┗render_displays: min=0.002 ms, median=0.006 ms, max=106.845 ms, 99th percentile=0.016 ms
05:49:43.514: video_thread(video): min=0 ms, median=1.393 ms, max=3.204 ms, 99th percentile=2.616 ms
05:49:43.514: ┗receive_video: min=0.927 ms, median=1.392 ms, max=3.202 ms, 99th percentile=2.615 ms
05:49:43.514: ┗do_encode: min=0.926 ms, median=1.392 ms, max=3.201 ms, 99th percentile=2.615 ms
05:49:43.514: ┣encode(simple_video_recording): min=0.922 ms, median=1.379 ms, max=2.602 ms, 99th percentile=2.362 ms
05:49:43.514: ┗send_packet: min=0.002 ms, median=0.006 ms, max=1.435 ms, 99th percentile=1.435 ms, 0.654206 calls per parent call
05:49:43.514: video_thread(video): min=1.828 ms, median=3.156 ms, max=63.308 ms, 99th percentile=4.071 ms
05:49:43.514: =================================================
05:49:43.514: == Profiler Time Between Calls ==================
05:49:43.514: obs_hotkey_thread(25 ms): min=25.07 ms, median=25.221 ms, max=461.989 ms, 53.4795% within ±2% of 25 ms (0% lower, 46.5205% higher)
05:49:43.514: obs_graphics_thread(33.3667 ms): min=12.527 ms, median=33.367 ms, max=464.434 ms, 99.3836% within ±2% of 33.367 ms (0.384075% lower, 0.232285% higher)
05:49:43.514: =================================================
05:49:43.634: Number of memory leaks: 0

View file

@ -1,206 +0,0 @@
19:06:12.888: Using EGL/X11
19:06:12.888: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
19:06:12.888: CPU Speed: 1947.710MHz
19:06:12.889: Physical Cores: 8, Logical Cores: 16
19:06:12.889: Physical Memory: 15917MB Total, 6363MB Free
19:06:12.889: Kernel Version: Linux 6.5.5-zen1-1-zen
19:06:12.889: Distribution: "Arch Linux" Unknown
19:06:12.889: Desktop Environment:
19:06:12.889: Session Type: x11
19:06:12.889: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
19:06:12.890: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
19:06:12.890: Portable mode: false
19:06:12.928: OBS 29.1.3-1 (linux)
19:06:12.928: ---------------------------------
19:06:12.929: ---------------------------------
19:06:12.929: audio settings reset:
19:06:12.929: samples per sec: 48000
19:06:12.929: speakers: 2
19:06:12.929: max buffering: 960 milliseconds
19:06:12.929: buffering type: dynamically increasing
19:06:12.935: ---------------------------------
19:06:12.935: Initializing OpenGL...
19:06:12.985: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
19:06:12.985: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
19:06:13.014: ---------------------------------
19:06:13.014: video settings reset:
19:06:13.014: base resolution: 1920x1080
19:06:13.014: output resolution: 1920x1080
19:06:13.014: downscale filter: Bicubic
19:06:13.014: fps: 30000/1001
19:06:13.014: format: NV12
19:06:13.014: YUV mode: Rec. 709/Partial
19:06:13.014: NV12 texture support not available
19:06:13.014: P010 texture support not available
19:06:13.016: Audio monitoring device:
19:06:13.016: name: Default
19:06:13.016: id: default
19:06:13.016: ---------------------------------
19:06:13.024: Failed to load 'en-US' text for module: 'decklink-captions.so'
19:06:13.033: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
19:06:13.041: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
19:06:13.041: Failed to initialize module 'decklink.so'
19:06:13.254: [pipewire] No captures available
19:06:13.286: [obs-browser]: Version 2.21.1
19:06:13.286: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
19:06:13.402: VAAPI: Failed to initialize display in vaapi_device_h264_supported
19:06:13.402: FFmpeg VAAPI H264 encoding not supported
19:06:13.403: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
19:06:13.403: FFmpeg VAAPI HEVC encoding not supported
19:06:13.458: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
19:06:13.459: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
19:06:13.459: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
19:06:13.463: [obs-websocket] [obs_module_load] Module loaded.
19:06:13.491: ---------------------------------
19:06:13.491: Loaded Modules:
19:06:13.491: text-freetype2.so
19:06:13.491: rtmp-services.so
19:06:13.491: obs-x264.so
19:06:13.491: obs-websocket.so
19:06:13.491: obs-vst.so
19:06:13.491: obs-transitions.so
19:06:13.491: obs-outputs.so
19:06:13.491: obs-filters.so
19:06:13.491: obs-ffmpeg.so
19:06:13.491: obs-browser.so
19:06:13.491: linux-v4l2.so
19:06:13.491: linux-pulseaudio.so
19:06:13.491: linux-pipewire.so
19:06:13.491: linux-jack.so
19:06:13.491: linux-capture.so
19:06:13.491: linux-alsa.so
19:06:13.491: image-source.so
19:06:13.491: frontend-tools.so
19:06:13.491: decklink-output-ui.so
19:06:13.491: decklink-captions.so
19:06:13.491: ---------------------------------
19:06:13.491: ==== Startup complete ===============================================
19:06:13.527: All scene data cleared
19:06:13.527: ------------------------------------------------
19:06:13.531: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:06:13.531: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
19:06:13.531: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
19:06:13.531: [Loaded global audio device]: 'Desktop Audio'
19:06:13.532: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:06:13.532: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
19:06:13.532: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
19:06:13.532: [Loaded global audio device]: 'Mic/Aux'
19:06:13.532: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:06:13.538: pulse-input: An error occurred while getting the source info!
19:06:13.538: [Loaded global audio device]: 'HDMI Capture'
19:06:13.539: v4l2-input: Start capture from /dev/video0
19:06:13.539: v4l2-input: Input: 0
19:06:13.554: v4l2-input: Resolution: 1920x1080
19:06:13.554: v4l2-input: Pixelformat: YU12
19:06:13.554: v4l2-input: Linesize: 1920 Bytes
19:06:13.554: v4l2-input: Framerate: 30.00 fps
19:06:13.556: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
19:06:13.557: xshm-input: Geometry 3840x2160 @ 0,0
19:06:13.564: v4l2-input: Start capture from /dev/video0
19:06:13.564: v4l2-input: Unable to set input 0
19:06:13.564: v4l2-input: Initialization failed, errno: Device or resource busy
19:06:13.730: v4l2-input: /dev/video0: select timed out
19:06:13.730: v4l2-input: /dev/video0: failed to log status
19:06:13.735: v4l2-input: Start capture from /dev/video0
19:06:13.735: v4l2-input: Unable to set input 0
19:06:13.735: v4l2-input: Initialization failed, errno: Device or resource busy
19:06:13.736: xshm-input: Geometry 3840x2160 @ 0,0
19:06:13.739: v4l2-input: Start capture from /dev/video4
19:06:13.739: v4l2-input: Unable to open device
19:06:13.739: v4l2-input: Initialization failed, errno: No such file or directory
19:06:13.739: xshm-input: Geometry 2560x1440 @ 3840,0
19:06:13.742: Source ID 'pipewire-desktop-capture-source' not found
19:06:13.742: Failed to create source 'Screen Capture (PipeWire)'!
19:06:13.744: Switched to scene 'screen'
19:06:13.744: ------------------------------------------------
19:06:13.744: Loaded scenes:
19:06:13.744: - scene 'Screen with camera':
19:06:13.744: - source: 'Screen Capture' (xshm_input)
19:06:13.744: - source: 'Camera Capture' (v4l2_input)
19:06:13.744: - source: 'border' (image_source)
19:06:13.744: - scene 'game with camera':
19:06:13.744: - source: 'Camera Capture' (v4l2_input)
19:06:13.744: - source: 'border' (image_source)
19:06:13.744: - source: 'capture acrd' (v4l2_input)
19:06:13.744: - scene 'game':
19:06:13.744: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:06:13.744: - scene 'screen':
19:06:13.744: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
19:06:13.744: - source: 'Screen Capture (XSHM)' (xshm_input)
19:06:13.744: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
19:06:13.744: - scene 'camera':
19:06:13.744: - source: 'Camera Capture' (v4l2_input)
19:06:13.744: - scene 'Camera with scope':
19:06:13.744: - source: 'Camera Capture' (v4l2_input)
19:06:13.744: - source: 'border' (image_source)
19:06:13.744: - source: 'scope caputre' (v4l2_input)
19:06:13.744: - scene 'game with screen':
19:06:13.744: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:06:13.744: - source: 'Screen Capture (XSHM)' (xshm_input)
19:06:13.744: ------------------------------------------------
19:06:14.081: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
19:06:14.081:
19:06:22.480: ---------------------------------
19:06:22.480: [x264 encoder: 'simple_video_recording'] preset: veryfast
19:06:22.480: [x264 encoder: 'simple_video_recording'] profile: high
19:06:22.482: [x264 encoder: 'simple_video_recording'] settings:
19:06:22.482: rate_control: CRF
19:06:22.482: bitrate: 0
19:06:22.482: buffer size: 0
19:06:22.482: crf: 16
19:06:22.482: fps_num: 30000
19:06:22.482: fps_den: 1001
19:06:22.482: width: 1920
19:06:22.482: height: 1080
19:06:22.482: keyint: 250
19:06:22.482:
19:06:22.521: ---------------------------------
19:06:22.521: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
19:06:22.521:
19:06:22.521: ---------------------------------
19:06:22.521: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
19:06:22.521:
19:06:22.521: ---------------------------------
19:06:22.521: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
19:06:22.521:
19:06:22.521: ---------------------------------
19:06:22.521: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
19:06:22.521:
19:06:22.547: ==== Recording Start ===============================================
19:06:22.547: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-08 19-06-22.mkv'...
19:06:22.552: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
19:07:10.640: [ffmpeg muxer: 'simple_file_output'] Output of file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-08 19-06-22.mkv' stopped
19:07:10.640: Output 'simple_file_output': stopping
19:07:10.640: Output 'simple_file_output': Total frames output: 1398
19:07:10.641: Output 'simple_file_output': Total drawn frames: 1434 (1442 attempted)
19:07:10.641: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 8 (0.6%)
19:07:10.641: ==== Recording Stop ================================================
19:32:59.777: NV12 texture support not available
19:32:59.778: P010 texture support not available
19:32:59.781: Virtual camera started
19:32:59.782: ==== Virtual Camera Start ==========================================
19:32:59.785: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
20:52:51.415: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
20:52:51.415:
21:14:59.074: v4l2-input: /dev/video0: failed to dequeue buffer
21:14:59.074: v4l2-input: /dev/video0: Stopped capture after 231808 frames
21:14:59.074: v4l2-helpers: unable to stop stream
21:14:59.079: v4l2-input: Device /dev/video0 disconnected
21:14:59.081: v4l2-input: Device /dev/video0 disconnected
21:14:59.081: v4l2-input: Device /dev/video0 disconnected
21:14:59.734: v4l2-input: Device /dev/video0 reconnected
21:14:59.734: v4l2-input: Start capture from /dev/video0
21:14:59.746: v4l2-input: Input: 0
21:14:59.782: v4l2-input: Resolution: 1920x1080
21:14:59.782: v4l2-input: Pixelformat: YU12
21:14:59.782: v4l2-input: Linesize: 1920 Bytes
21:14:59.827: v4l2-input: Framerate: 30.00 fps
21:14:59.829: v4l2-input: Device /dev/video0 reconnected
21:14:59.829: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
21:14:59.829: v4l2-input: Start capture from /dev/video0
21:14:59.844: v4l2-input: Unable to set input 0
21:14:59.844: v4l2-input: Initialization failed, errno: Device or resource busy
21:14:59.844: v4l2-input: Device /dev/video0 reconnected
21:14:59.844: v4l2-input: Start capture from /dev/video0
21:14:59.847: v4l2-input: Unable to set input 0
21:14:59.847: v4l2-input: Initialization failed, errno: Device or resource busy

View file

@ -1,224 +0,0 @@
20:20:11.837: Using EGL/X11
20:20:11.837: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
20:20:11.837: CPU Speed: 3569.410MHz
20:20:11.838: Physical Cores: 8, Logical Cores: 16
20:20:11.838: Physical Memory: 15917MB Total, 9350MB Free
20:20:11.838: Kernel Version: Linux 6.5.5-zen1-1-zen
20:20:11.838: Distribution: "Arch Linux" Unknown
20:20:11.838: Desktop Environment:
20:20:11.838: Session Type: x11
20:20:11.838: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
20:20:11.839: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
20:20:11.839: Portable mode: false
20:20:11.878: OBS 29.1.3-1 (linux)
20:20:11.878: ---------------------------------
20:20:11.878: ---------------------------------
20:20:11.878: audio settings reset:
20:20:11.878: samples per sec: 48000
20:20:11.878: speakers: 2
20:20:11.878: max buffering: 960 milliseconds
20:20:11.878: buffering type: dynamically increasing
20:20:11.884: ---------------------------------
20:20:11.884: Initializing OpenGL...
20:20:11.933: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
20:20:11.933: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
20:20:11.963: ---------------------------------
20:20:11.963: video settings reset:
20:20:11.963: base resolution: 1920x1080
20:20:11.963: output resolution: 1920x1080
20:20:11.963: downscale filter: Bicubic
20:20:11.963: fps: 30000/1001
20:20:11.963: format: NV12
20:20:11.963: YUV mode: Rec. 709/Partial
20:20:11.963: NV12 texture support not available
20:20:11.963: P010 texture support not available
20:20:11.966: Audio monitoring device:
20:20:11.966: name: Default
20:20:11.966: id: default
20:20:11.966: ---------------------------------
20:20:11.974: Failed to load 'en-US' text for module: 'decklink-captions.so'
20:20:11.983: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
20:20:11.992: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
20:20:11.992: Failed to initialize module 'decklink.so'
20:20:12.201: [pipewire] No captures available
20:20:12.235: [obs-browser]: Version 2.21.1
20:20:12.235: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
20:20:12.352: VAAPI: Failed to initialize display in vaapi_device_h264_supported
20:20:12.352: FFmpeg VAAPI H264 encoding not supported
20:20:12.352: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
20:20:12.352: FFmpeg VAAPI HEVC encoding not supported
20:20:12.409: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
20:20:12.409: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
20:20:12.409: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
20:20:12.414: [obs-websocket] [obs_module_load] Module loaded.
20:20:12.441: ---------------------------------
20:20:12.441: Loaded Modules:
20:20:12.441: text-freetype2.so
20:20:12.441: rtmp-services.so
20:20:12.441: obs-x264.so
20:20:12.441: obs-websocket.so
20:20:12.441: obs-vst.so
20:20:12.441: obs-transitions.so
20:20:12.441: obs-outputs.so
20:20:12.441: obs-filters.so
20:20:12.441: obs-ffmpeg.so
20:20:12.441: obs-browser.so
20:20:12.441: linux-v4l2.so
20:20:12.441: linux-pulseaudio.so
20:20:12.441: linux-pipewire.so
20:20:12.441: linux-jack.so
20:20:12.441: linux-capture.so
20:20:12.441: linux-alsa.so
20:20:12.441: image-source.so
20:20:12.441: frontend-tools.so
20:20:12.441: decklink-output-ui.so
20:20:12.441: decklink-captions.so
20:20:12.441: ---------------------------------
20:20:12.441: ==== Startup complete ===============================================
20:20:12.476: All scene data cleared
20:20:12.476: ------------------------------------------------
20:20:12.479: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:20:12.480: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
20:20:12.480: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
20:20:12.480: [Loaded global audio device]: 'Desktop Audio'
20:20:12.480: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:20:12.480: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
20:20:12.480: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:20:12.480: [Loaded global audio device]: 'Mic/Aux'
20:20:12.480: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
20:20:12.481: pulse-input: An error occurred while getting the source info!
20:20:12.481: [Loaded global audio device]: 'HDMI Capture'
20:20:12.481: v4l2-input: Start capture from /dev/video0
20:20:12.482: v4l2-input: Input: 0
20:20:12.497: v4l2-input: Resolution: 1920x1080
20:20:12.497: v4l2-input: Pixelformat: YU12
20:20:12.497: v4l2-input: Linesize: 1920 Bytes
20:20:12.497: v4l2-input: Framerate: 30.00 fps
20:20:12.498: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
20:20:12.500: xshm-input: Geometry 3840x2160 @ 0,0
20:20:12.506: v4l2-input: Start capture from /dev/video0
20:20:12.507: v4l2-input: Unable to set input 0
20:20:12.507: v4l2-input: Initialization failed, errno: Device or resource busy
20:20:12.875: v4l2-input: Start capture from /dev/video0
20:20:12.876: v4l2-input: Unable to set input 0
20:20:12.876: v4l2-input: Initialization failed, errno: Device or resource busy
20:20:12.877: xshm-input: Geometry 3840x2160 @ 0,0
20:20:12.880: v4l2-input: Start capture from /dev/video4
20:20:12.880: v4l2-input: Unable to open device
20:20:12.880: v4l2-input: Initialization failed, errno: No such file or directory
20:20:12.880: xshm-input: Geometry 2560x1440 @ 3840,0
20:20:12.883: Source ID 'pipewire-desktop-capture-source' not found
20:20:12.883: Failed to create source 'Screen Capture (PipeWire)'!
20:20:12.885: Switched to scene 'screen'
20:20:12.885: ------------------------------------------------
20:20:12.885: Loaded scenes:
20:20:12.885: - scene 'Screen with camera':
20:20:12.885: - source: 'Screen Capture' (xshm_input)
20:20:12.885: - source: 'Camera Capture' (v4l2_input)
20:20:12.885: - source: 'border' (image_source)
20:20:12.885: - scene 'game with camera':
20:20:12.885: - source: 'Camera Capture' (v4l2_input)
20:20:12.885: - source: 'border' (image_source)
20:20:12.885: - source: 'capture acrd' (v4l2_input)
20:20:12.885: - scene 'game':
20:20:12.885: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:20:12.885: - scene 'screen':
20:20:12.885: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
20:20:12.885: - source: 'Screen Capture (XSHM)' (xshm_input)
20:20:12.885: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
20:20:12.885: - scene 'camera':
20:20:12.885: - source: 'Camera Capture' (v4l2_input)
20:20:12.885: - scene 'Camera with scope':
20:20:12.885: - source: 'Camera Capture' (v4l2_input)
20:20:12.885: - source: 'border' (image_source)
20:20:12.885: - source: 'scope caputre' (v4l2_input)
20:20:12.885: - scene 'game with screen':
20:20:12.885: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:20:12.885: - source: 'Screen Capture (XSHM)' (xshm_input)
20:20:12.885: ------------------------------------------------
20:20:13.031: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
20:20:13.031:
20:20:31.464: NV12 texture support not available
20:20:31.464: P010 texture support not available
20:20:31.469: Virtual camera started
20:20:31.482: ==== Virtual Camera Start ==========================================
20:20:31.485: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
20:34:15.838: ==== Shutting down ==================================================
20:34:15.838: Output 'virtualcam_output': stopping
20:34:15.838: Output 'virtualcam_output': Total frames output: 24705
20:34:15.838: Output 'virtualcam_output': Total drawn frames: 24680 (24706 attempted)
20:34:15.838: Output 'virtualcam_output': Number of lagged frames due to rendering lag/stalls: 26 (0.1%)
20:34:15.839: ==== Virtual Camera Stop ===========================================
20:34:15.839: Virtual camera stopped
20:34:15.858: pulse-input: Stopped recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor'
20:34:15.858: pulse-input: Got 33733 packets with 40479600 frames
20:34:15.858: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:34:15.858: pulse-input: Got 33733 packets with 40479600 frames
20:34:15.863: v4l2-input: /dev/video0: Stopped capture after 25300 frames
20:34:15.890: All scene data cleared
20:34:15.890: ------------------------------------------------
20:34:15.954: [obs-websocket] [obs_module_unload] Shutting down...
20:34:15.955: [obs-websocket] [obs_module_unload] Finished shutting down.
20:34:15.959: [Scripting] Total detached callbacks: 0
20:34:15.959: Freeing OBS context data
20:34:15.969: == Profiler Results =============================
20:34:15.969: run_program_init: 1185.71 ms
20:34:15.969: ┣OBSApp::AppInit: 6.999 ms
20:34:15.969: ┃ ┗OBSApp::InitLocale: 2.537 ms
20:34:15.969: ┗OBSApp::OBSInit: 1115.34 ms
20:34:15.969: ┣obs_startup: 1.834 ms
20:34:15.969: ┗OBSBasic::OBSInit: 1074.56 ms
20:34:15.969: ┣OBSBasic::InitBasicConfig: 0.098 ms
20:34:15.969: ┣OBSBasic::ResetAudio: 0.211 ms
20:34:15.969: ┣OBSBasic::ResetVideo: 87.573 ms
20:34:15.969: ┣OBSBasic::InitOBSCallbacks: 0.003 ms
20:34:15.969: ┣OBSBasic::InitHotkeys: 0.021 ms
20:34:15.969: ┣obs_load_all_modules2: 474.728 ms
20:34:15.969: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
20:34:15.969: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
20:34:15.969: ┃ ┣obs_init_module(decklink.so): 0.097 ms
20:34:15.969: ┃ ┣obs_init_module(frontend-tools.so): 58.645 ms
20:34:15.969: ┃ ┣obs_init_module(image-source.so): 0.006 ms
20:34:15.969: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
20:34:15.969: ┃ ┣obs_init_module(linux-capture.so): 0.447 ms
20:34:15.969: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
20:34:15.969: ┃ ┣obs_init_module(linux-pipewire.so): 0.763 ms
20:34:15.969: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
20:34:15.969: ┃ ┣obs_init_module(linux-v4l2.so): 0.142 ms
20:34:15.969: ┃ ┣obs_init_module(obs-browser.so): 0.307 ms
20:34:15.969: ┃ ┣obs_init_module(obs-ffmpeg.so): 98.342 ms
20:34:15.969: ┃ ┃ ┗nvenc_check: 1.314 ms
20:34:15.969: ┃ ┣obs_init_module(obs-filters.so): 0.024 ms
20:34:15.969: ┃ ┣obs_init_module(obs-outputs.so): 0.006 ms
20:34:15.969: ┃ ┣obs_init_module(obs-transitions.so): 0.01 ms
20:34:15.969: ┃ ┣obs_init_module(obs-vst.so): 0.002 ms
20:34:15.969: ┃ ┣obs_init_module(obs-websocket.so): 4.391 ms
20:34:15.969: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
20:34:15.969: ┃ ┣obs_init_module(rtmp-services.so): 1.335 ms
20:34:15.969: ┃ ┗obs_init_module(text-freetype2.so): 0.014 ms
20:34:15.969: ┣OBSBasic::InitService: 1.898 ms
20:34:15.969: ┣OBSBasic::ResetOutputs: 0.156 ms
20:34:15.969: ┣OBSBasic::CreateHotkeys: 0.016 ms
20:34:15.969: ┣OBSBasic::InitPrimitives: 0.066 ms
20:34:15.969: ┗OBSBasic::Load: 444.022 ms
20:34:15.969: obs_hotkey_thread(25 ms): min=0.053 ms, median=8.021 ms, max=377.655 ms, 99th percentile=9.425 ms, 99.9597% below 25 ms
20:34:15.969: audio_thread(Audio): min=0.004 ms, median=0.051 ms, max=0.42 ms, 99th percentile=0.127 ms
20:34:15.969: obs_graphics_thread(33.3667 ms): min=0.069 ms, median=18.383 ms, max=414.445 ms, 99th percentile=25.912 ms, 99.9168% below 33.367 ms
20:34:15.969: ┣tick_sources: min=0 ms, median=17.57 ms, max=412.67 ms, 99th percentile=24.835 ms
20:34:15.969: ┣output_frame: min=0.059 ms, median=0.783 ms, max=8.163 ms, 99th percentile=1.214 ms
20:34:15.969: ┃ ┣gs_context(video->graphics): min=0.058 ms, median=0.212 ms, max=8.162 ms, 99th percentile=0.305 ms, 1.9775 calls per parent call
20:34:15.969: ┃ ┃ ┣render_video: min=0.005 ms, median=0.111 ms, max=3.286 ms, 99th percentile=0.169 ms
20:34:15.969: ┃ ┃ ┃ ┣render_main_texture: min=0.004 ms, median=0.083 ms, max=3.283 ms, 99th percentile=0.158 ms
20:34:15.969: ┃ ┃ ┃ ┣render_convert_texture: min=0.018 ms, median=0.031 ms, max=1.117 ms, 99th percentile=0.047 ms, 0.494292 calls per parent call
20:34:15.969: ┃ ┃ ┃ ┗stage_output_texture: min=0.008 ms, median=0.014 ms, max=0.248 ms, 99th percentile=0.025 ms, 0.494292 calls per parent call
20:34:15.969: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.003 ms, max=0.062 ms, 99th percentile=0.009 ms
20:34:15.969: ┃ ┃ ┗download_frame: min=0 ms, median=0.038 ms, max=0.149 ms, 99th percentile=0.06 ms, 0.494292 calls per parent call
20:34:15.969: ┃ ┗output_video_data: min=0.24 ms, median=0.355 ms, max=2.643 ms, 99th percentile=0.687 ms
20:34:15.969: ┗render_displays: min=0.002 ms, median=0.005 ms, max=2.709 ms, 99th percentile=0.329 ms
20:34:15.969: video_thread(video): min=1.85 ms, median=3.177 ms, max=51.49 ms, 99th percentile=4.211 ms
20:34:15.969: =================================================
20:34:15.969: == Profiler Time Between Calls ==================
20:34:15.969: obs_hotkey_thread(25 ms): min=25.093 ms, median=33.089 ms, max=402.719 ms, 19.2796% within ±2% of 25 ms (0% lower, 80.7204% higher)
20:34:15.969: obs_graphics_thread(33.3667 ms): min=15.452 ms, median=33.367 ms, max=414.459 ms, 99.7861% within ±2% of 33.367 ms (0.130703% lower, 0.0831749% higher)
20:34:15.969: =================================================
20:34:16.005: Number of memory leaks: 0

View file

@ -1,264 +0,0 @@
19:10:57.589: Using EGL/X11
19:10:57.589: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
19:10:57.589: CPU Speed: 4066.469MHz
19:10:57.589: Physical Cores: 8, Logical Cores: 16
19:10:57.589: Physical Memory: 15917MB Total, 7254MB Free
19:10:57.589: Kernel Version: Linux 6.5.5-zen1-1-zen
19:10:57.589: Distribution: "Arch Linux" Unknown
19:10:57.589: Desktop Environment:
19:10:57.589: Session Type: x11
19:10:57.589: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
19:10:57.591: Qt Version: 6.5.3 (runtime), 6.5.2 (compiled)
19:10:57.591: Portable mode: false
19:10:57.629: OBS 29.1.3-1 (linux)
19:10:57.629: ---------------------------------
19:10:57.629: ---------------------------------
19:10:57.629: audio settings reset:
19:10:57.629: samples per sec: 48000
19:10:57.629: speakers: 2
19:10:57.629: max buffering: 960 milliseconds
19:10:57.629: buffering type: dynamically increasing
19:10:57.635: ---------------------------------
19:10:57.635: Initializing OpenGL...
19:10:57.686: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.5-zen1-1-zen)
19:10:57.686: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
19:10:57.717: ---------------------------------
19:10:57.717: video settings reset:
19:10:57.717: base resolution: 1920x1080
19:10:57.717: output resolution: 1920x1080
19:10:57.717: downscale filter: Bicubic
19:10:57.717: fps: 30000/1001
19:10:57.717: format: NV12
19:10:57.717: YUV mode: Rec. 709/Partial
19:10:57.717: NV12 texture support not available
19:10:57.717: P010 texture support not available
19:10:57.723: Audio monitoring device:
19:10:57.723: name: Default
19:10:57.723: id: default
19:10:57.723: ---------------------------------
19:10:57.732: Failed to load 'en-US' text for module: 'decklink-captions.so'
19:10:57.742: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
19:10:57.750: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
19:10:57.750: Failed to initialize module 'decklink.so'
19:10:57.968: [pipewire] No captures available
19:10:58.009: [obs-browser]: Version 2.21.1
19:10:58.009: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
19:10:58.141: VAAPI: Failed to initialize display in vaapi_device_h264_supported
19:10:58.141: FFmpeg VAAPI H264 encoding not supported
19:10:58.141: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
19:10:58.141: FFmpeg VAAPI HEVC encoding not supported
19:10:58.206: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
19:10:58.206: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.5.3
19:10:58.206: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
19:10:58.213: [obs-websocket] [obs_module_load] Module loaded.
19:10:58.245: ---------------------------------
19:10:58.245: Loaded Modules:
19:10:58.245: text-freetype2.so
19:10:58.245: rtmp-services.so
19:10:58.245: obs-x264.so
19:10:58.245: obs-websocket.so
19:10:58.245: obs-vst.so
19:10:58.245: obs-transitions.so
19:10:58.245: obs-outputs.so
19:10:58.245: obs-filters.so
19:10:58.245: obs-ffmpeg.so
19:10:58.245: obs-browser.so
19:10:58.245: linux-v4l2.so
19:10:58.245: linux-pulseaudio.so
19:10:58.245: linux-pipewire.so
19:10:58.245: linux-jack.so
19:10:58.245: linux-capture.so
19:10:58.245: linux-alsa.so
19:10:58.245: image-source.so
19:10:58.245: frontend-tools.so
19:10:58.245: decklink-output-ui.so
19:10:58.245: decklink-captions.so
19:10:58.245: ---------------------------------
19:10:58.246: ==== Startup complete ===============================================
19:10:58.291: All scene data cleared
19:10:58.291: ------------------------------------------------
19:10:58.295: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:10:58.295: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
19:10:58.295: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
19:10:58.295: [Loaded global audio device]: 'Desktop Audio'
19:10:58.296: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:10:58.296: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
19:10:58.296: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
19:10:58.296: [Loaded global audio device]: 'Mic/Aux'
19:10:58.296: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.80) 15.0.0'
19:10:58.297: pulse-input: An error occurred while getting the source info!
19:10:58.297: [Loaded global audio device]: 'HDMI Capture'
19:10:58.297: v4l2-input: Start capture from /dev/video0
19:10:58.298: v4l2-input: Input: 0
19:10:58.312: v4l2-input: Resolution: 1920x1080
19:10:58.312: v4l2-input: Pixelformat: YU12
19:10:58.312: v4l2-input: Linesize: 1920 Bytes
19:10:58.312: v4l2-input: Framerate: 30.00 fps
19:10:58.314: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
19:10:58.316: xshm-input: Geometry 3840x2160 @ 1024,0
19:10:58.323: v4l2-input: Start capture from /dev/video0
19:10:58.323: v4l2-input: Unable to set input 0
19:10:58.323: v4l2-input: Initialization failed, errno: Device or resource busy
19:10:58.509: v4l2-input: Start capture from /dev/video0
19:10:58.509: v4l2-input: Unable to set input 0
19:10:58.509: v4l2-input: Initialization failed, errno: Device or resource busy
19:10:58.510: xshm-input: Geometry 3840x2160 @ 1024,0
19:10:58.513: v4l2-input: Start capture from /dev/video4
19:10:58.513: v4l2-input: Unable to open device
19:10:58.513: v4l2-input: Initialization failed, errno: No such file or directory
19:10:58.513: xshm-input: Geometry 1024x768 @ 0,0
19:10:58.514: Source ID 'pipewire-desktop-capture-source' not found
19:10:58.514: Failed to create source 'Screen Capture (PipeWire)'!
19:10:58.517: Switched to scene 'screen'
19:10:58.517: ------------------------------------------------
19:10:58.517: Loaded scenes:
19:10:58.517: - scene 'Screen with camera':
19:10:58.517: - source: 'Screen Capture' (xshm_input)
19:10:58.517: - source: 'Camera Capture' (v4l2_input)
19:10:58.517: - source: 'border' (image_source)
19:10:58.517: - scene 'game with camera':
19:10:58.517: - source: 'Camera Capture' (v4l2_input)
19:10:58.517: - source: 'border' (image_source)
19:10:58.517: - source: 'capture acrd' (v4l2_input)
19:10:58.517: - scene 'game':
19:10:58.517: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:10:58.517: - scene 'screen':
19:10:58.517: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
19:10:58.517: - source: 'Screen Capture (XSHM)' (xshm_input)
19:10:58.517: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
19:10:58.517: - scene 'camera':
19:10:58.517: - source: 'Camera Capture' (v4l2_input)
19:10:58.517: - scene 'Camera with scope':
19:10:58.517: - source: 'Camera Capture' (v4l2_input)
19:10:58.517: - source: 'border' (image_source)
19:10:58.517: - source: 'scope caputre' (v4l2_input)
19:10:58.517: - scene 'game with screen':
19:10:58.517: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:10:58.517: - source: 'Screen Capture (XSHM)' (xshm_input)
19:10:58.517: ------------------------------------------------
19:10:58.846: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
19:10:58.846:
19:11:00.603: NV12 texture support not available
19:11:00.603: P010 texture support not available
19:11:00.609: Virtual camera started
19:11:00.624: ==== Virtual Camera Start ==========================================
19:11:00.633: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
19:42:33.568: User added source 'Text (FreeType 2)' (text_ft2_source_v2) to scene 'screen'
21:00:40.136: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
21:00:40.136:
22:52:18.100: ---------------------------------
22:52:18.100: [x264 encoder: 'simple_video_recording'] preset: veryfast
22:52:18.100: [x264 encoder: 'simple_video_recording'] profile: high
22:52:18.100: [x264 encoder: 'simple_video_recording'] settings:
22:52:18.100: rate_control: CRF
22:52:18.100: bitrate: 0
22:52:18.100: buffer size: 0
22:52:18.100: crf: 16
22:52:18.100: fps_num: 30000
22:52:18.100: fps_den: 1001
22:52:18.100: width: 1920
22:52:18.100: height: 1080
22:52:18.100: keyint: 250
22:52:18.100:
22:52:18.131: ---------------------------------
22:52:18.131: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
22:52:18.131:
22:52:18.131: ---------------------------------
22:52:18.131: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
22:52:18.131:
22:52:18.131: ---------------------------------
22:52:18.131: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
22:52:18.131:
22:52:18.131: ---------------------------------
22:52:18.131: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
22:52:18.131:
22:52:18.133: ==== Recording Start ===============================================
22:52:18.133: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-13 22-52-18.mkv'...
22:53:02.947: [ffmpeg muxer: 'simple_file_output'] Output of file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-13 22-52-18.mkv' stopped
22:53:02.947: Output 'simple_file_output': stopping
22:53:02.947: Output 'simple_file_output': Total frames output: 1302
22:53:02.947: Output 'simple_file_output': Total drawn frames: 1276 (1343 attempted)
22:53:02.947: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 67 (5.0%)
22:53:02.960: ==== Recording Stop ================================================
02:51:40.300: ---------------------------------
02:51:40.301: [x264 encoder: 'simple_video_recording'] preset: veryfast
02:51:40.301: [x264 encoder: 'simple_video_recording'] profile: high
02:51:40.302: [x264 encoder: 'simple_video_recording'] settings:
02:51:40.302: rate_control: CRF
02:51:40.302: bitrate: 0
02:51:40.302: buffer size: 0
02:51:40.302: crf: 16
02:51:40.302: fps_num: 30000
02:51:40.302: fps_den: 1001
02:51:40.302: width: 1920
02:51:40.302: height: 1080
02:51:40.302: keyint: 250
02:51:40.302:
02:51:40.336: ---------------------------------
02:51:40.336: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
02:51:40.336:
02:51:40.337: ---------------------------------
02:51:40.337: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
02:51:40.337:
02:51:40.337: ---------------------------------
02:51:40.337: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
02:51:40.337:
02:51:40.337: ---------------------------------
02:51:40.337: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
02:51:40.337:
02:51:40.344: ==== Recording Start ===============================================
02:51:40.344: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-14 02-51-40.mkv'...
02:54:45.885: [ffmpeg muxer: 'simple_file_output'] Output of file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-14 02-51-40.mkv' stopped
02:54:45.886: Output 'simple_file_output': stopping
02:54:45.886: Output 'simple_file_output': Total frames output: 5519
02:54:45.886: Output 'simple_file_output': Total drawn frames: 4940 (5560 attempted)
02:54:45.886: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 620 (11.2%)
02:54:45.886: ==== Recording Stop ================================================
04:13:15.083: adding 362 milliseconds of audio buffering, total audio buffering is now 405 milliseconds (source: Desktop Audio)
04:13:15.083:
19:40:59.489: ---------------------------------
19:40:59.490: [x264 encoder: 'simple_video_recording'] preset: veryfast
19:40:59.490: [x264 encoder: 'simple_video_recording'] profile: high
19:40:59.491: [x264 encoder: 'simple_video_recording'] settings:
19:40:59.491: rate_control: CRF
19:40:59.491: bitrate: 0
19:40:59.491: buffer size: 0
19:40:59.491: crf: 16
19:40:59.491: fps_num: 30000
19:40:59.491: fps_den: 1001
19:40:59.491: width: 1920
19:40:59.491: height: 1080
19:40:59.491: keyint: 250
19:40:59.491:
19:40:59.538: ---------------------------------
19:40:59.539: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
19:40:59.539:
19:40:59.540: ---------------------------------
19:40:59.540: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
19:40:59.540:
19:40:59.540: ---------------------------------
19:40:59.540: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
19:40:59.540:
19:40:59.540: ---------------------------------
19:40:59.540: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
19:40:59.540:
19:40:59.547: ==== Recording Start ===============================================
19:40:59.548: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-16 19-40-59.mkv'...
19:41:23.244: [ffmpeg muxer: 'simple_file_output'] Output of file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-16 19-40-59.mkv' stopped
19:41:23.245: Output 'simple_file_output': stopping
19:41:23.245: Output 'simple_file_output': Total frames output: 667
19:41:23.245: Output 'simple_file_output': Total drawn frames: 662 (711 attempted)
19:41:23.245: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 49 (6.9%)
19:41:23.245: ==== Recording Stop ================================================
19:46:48.524: Output 'virtualcam_output': stopping
19:46:48.524: Output 'virtualcam_output': Total frames output: 10422013
19:46:48.524: Output 'virtualcam_output': Total drawn frames: 10376913 (10422015 attempted)
19:46:48.524: Output 'virtualcam_output': Number of lagged frames due to rendering lag/stalls: 45102 (0.4%)
19:46:48.524: ==== Virtual Camera Stop ===========================================
19:46:48.525: Video stopped, number of skipped frames due to encoding lag: 3/10422014 (0.0%)
19:46:48.525: Virtual camera stopped
19:46:49.071: NV12 texture support not available
19:46:49.071: P010 texture support not available
19:46:49.075: Virtual camera started
19:46:49.078: ==== Virtual Camera Start ==========================================
19:46:49.103: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop

View file

@ -1,209 +0,0 @@
20:18:48.617: Using EGL/X11
20:18:48.617: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
20:18:48.618: CPU Speed: 4179.813MHz
20:18:48.618: Physical Cores: 8, Logical Cores: 16
20:18:48.618: Physical Memory: 15917MB Total, 10092MB Free
20:18:48.618: Kernel Version: Linux 6.5.7-zen2-1-zen
20:18:48.618: Distribution: "Arch Linux" Unknown
20:18:48.618: Desktop Environment:
20:18:48.618: Session Type: x11
20:18:48.618: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
20:18:48.619: Qt Version: 6.6.0 (runtime), 6.5.2 (compiled)
20:18:48.619: Portable mode: false
20:18:48.657: OBS 29.1.3-1 (linux)
20:18:48.658: ---------------------------------
20:18:48.658: ---------------------------------
20:18:48.658: audio settings reset:
20:18:48.658: samples per sec: 48000
20:18:48.658: speakers: 2
20:18:48.658: max buffering: 960 milliseconds
20:18:48.658: buffering type: dynamically increasing
20:18:48.663: ---------------------------------
20:18:48.663: Initializing OpenGL...
20:18:48.712: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.7-zen2-1-zen)
20:18:48.712: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
20:18:48.742: ---------------------------------
20:18:48.742: video settings reset:
20:18:48.742: base resolution: 1920x1080
20:18:48.742: output resolution: 1920x1080
20:18:48.742: downscale filter: Bicubic
20:18:48.742: fps: 30000/1001
20:18:48.742: format: NV12
20:18:48.742: YUV mode: Rec. 709/Partial
20:18:48.742: NV12 texture support not available
20:18:48.742: P010 texture support not available
20:18:48.745: Audio monitoring device:
20:18:48.745: name: Default
20:18:48.745: id: default
20:18:48.745: ---------------------------------
20:18:48.753: Failed to load 'en-US' text for module: 'decklink-captions.so'
20:18:48.761: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
20:18:48.770: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
20:18:48.770: Failed to initialize module 'decklink.so'
20:18:48.984: [pipewire] No captures available
20:18:49.016: [obs-browser]: Version 2.21.1
20:18:49.016: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
20:18:49.137: VAAPI: Failed to initialize display in vaapi_device_h264_supported
20:18:49.137: FFmpeg VAAPI H264 encoding not supported
20:18:49.137: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
20:18:49.137: FFmpeg VAAPI HEVC encoding not supported
20:18:49.192: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
20:18:49.192: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.6.0
20:18:49.192: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
20:18:49.197: [obs-websocket] [obs_module_load] Module loaded.
20:18:49.226: ---------------------------------
20:18:49.226: Loaded Modules:
20:18:49.226: text-freetype2.so
20:18:49.226: rtmp-services.so
20:18:49.226: obs-x264.so
20:18:49.226: obs-websocket.so
20:18:49.226: obs-vst.so
20:18:49.226: obs-transitions.so
20:18:49.226: obs-outputs.so
20:18:49.226: obs-filters.so
20:18:49.226: obs-ffmpeg.so
20:18:49.226: obs-browser.so
20:18:49.226: linux-v4l2.so
20:18:49.226: linux-pulseaudio.so
20:18:49.226: linux-pipewire.so
20:18:49.226: linux-jack.so
20:18:49.226: linux-capture.so
20:18:49.226: linux-alsa.so
20:18:49.226: image-source.so
20:18:49.226: frontend-tools.so
20:18:49.226: decklink-output-ui.so
20:18:49.226: decklink-captions.so
20:18:49.226: ---------------------------------
20:18:49.226: ==== Startup complete ===============================================
20:18:49.255: All scene data cleared
20:18:49.255: ------------------------------------------------
20:18:49.259: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
20:18:49.259: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
20:18:49.259: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
20:18:49.259: [Loaded global audio device]: 'Desktop Audio'
20:18:49.259: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
20:18:49.260: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
20:18:49.260: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:18:49.260: [Loaded global audio device]: 'Mic/Aux'
20:18:49.260: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
20:18:49.260: pulse-input: An error occurred while getting the source info!
20:18:49.260: [Loaded global audio device]: 'HDMI Capture'
20:18:49.260: v4l2-input: Start capture from /dev/video0
20:18:49.261: v4l2-input: Input: 0
20:18:49.275: v4l2-input: Resolution: 1920x1080
20:18:49.275: v4l2-input: Pixelformat: YU12
20:18:49.275: v4l2-input: Linesize: 1920 Bytes
20:18:49.275: v4l2-input: Framerate: 30.00 fps
20:18:49.277: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
20:18:49.279: xshm-input: Geometry 3840x2160 @ 1024,0
20:18:49.285: v4l2-input: Start capture from /dev/video0
20:18:49.286: v4l2-input: Unable to set input 0
20:18:49.286: v4l2-input: Initialization failed, errno: Device or resource busy
20:18:49.443: v4l2-input: Start capture from /dev/video0
20:18:49.443: v4l2-input: Unable to set input 0
20:18:49.443: v4l2-input: Initialization failed, errno: Device or resource busy
20:18:49.444: xshm-input: Geometry 3840x2160 @ 1024,0
20:18:49.447: v4l2-input: Start capture from /dev/video4
20:18:49.447: v4l2-input: Unable to open device
20:18:49.447: v4l2-input: Initialization failed, errno: No such file or directory
20:18:49.447: xshm-input: Geometry 1024x768 @ 0,0
20:18:49.448: Source ID 'pipewire-desktop-capture-source' not found
20:18:49.448: Failed to create source 'Screen Capture (PipeWire)'!
20:18:49.450: Switched to scene 'screen'
20:18:49.450: ------------------------------------------------
20:18:49.450: Loaded scenes:
20:18:49.450: - scene 'Screen with camera':
20:18:49.450: - source: 'Screen Capture' (xshm_input)
20:18:49.450: - source: 'Camera Capture' (v4l2_input)
20:18:49.450: - source: 'border' (image_source)
20:18:49.450: - scene 'game with camera':
20:18:49.450: - source: 'Camera Capture' (v4l2_input)
20:18:49.450: - source: 'border' (image_source)
20:18:49.450: - source: 'capture acrd' (v4l2_input)
20:18:49.450: - scene 'game':
20:18:49.450: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:18:49.450: - scene 'screen':
20:18:49.450: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
20:18:49.450: - source: 'Screen Capture (XSHM)' (xshm_input)
20:18:49.450: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
20:18:49.450: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
20:18:49.450: - scene 'camera':
20:18:49.450: - source: 'Camera Capture' (v4l2_input)
20:18:49.450: - scene 'Camera with scope':
20:18:49.450: - source: 'Camera Capture' (v4l2_input)
20:18:49.450: - source: 'border' (image_source)
20:18:49.450: - source: 'scope caputre' (v4l2_input)
20:18:49.450: - scene 'game with screen':
20:18:49.450: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:18:49.450: - source: 'Screen Capture (XSHM)' (xshm_input)
20:18:49.450: ------------------------------------------------
20:18:49.810: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
20:18:49.810:
20:18:57.099: ==== Shutting down ==================================================
20:18:57.123: pulse-input: Stopped recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor'
20:18:57.123: pulse-input: Got 313 packets with 375600 frames
20:18:57.123: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:18:57.123: pulse-input: Got 314 packets with 376800 frames
20:18:57.152: v4l2-input: /dev/video0: Stopped capture after 232 frames
20:18:57.171: All scene data cleared
20:18:57.171: ------------------------------------------------
20:18:57.235: [obs-websocket] [obs_module_unload] Shutting down...
20:18:57.236: [obs-websocket] [obs_module_unload] Finished shutting down.
20:18:57.244: [Scripting] Total detached callbacks: 0
20:18:57.244: Freeing OBS context data
20:18:57.257: == Profiler Results =============================
20:18:57.257: run_program_init: 976.435 ms
20:18:57.257: ┣OBSApp::AppInit: 7.029 ms
20:18:57.257: ┃ ┗OBSApp::InitLocale: 2.475 ms
20:18:57.257: ┗OBSApp::OBSInit: 905.965 ms
20:18:57.257: ┣obs_startup: 1.921 ms
20:18:57.257: ┗OBSBasic::OBSInit: 865.688 ms
20:18:57.257: ┣OBSBasic::InitBasicConfig: 0.099 ms
20:18:57.257: ┣OBSBasic::ResetAudio: 0.208 ms
20:18:57.257: ┣OBSBasic::ResetVideo: 86.791 ms
20:18:57.257: ┣OBSBasic::InitOBSCallbacks: 0.003 ms
20:18:57.257: ┣OBSBasic::InitHotkeys: 0.019 ms
20:18:57.257: ┣obs_load_all_modules2: 481.079 ms
20:18:57.257: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
20:18:57.257: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
20:18:57.257: ┃ ┣obs_init_module(decklink.so): 0.096 ms
20:18:57.257: ┃ ┣obs_init_module(frontend-tools.so): 59.165 ms
20:18:57.257: ┃ ┣obs_init_module(image-source.so): 0.008 ms
20:18:57.257: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
20:18:57.257: ┃ ┣obs_init_module(linux-capture.so): 0.492 ms
20:18:57.257: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
20:18:57.257: ┃ ┣obs_init_module(linux-pipewire.so): 0.754 ms
20:18:57.257: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
20:18:57.257: ┃ ┣obs_init_module(linux-v4l2.so): 0.138 ms
20:18:57.257: ┃ ┣obs_init_module(obs-browser.so): 0.301 ms
20:18:57.257: ┃ ┣obs_init_module(obs-ffmpeg.so): 103.068 ms
20:18:57.257: ┃ ┃ ┗nvenc_check: 1.388 ms
20:18:57.257: ┃ ┣obs_init_module(obs-filters.so): 0.025 ms
20:18:57.257: ┃ ┣obs_init_module(obs-outputs.so): 0.006 ms
20:18:57.257: ┃ ┣obs_init_module(obs-transitions.so): 0.006 ms
20:18:57.257: ┃ ┣obs_init_module(obs-vst.so): 0.003 ms
20:18:57.257: ┃ ┣obs_init_module(obs-websocket.so): 4.642 ms
20:18:57.257: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
20:18:57.257: ┃ ┣obs_init_module(rtmp-services.so): 1.332 ms
20:18:57.257: ┃ ┗obs_init_module(text-freetype2.so): 0.016 ms
20:18:57.257: ┣OBSBasic::InitService: 1.174 ms
20:18:57.257: ┣OBSBasic::ResetOutputs: 0.15 ms
20:18:57.257: ┣OBSBasic::CreateHotkeys: 0.017 ms
20:18:57.257: ┣OBSBasic::InitPrimitives: 0.092 ms
20:18:57.257: ┗OBSBasic::Load: 226.268 ms
20:18:57.257: obs_hotkey_thread(25 ms): min=0.06 ms, median=7.857 ms, max=17.908 ms, 99th percentile=10.845 ms, 100% below 25 ms
20:18:57.257: audio_thread(Audio): min=0.008 ms, median=0.034 ms, max=11.387 ms, 99th percentile=0.204 ms
20:18:57.257: obs_graphics_thread(33.3667 ms): min=0.102 ms, median=32.84 ms, max=206.878 ms, 99th percentile=55.6 ms, 66.3934% below 33.367 ms
20:18:57.257: ┣tick_sources: min=0 ms, median=32.054 ms, max=186.219 ms, 99th percentile=53.949 ms
20:18:57.257: ┣output_frame: min=0.077 ms, median=0.248 ms, max=20.631 ms, 99th percentile=0.636 ms
20:18:57.257: ┃ ┗gs_context(video->graphics): min=0.076 ms, median=0.247 ms, max=20.631 ms, 99th percentile=0.635 ms
20:18:57.257: ┃ ┣render_video: min=0.014 ms, median=0.134 ms, max=15.858 ms, 99th percentile=0.231 ms
20:18:57.257: ┃ ┃ ┗render_main_texture: min=0.009 ms, median=0.13 ms, max=15.853 ms, 99th percentile=0.225 ms
20:18:57.257: ┃ ┗gs_flush: min=0.002 ms, median=0.003 ms, max=0.034 ms, 99th percentile=0.016 ms
20:18:57.257: ┗render_displays: min=0.002 ms, median=0.409 ms, max=3.233 ms, 99th percentile=1.964 ms
20:18:57.257: =================================================
20:18:57.257: == Profiler Time Between Calls ==================
20:18:57.258: obs_hotkey_thread(25 ms): min=25.112 ms, median=32.938 ms, max=42.981 ms, 33.5714% within ±2% of 25 ms (0% lower, 66.4286% higher)
20:18:57.258: obs_graphics_thread(33.3667 ms): min=30.496 ms, median=33.367 ms, max=206.882 ms, 75.7202% within ±2% of 33.367 ms (2.05761% lower, 22.2222% higher)
20:18:57.258: =================================================
20:18:57.261: Number of memory leaks: 0

View file

@ -1,172 +0,0 @@
21:15:29.274: Using EGL/X11
21:15:29.274: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
21:15:29.274: CPU Speed: 4115.352MHz
21:15:29.274: Physical Cores: 8, Logical Cores: 16
21:15:29.274: Physical Memory: 15917MB Total, 9157MB Free
21:15:29.274: Kernel Version: Linux 6.5.7-zen2-1-zen
21:15:29.274: Distribution: "Arch Linux" Unknown
21:15:29.274: Desktop Environment:
21:15:29.274: Session Type: x11
21:15:29.274: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
21:15:29.275: Qt Version: 6.6.0 (runtime), 6.5.2 (compiled)
21:15:29.275: Portable mode: false
21:15:29.302: OBS 29.1.3-1 (linux)
21:15:29.302: ---------------------------------
21:15:29.302: ---------------------------------
21:15:29.302: audio settings reset:
21:15:29.302: samples per sec: 48000
21:15:29.302: speakers: 2
21:15:29.302: max buffering: 960 milliseconds
21:15:29.302: buffering type: dynamically increasing
21:15:29.307: ---------------------------------
21:15:29.307: Initializing OpenGL...
21:15:29.356: Loading up OpenGL on adapter AMD AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.7-zen2-1-zen)
21:15:29.357: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.2.1-arch1.2, shading language 4.60
21:15:29.383: ---------------------------------
21:15:29.383: video settings reset:
21:15:29.383: base resolution: 1920x1080
21:15:29.383: output resolution: 1920x1080
21:15:29.383: downscale filter: Bicubic
21:15:29.383: fps: 30000/1001
21:15:29.383: format: NV12
21:15:29.383: YUV mode: Rec. 709/Partial
21:15:29.383: NV12 texture support not available
21:15:29.383: P010 texture support not available
21:15:29.385: Audio monitoring device:
21:15:29.385: name: Default
21:15:29.385: id: default
21:15:29.385: ---------------------------------
21:15:29.395: Failed to load 'en-US' text for module: 'decklink-captions.so'
21:15:29.404: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
21:15:29.412: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
21:15:29.412: Failed to initialize module 'decklink.so'
21:15:29.604: [pipewire] No captures available
21:15:29.635: [obs-browser]: Version 2.21.1
21:15:29.635: [obs-browser]: CEF Version 103.0.5060.134 (runtime), 103.0.0-5060-shared-textures_143.2591+g4204d54+chromium-103.0.5060.134 (compiled)
21:15:29.745: VAAPI: Failed to initialize display in vaapi_device_h264_supported
21:15:29.745: FFmpeg VAAPI H264 encoding not supported
21:15:29.745: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
21:15:29.745: FFmpeg VAAPI HEVC encoding not supported
21:15:29.800: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.2.3 | RPC Version: 1)
21:15:29.800: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.5.2 | Qt version (run-time): 6.6.0
21:15:29.800: [obs-websocket] [obs_module_load] Linked ASIO Version: 102800
21:15:29.803: [obs-websocket] [obs_module_load] Module loaded.
21:15:29.836: ---------------------------------
21:15:29.836: Loaded Modules:
21:15:29.836: text-freetype2.so
21:15:29.836: rtmp-services.so
21:15:29.836: obs-x264.so
21:15:29.836: obs-websocket.so
21:15:29.836: obs-vst.so
21:15:29.836: obs-transitions.so
21:15:29.836: obs-outputs.so
21:15:29.836: obs-filters.so
21:15:29.836: obs-ffmpeg.so
21:15:29.836: obs-browser.so
21:15:29.836: linux-v4l2.so
21:15:29.836: linux-pulseaudio.so
21:15:29.836: linux-pipewire.so
21:15:29.836: linux-jack.so
21:15:29.836: linux-capture.so
21:15:29.836: linux-alsa.so
21:15:29.836: image-source.so
21:15:29.836: frontend-tools.so
21:15:29.836: decklink-output-ui.so
21:15:29.836: decklink-captions.so
21:15:29.836: ---------------------------------
21:15:29.836: ==== Startup complete ===============================================
21:15:29.857: All scene data cleared
21:15:29.857: ------------------------------------------------
21:15:29.861: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
21:15:29.861: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
21:15:29.861: pulse-input: Started recording from 'alsa_output.pci-0000_0b_00.4.analog-stereo.monitor' (default)
21:15:29.861: [Loaded global audio device]: 'Desktop Audio'
21:15:29.861: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
21:15:29.861: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
21:15:29.862: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
21:15:29.862: [Loaded global audio device]: 'Mic/Aux'
21:15:29.862: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.82) 15.0.0'
21:15:29.862: pulse-input: An error occurred while getting the source info!
21:15:29.862: [Loaded global audio device]: 'HDMI Capture'
21:15:29.862: v4l2-input: Start capture from /dev/video0
21:15:29.863: v4l2-input: Unable to set input 0
21:15:29.863: v4l2-input: Initialization failed, errno: Device or resource busy
21:15:29.863: xshm-input: Geometry 3840x2160 @ 1024,0
21:15:29.869: v4l2-input: Start capture from /dev/video0
21:15:29.870: v4l2-input: Unable to set input 0
21:15:29.870: v4l2-input: Initialization failed, errno: Device or resource busy
21:15:29.975: v4l2-input: Start capture from /dev/video0
21:15:29.976: v4l2-input: Unable to set input 0
21:15:29.976: v4l2-input: Initialization failed, errno: Device or resource busy
21:15:29.976: xshm-input: Geometry 3840x2160 @ 1024,0
21:15:29.979: v4l2-input: Start capture from /dev/video4
21:15:29.979: v4l2-input: Unable to open device
21:15:29.979: v4l2-input: Initialization failed, errno: No such file or directory
21:15:29.980: xshm-input: Geometry 1024x768 @ 0,0
21:15:29.980: Source ID 'pipewire-desktop-capture-source' not found
21:15:29.980: Failed to create source 'Screen Capture (PipeWire)'!
21:15:29.982: Switched to scene 'screen'
21:15:29.982: ------------------------------------------------
21:15:29.982: Loaded scenes:
21:15:29.982: - scene 'Screen with camera':
21:15:29.982: - source: 'Screen Capture' (xshm_input)
21:15:29.982: - source: 'Camera Capture' (v4l2_input)
21:15:29.982: - source: 'border' (image_source)
21:15:29.982: - scene 'game with camera':
21:15:29.982: - source: 'Camera Capture' (v4l2_input)
21:15:29.982: - source: 'border' (image_source)
21:15:29.982: - source: 'capture acrd' (v4l2_input)
21:15:29.982: - scene 'game':
21:15:29.982: - source: 'Video Capture Device (V4L2)' (v4l2_input)
21:15:29.982: - scene 'screen':
21:15:29.982: - source: 'Screen Capture (XSHM) second monitor' (xshm_input)
21:15:29.982: - source: 'Screen Capture (XSHM)' (xshm_input)
21:15:29.982: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source)
21:15:29.982: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
21:15:29.982: - scene 'camera':
21:15:29.982: - source: 'Camera Capture' (v4l2_input)
21:15:29.982: - scene 'Camera with scope':
21:15:29.982: - source: 'Camera Capture' (v4l2_input)
21:15:29.982: - source: 'border' (image_source)
21:15:29.982: - source: 'scope caputre' (v4l2_input)
21:15:29.982: - scene 'game with screen':
21:15:29.982: - source: 'Video Capture Device (V4L2)' (v4l2_input)
21:15:29.982: - source: 'Screen Capture (XSHM)' (xshm_input)
21:15:29.982: ------------------------------------------------
21:15:30.412: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
21:15:30.412:
21:15:31.372: NV12 texture support not available
21:15:31.372: P010 texture support not available
21:15:31.378: Virtual camera started
21:15:31.426: ==== Virtual Camera Start ==========================================
21:15:31.444: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
04:35:00.865: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
04:35:00.865:
17:58:48.990: ---------------------------------
17:58:48.990: [x264 encoder: 'simple_video_recording'] preset: veryfast
17:58:48.990: [x264 encoder: 'simple_video_recording'] profile: high
17:58:48.990: [x264 encoder: 'simple_video_recording'] settings:
17:58:48.990: rate_control: CRF
17:58:48.990: bitrate: 0
17:58:48.990: buffer size: 0
17:58:48.990: crf: 16
17:58:48.990: fps_num: 30000
17:58:48.990: fps_den: 1001
17:58:48.990: width: 1920
17:58:48.990: height: 1080
17:58:48.990: keyint: 250
17:58:48.990:
17:58:49.043: ---------------------------------
17:58:49.043: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
17:58:49.043:
17:58:49.043: ---------------------------------
17:58:49.043: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
17:58:49.043:
17:58:49.043: ---------------------------------
17:58:49.043: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
17:58:49.043:
17:58:49.043: ---------------------------------
17:58:49.043: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
17:58:49.043:
17:58:49.066: ==== Recording Start ===============================================
17:58:49.066: [ffmpeg muxer: 'simple_file_output'] Writing file '/run/media/zombie/zombienas/organized_data/absolutely-unique/video/video_recordings/2023-10-18 17-58-48.mkv'...

View file

@ -0,0 +1,213 @@
18:07:27.397: Platform: Wayland
18:07:27.397: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
18:07:27.397: CPU Speed: 4217.301MHz
18:07:27.397: Physical Cores: 8, Logical Cores: 16
18:07:27.397: Physical Memory: 32006MB Total, 23205MB Free
18:07:27.397: Kernel Version: Linux 6.6.9-arch1-1
18:07:27.397: Distribution: "Arch Linux" Unknown
18:07:27.397: Session Type: wayland
18:07:27.399: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
18:07:27.399: Portable mode: false
18:07:27.425: OBS 30.0.2-1 (linux)
18:07:27.425: ---------------------------------
18:07:27.425: ---------------------------------
18:07:27.425: audio settings reset:
18:07:27.425: samples per sec: 48000
18:07:27.425: speakers: 2
18:07:27.425: max buffering: 960 milliseconds
18:07:27.425: buffering type: dynamically increasing
18:07:27.427: ---------------------------------
18:07:27.427: Initializing OpenGL...
18:07:27.427: Using EGL/Wayland
18:07:27.459: Initialized EGL 1.5
18:07:27.477: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
18:07:27.477: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
18:07:27.508: ---------------------------------
18:07:27.508: video settings reset:
18:07:27.508: base resolution: 1920x1080
18:07:27.508: output resolution: 1920x1080
18:07:27.508: downscale filter: Bicubic
18:07:27.508: fps: 30000/1001
18:07:27.508: format: NV12
18:07:27.508: YUV mode: Rec. 709/Partial
18:07:27.508: NV12 texture support not available
18:07:27.508: P010 texture support not available
18:07:27.509: Audio monitoring device:
18:07:27.509: name: Default
18:07:27.509: id: default
18:07:27.509: ---------------------------------
18:07:27.517: Failed to load 'en-US' text for module: 'decklink-captions.so'
18:07:27.525: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
18:07:27.533: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
18:07:27.533: Failed to initialize module 'decklink.so'
18:07:27.658: [pipewire] Available captures:
18:07:27.658: [pipewire] - Desktop capture
18:07:27.719: VAAPI: Failed to initialize display in vaapi_device_h264_supported
18:07:27.719: FFmpeg VAAPI H264 encoding not supported
18:07:27.719: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
18:07:27.719: FFmpeg VAAPI HEVC encoding not supported
18:07:27.781: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
18:07:27.912: ---------------------------------
18:07:27.912: Loaded Modules:
18:07:27.912: wlrobs.so
18:07:27.912: text-freetype2.so
18:07:27.912: rtmp-services.so
18:07:27.912: obs-x264.so
18:07:27.912: obs-vst.so
18:07:27.912: obs-vaapi.so
18:07:27.912: obs-transitions.so
18:07:27.912: obs-qsv11.so
18:07:27.912: obs-outputs.so
18:07:27.912: obs-libfdk.so
18:07:27.912: obs-filters.so
18:07:27.912: obs-ffmpeg.so
18:07:27.912: linux-v4l2.so
18:07:27.912: linux-pulseaudio.so
18:07:27.912: linux-pipewire.so
18:07:27.912: linux-jack.so
18:07:27.912: linux-capture.so
18:07:27.912: linux-alsa.so
18:07:27.912: image-source.so
18:07:27.912: frontend-tools.so
18:07:27.912: decklink-output-ui.so
18:07:27.912: decklink-captions.so
18:07:27.912: ---------------------------------
18:07:27.913: QWidget::setTabOrder: 'first' and 'second' must be in the same window
18:07:27.913: ==== Startup complete ===============================================
18:07:27.962: All scene data cleared
18:07:27.962: ------------------------------------------------
18:07:27.965: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:07:27.965: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
18:07:27.965: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
18:07:27.965: [Loaded global audio device]: 'Desktop Audio'
18:07:27.966: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:07:27.966: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
18:07:27.966: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:07:27.966: [Loaded global audio device]: 'Mic/Aux'
18:07:27.966: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:07:27.967: pulse-input: An error occurred while getting the source info!
18:07:27.967: [Loaded global audio device]: 'HDMI Capture'
18:07:27.967: v4l2-input: Start capture from /dev/video0
18:07:27.967: v4l2-input: Input: 0
18:07:27.969: v4l2-input: Resolution: 1920x1080
18:07:27.969: v4l2-input: Pixelformat: YU12
18:07:27.969: v4l2-input: Linesize: 1920 Bytes
18:07:27.969: v4l2-input: Framerate: 30.00 fps
18:07:27.971: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
18:07:27.971: Source ID 'xshm_input' not found
18:07:27.971: Failed to create source 'Screen Capture'!
18:07:27.972: v4l2-input: Start capture from /dev/video0
18:07:27.980: v4l2-input: Unable to set input 0
18:07:27.980: v4l2-input: Initialization failed, errno: Device or resource busy
18:07:27.980: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
18:07:27.980: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:07:27.980: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:07:27.980: v4l2-input: Start capture from /dev/video0
18:07:27.981: v4l2-input: Unable to set input 0
18:07:27.981: v4l2-input: Initialization failed, errno: Device or resource busy
18:07:27.981: v4l2-input: Start capture from /dev/video4
18:07:27.981: v4l2-input: Unable to open device
18:07:27.981: v4l2-input: Initialization failed, errno: No such file or directory
18:07:27.983: Switched to scene 'screen'
18:07:27.983: ------------------------------------------------
18:07:27.983: Loaded scenes:
18:07:27.983: - scene 'Screen with camera':
18:07:27.983: - source: 'Screen Capture' (xshm_input)
18:07:27.983: - source: 'Camera Capture' (v4l2_input)
18:07:27.983: - source: 'border' (image_source)
18:07:27.983: - scene 'game with camera':
18:07:27.983: - source: 'Camera Capture' (v4l2_input)
18:07:27.983: - source: 'border' (image_source)
18:07:27.983: - source: 'capture acrd' (v4l2_input)
18:07:27.983: - scene 'game':
18:07:27.983: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:07:27.983: - scene 'game 4:3':
18:07:27.983: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:07:27.983: - scene 'screen':
18:07:27.983: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
18:07:27.983: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
18:07:27.983: - scene 'camera':
18:07:27.983: - source: 'Camera Capture' (v4l2_input)
18:07:27.983: - scene 'Camera with scope':
18:07:27.983: - source: 'Camera Capture' (v4l2_input)
18:07:27.983: - source: 'border' (image_source)
18:07:27.983: - source: 'scope caputre' (v4l2_input)
18:07:27.983: - scene 'game with screen':
18:07:27.983: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:07:27.983: ------------------------------------------------
18:07:28.517: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
18:07:28.517:
18:07:32.342: OpenType support missing for "Open Sans", script 11
18:07:32.346: OpenType support missing for "Open Sans", script 12
18:07:32.350: OpenType support missing for "Open Sans", script 16
18:07:32.353: OpenType support missing for "Open Sans", script 20
18:07:46.593: ==== Shutting down ==================================================
18:07:46.603: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
18:07:46.603: pulse-input: Got 745 packets with 894000 frames
18:07:46.603: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:07:46.603: pulse-input: Got 742 packets with 890400 frames
18:07:46.616: v4l2-input: /dev/video0: Stopped capture after 556 frames
18:07:46.650: All scene data cleared
18:07:46.650: ------------------------------------------------
18:07:46.720: [Scripting] Total detached callbacks: 0
18:07:46.720: Freeing OBS context data
18:07:46.730: == Profiler Results =============================
18:07:46.730: run_program_init: 663.722 ms
18:07:46.730: ┣OBSApp::AppInit: 4.432 ms
18:07:46.730: ┃ ┗OBSApp::InitLocale: 0.746 ms
18:07:46.730: ┗OBSApp::OBSInit: 626.988 ms
18:07:46.730: ┣obs_startup: 2.381 ms
18:07:46.730: ┗OBSBasic::OBSInit: 598.316 ms
18:07:46.730: ┣OBSBasic::InitBasicConfig: 0.101 ms
18:07:46.730: ┣OBSBasic::ResetAudio: 0.281 ms
18:07:46.730: ┣OBSBasic::ResetVideo: 83.115 ms
18:07:46.730: ┃ ┗obs_init_graphics: 82.553 ms
18:07:46.730: ┃ ┗shader compilation: 28.891 ms
18:07:46.730: ┣OBSBasic::InitOBSCallbacks: 0.002 ms
18:07:46.730: ┣OBSBasic::InitHotkeys: 0.018 ms
18:07:46.730: ┣obs_load_all_modules2: 403.011 ms
18:07:46.730: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
18:07:46.730: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
18:07:46.730: ┃ ┣obs_init_module(decklink.so): 0.132 ms
18:07:46.730: ┃ ┣obs_init_module(frontend-tools.so): 54.079 ms
18:07:46.730: ┃ ┣obs_init_module(image-source.so): 0.007 ms
18:07:46.730: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
18:07:46.730: ┃ ┣obs_init_module(linux-capture.so): 0 ms
18:07:46.730: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
18:07:46.730: ┃ ┣obs_init_module(linux-pipewire.so): 17.23 ms
18:07:46.730: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.002 ms
18:07:46.730: ┃ ┣obs_init_module(linux-v4l2.so): 0.116 ms
18:07:46.731: ┃ ┣obs_init_module(obs-ffmpeg.so): 2.538 ms
18:07:46.731: ┃ ┃ ┗nvenc_check: 1.716 ms
18:07:46.731: ┃ ┣obs_init_module(obs-filters.so): 0.029 ms
18:07:46.731: ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
18:07:46.731: ┃ ┣obs_init_module(obs-outputs.so): 0.003 ms
18:07:46.731: ┃ ┣obs_init_module(obs-qsv11.so): 0.281 ms
18:07:46.731: ┃ ┣obs_init_module(obs-transitions.so): 0.008 ms
18:07:46.731: ┃ ┣obs_init_module(obs-vaapi.so): 82.166 ms
18:07:46.731: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
18:07:46.731: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
18:07:46.731: ┃ ┣obs_init_module(rtmp-services.so): 0.666 ms
18:07:46.731: ┃ ┣obs_init_module(text-freetype2.so): 0.011 ms
18:07:46.731: ┃ ┗obs_init_module(wlrobs.so): 0.01 ms
18:07:46.731: ┣OBSBasic::InitService: 0.792 ms
18:07:46.731: ┣OBSBasic::ResetOutputs: 0.162 ms
18:07:46.731: ┣OBSBasic::CreateHotkeys: 0.02 ms
18:07:46.731: ┣OBSBasic::InitPrimitives: 0.049 ms
18:07:46.731: ┗OBSBasic::Load: 71.127 ms
18:07:46.731: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.001 ms, 99th percentile=0.001 ms, 100% below 25 ms
18:07:46.731: audio_thread(Audio): min=0.006 ms, median=0.03 ms, max=16.864 ms, 99th percentile=13.31 ms
18:07:46.731: obs_graphics_thread(33.3667 ms): min=0.018 ms, median=8.488 ms, max=26.273 ms, 99th percentile=17.407 ms, 100% below 33.367 ms
18:07:46.731: ┣tick_sources: min=0 ms, median=0.006 ms, max=16.169 ms, 99th percentile=0.018 ms
18:07:46.731: ┣output_frame: min=0.01 ms, median=8.37 ms, max=24.623 ms, 99th percentile=17.059 ms
18:07:46.731: ┃ ┗gs_context(video->graphics): min=0.01 ms, median=8.37 ms, max=24.623 ms, 99th percentile=17.059 ms
18:07:46.731: ┃ ┣render_video: min=0.005 ms, median=8.288 ms, max=24.531 ms, 99th percentile=16.964 ms
18:07:46.731: ┃ ┃ ┗render_main_texture: min=0.004 ms, median=8.287 ms, max=24.526 ms, 99th percentile=16.961 ms
18:07:46.731: ┃ ┗gs_flush: min=0.002 ms, median=0.069 ms, max=4.403 ms, 99th percentile=0.589 ms
18:07:46.731: ┗render_displays: min=0.002 ms, median=0.102 ms, max=2.313 ms, 99th percentile=0.531 ms
18:07:46.731: =================================================
18:07:46.731: == Profiler Time Between Calls ==================
18:07:46.731: obs_hotkey_thread(25 ms): min=25.016 ms, median=25.059 ms, max=27.773 ms, 99.6099% within ±2% of 25 ms (0% lower, 0.390117% higher)
18:07:46.731: obs_graphics_thread(33.3667 ms): min=33.006 ms, median=33.367 ms, max=33.738 ms, 100% within ±2% of 33.367 ms (0% lower, 0% higher)
18:07:46.731: =================================================
18:07:46.735: Number of memory leaks: 2

View file

@ -0,0 +1,213 @@
18:08:31.726: Platform: Wayland
18:08:31.726: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
18:08:31.726: CPU Speed: 2200.000MHz
18:08:31.726: Physical Cores: 8, Logical Cores: 16
18:08:31.726: Physical Memory: 32006MB Total, 23072MB Free
18:08:31.726: Kernel Version: Linux 6.6.9-arch1-1
18:08:31.726: Distribution: "Arch Linux" Unknown
18:08:31.726: Session Type: wayland
18:08:31.728: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
18:08:31.728: Portable mode: false
18:08:31.754: OBS 30.0.2-1 (linux)
18:08:31.754: ---------------------------------
18:08:31.754: ---------------------------------
18:08:31.755: audio settings reset:
18:08:31.755: samples per sec: 48000
18:08:31.755: speakers: 2
18:08:31.755: max buffering: 960 milliseconds
18:08:31.755: buffering type: dynamically increasing
18:08:31.756: ---------------------------------
18:08:31.756: Initializing OpenGL...
18:08:31.756: Using EGL/Wayland
18:08:31.789: Initialized EGL 1.5
18:08:31.808: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
18:08:31.808: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
18:08:31.839: ---------------------------------
18:08:31.839: video settings reset:
18:08:31.839: base resolution: 1920x1080
18:08:31.839: output resolution: 1920x1080
18:08:31.839: downscale filter: Bicubic
18:08:31.839: fps: 30000/1001
18:08:31.839: format: NV12
18:08:31.839: YUV mode: Rec. 709/Partial
18:08:31.840: NV12 texture support not available
18:08:31.840: P010 texture support not available
18:08:31.840: Audio monitoring device:
18:08:31.840: name: Default
18:08:31.840: id: default
18:08:31.840: ---------------------------------
18:08:31.849: Failed to load 'en-US' text for module: 'decklink-captions.so'
18:08:31.857: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
18:08:31.864: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
18:08:31.864: Failed to initialize module 'decklink.so'
18:08:31.990: [pipewire] Available captures:
18:08:31.990: [pipewire] - Desktop capture
18:08:32.042: VAAPI: Failed to initialize display in vaapi_device_h264_supported
18:08:32.042: FFmpeg VAAPI H264 encoding not supported
18:08:32.042: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
18:08:32.042: FFmpeg VAAPI HEVC encoding not supported
18:08:32.100: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
18:08:32.149: ---------------------------------
18:08:32.149: Loaded Modules:
18:08:32.149: wlrobs.so
18:08:32.149: text-freetype2.so
18:08:32.149: rtmp-services.so
18:08:32.149: obs-x264.so
18:08:32.149: obs-vst.so
18:08:32.149: obs-vaapi.so
18:08:32.149: obs-transitions.so
18:08:32.149: obs-qsv11.so
18:08:32.149: obs-outputs.so
18:08:32.149: obs-libfdk.so
18:08:32.149: obs-filters.so
18:08:32.149: obs-ffmpeg.so
18:08:32.149: linux-v4l2.so
18:08:32.149: linux-pulseaudio.so
18:08:32.149: linux-pipewire.so
18:08:32.149: linux-jack.so
18:08:32.149: linux-capture.so
18:08:32.149: linux-alsa.so
18:08:32.149: image-source.so
18:08:32.149: frontend-tools.so
18:08:32.149: decklink-output-ui.so
18:08:32.149: decklink-captions.so
18:08:32.149: ---------------------------------
18:08:32.149: QWidget::setTabOrder: 'first' and 'second' must be in the same window
18:08:32.149: ==== Startup complete ===============================================
18:08:32.184: All scene data cleared
18:08:32.184: ------------------------------------------------
18:08:32.187: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:08:32.187: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
18:08:32.187: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
18:08:32.187: [Loaded global audio device]: 'Desktop Audio'
18:08:32.188: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:08:32.188: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
18:08:32.188: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:08:32.188: [Loaded global audio device]: 'Mic/Aux'
18:08:32.188: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:08:32.188: pulse-input: An error occurred while getting the source info!
18:08:32.188: [Loaded global audio device]: 'HDMI Capture'
18:08:32.188: v4l2-input: Start capture from /dev/video0
18:08:32.189: v4l2-input: Input: 0
18:08:32.190: v4l2-input: Resolution: 1920x1080
18:08:32.190: v4l2-input: Pixelformat: YU12
18:08:32.190: v4l2-input: Linesize: 1920 Bytes
18:08:32.190: v4l2-input: Framerate: 30.00 fps
18:08:32.192: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
18:08:32.192: Source ID 'xshm_input' not found
18:08:32.193: Failed to create source 'Screen Capture'!
18:08:32.193: v4l2-input: Start capture from /dev/video0
18:08:32.204: v4l2-input: Unable to set input 0
18:08:32.204: v4l2-input: Initialization failed, errno: Device or resource busy
18:08:32.204: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
18:08:32.204: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:08:32.204: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:08:32.204: v4l2-input: Start capture from /dev/video0
18:08:32.205: v4l2-input: Unable to set input 0
18:08:32.205: v4l2-input: Initialization failed, errno: Device or resource busy
18:08:32.205: v4l2-input: Start capture from /dev/video4
18:08:32.205: v4l2-input: Unable to open device
18:08:32.205: v4l2-input: Initialization failed, errno: No such file or directory
18:08:32.207: Switched to scene 'screen'
18:08:32.207: ------------------------------------------------
18:08:32.207: Loaded scenes:
18:08:32.207: - scene 'Screen with camera':
18:08:32.207: - source: 'Screen Capture' (xshm_input)
18:08:32.207: - source: 'Camera Capture' (v4l2_input)
18:08:32.207: - source: 'border' (image_source)
18:08:32.207: - scene 'game with camera':
18:08:32.207: - source: 'Camera Capture' (v4l2_input)
18:08:32.207: - source: 'border' (image_source)
18:08:32.207: - source: 'capture acrd' (v4l2_input)
18:08:32.207: - scene 'game':
18:08:32.207: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:08:32.207: - scene 'game 4:3':
18:08:32.207: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:08:32.207: - scene 'screen':
18:08:32.207: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
18:08:32.207: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
18:08:32.207: - scene 'camera':
18:08:32.207: - source: 'Camera Capture' (v4l2_input)
18:08:32.207: - scene 'Camera with scope':
18:08:32.207: - source: 'Camera Capture' (v4l2_input)
18:08:32.207: - source: 'border' (image_source)
18:08:32.207: - source: 'scope caputre' (v4l2_input)
18:08:32.207: - scene 'game with screen':
18:08:32.207: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:08:32.207: ------------------------------------------------
18:08:32.736: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
18:08:32.736:
18:08:45.610: OpenType support missing for "Open Sans", script 11
18:08:45.613: OpenType support missing for "Open Sans", script 12
18:08:45.617: OpenType support missing for "Open Sans", script 16
18:08:45.620: OpenType support missing for "Open Sans", script 20
18:10:03.419: ==== Shutting down ==================================================
18:10:03.423: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
18:10:03.423: pulse-input: Got 3648 packets with 4377600 frames
18:10:03.423: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:10:03.423: pulse-input: Got 3646 packets with 4375200 frames
18:10:03.427: v4l2-input: /dev/video0: Stopped capture after 2734 frames
18:10:03.446: All scene data cleared
18:10:03.447: ------------------------------------------------
18:10:03.515: [Scripting] Total detached callbacks: 0
18:10:03.515: Freeing OBS context data
18:10:03.524: == Profiler Results =============================
18:10:03.524: run_program_init: 569.024 ms
18:10:03.524: ┣OBSApp::AppInit: 4.457 ms
18:10:03.524: ┃ ┗OBSApp::InitLocale: 0.7 ms
18:10:03.524: ┗OBSApp::OBSInit: 532.681 ms
18:10:03.524: ┣obs_startup: 2.382 ms
18:10:03.524: ┗OBSBasic::OBSInit: 504.024 ms
18:10:03.524: ┣OBSBasic::InitBasicConfig: 0.101 ms
18:10:03.524: ┣OBSBasic::ResetAudio: 0.267 ms
18:10:03.524: ┣OBSBasic::ResetVideo: 85.03 ms
18:10:03.524: ┃ ┗obs_init_graphics: 84.342 ms
18:10:03.524: ┃ ┗shader compilation: 29.434 ms
18:10:03.524: ┣OBSBasic::InitOBSCallbacks: 0.003 ms
18:10:03.524: ┣OBSBasic::InitHotkeys: 0.019 ms
18:10:03.524: ┣obs_load_all_modules2: 308.781 ms
18:10:03.524: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
18:10:03.524: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
18:10:03.524: ┃ ┣obs_init_module(decklink.so): 0.117 ms
18:10:03.524: ┃ ┣obs_init_module(frontend-tools.so): 55.528 ms
18:10:03.524: ┃ ┣obs_init_module(image-source.so): 0.008 ms
18:10:03.524: ┃ ┣obs_init_module(linux-alsa.so): 0.002 ms
18:10:03.524: ┃ ┣obs_init_module(linux-capture.so): 0 ms
18:10:03.524: ┃ ┣obs_init_module(linux-jack.so): 0.003 ms
18:10:03.524: ┃ ┣obs_init_module(linux-pipewire.so): 17.199 ms
18:10:03.524: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
18:10:03.524: ┃ ┣obs_init_module(linux-v4l2.so): 0.121 ms
18:10:03.524: ┃ ┣obs_init_module(obs-ffmpeg.so): 2.014 ms
18:10:03.524: ┃ ┃ ┗nvenc_check: 1.396 ms
18:10:03.524: ┃ ┣obs_init_module(obs-filters.so): 0.027 ms
18:10:03.524: ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
18:10:03.524: ┃ ┣obs_init_module(obs-outputs.so): 0.004 ms
18:10:03.524: ┃ ┣obs_init_module(obs-qsv11.so): 0.242 ms
18:10:03.524: ┃ ┣obs_init_module(obs-transitions.so): 0.008 ms
18:10:03.524: ┃ ┣obs_init_module(obs-vaapi.so): 5.67 ms
18:10:03.524: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
18:10:03.524: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
18:10:03.524: ┃ ┣obs_init_module(rtmp-services.so): 0.528 ms
18:10:03.524: ┃ ┣obs_init_module(text-freetype2.so): 0.009 ms
18:10:03.524: ┃ ┗obs_init_module(wlrobs.so): 0.01 ms
18:10:03.524: ┣OBSBasic::InitService: 0.771 ms
18:10:03.524: ┣OBSBasic::ResetOutputs: 0.164 ms
18:10:03.524: ┣OBSBasic::CreateHotkeys: 0.02 ms
18:10:03.524: ┣OBSBasic::InitPrimitives: 0.069 ms
18:10:03.524: ┗OBSBasic::Load: 58.475 ms
18:10:03.525: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.001 ms, 99th percentile=0.001 ms, 100% below 25 ms
18:10:03.525: audio_thread(Audio): min=0.005 ms, median=0.033 ms, max=17.763 ms, 99th percentile=14.005 ms
18:10:03.525: obs_graphics_thread(33.3667 ms): min=0.017 ms, median=9.083 ms, max=20.393 ms, 99th percentile=17.258 ms, 100% below 33.367 ms
18:10:03.525: ┣tick_sources: min=0 ms, median=0.008 ms, max=10.109 ms, 99th percentile=0.018 ms
18:10:03.525: ┣output_frame: min=0.009 ms, median=8.947 ms, max=20.366 ms, 99th percentile=17.105 ms
18:10:03.525: ┃ ┗gs_context(video->graphics): min=0.008 ms, median=8.947 ms, max=20.366 ms, 99th percentile=17.105 ms
18:10:03.525: ┃ ┣render_video: min=0.005 ms, median=8.862 ms, max=20.259 ms, 99th percentile=17.014 ms
18:10:03.525: ┃ ┃ ┗render_main_texture: min=0.004 ms, median=8.858 ms, max=20.255 ms, 99th percentile=17.012 ms
18:10:03.525: ┃ ┗gs_flush: min=0.001 ms, median=0.073 ms, max=3.917 ms, 99th percentile=0.417 ms
18:10:03.525: ┗render_displays: min=0.002 ms, median=0.105 ms, max=2.817 ms, 99th percentile=0.387 ms
18:10:03.525: =================================================
18:10:03.525: == Profiler Time Between Calls ==================
18:10:03.525: obs_hotkey_thread(25 ms): min=25.007 ms, median=25.059 ms, max=27.256 ms, 99.8907% within ±2% of 25 ms (0% lower, 0.10926% higher)
18:10:03.525: obs_graphics_thread(33.3667 ms): min=31.595 ms, median=33.367 ms, max=34.547 ms, 99.9272% within ±2% of 33.367 ms (0.0364166% lower, 0.0364166% higher)
18:10:03.525: =================================================
18:10:03.538: Number of memory leaks: 2

View file

@ -0,0 +1,223 @@
19:11:48.703: Platform: Wayland
19:11:48.703: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
19:11:48.703: CPU Speed: 4166.449MHz
19:11:48.703: Physical Cores: 8, Logical Cores: 16
19:11:48.703: Physical Memory: 32006MB Total, 25602MB Free
19:11:48.703: Kernel Version: Linux 6.6.9-arch1-1
19:11:48.703: Distribution: "Arch Linux" Unknown
19:11:48.703: Session Type: wayland
19:11:48.705: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
19:11:48.705: Portable mode: false
19:11:48.732: OBS 30.0.2-1 (linux)
19:11:48.732: ---------------------------------
19:11:48.732: ---------------------------------
19:11:48.732: audio settings reset:
19:11:48.732: samples per sec: 48000
19:11:48.732: speakers: 2
19:11:48.732: max buffering: 960 milliseconds
19:11:48.732: buffering type: dynamically increasing
19:11:48.734: ---------------------------------
19:11:48.734: Initializing OpenGL...
19:11:48.734: Using EGL/Wayland
19:11:48.767: Initialized EGL 1.5
19:11:48.785: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
19:11:48.785: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
19:11:48.817: ---------------------------------
19:11:48.817: video settings reset:
19:11:48.817: base resolution: 1920x1080
19:11:48.817: output resolution: 1920x1080
19:11:48.817: downscale filter: Bicubic
19:11:48.817: fps: 30000/1001
19:11:48.817: format: NV12
19:11:48.817: YUV mode: Rec. 709/Partial
19:11:48.818: NV12 texture support not available
19:11:48.818: P010 texture support not available
19:11:48.818: Audio monitoring device:
19:11:48.818: name: Default
19:11:48.818: id: default
19:11:48.818: ---------------------------------
19:11:48.827: Failed to load 'en-US' text for module: 'decklink-captions.so'
19:11:48.836: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
19:11:48.843: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
19:11:48.843: Failed to initialize module 'decklink.so'
19:11:48.977: [pipewire] Available captures:
19:11:48.977: [pipewire] - Desktop capture
19:11:49.036: VAAPI: API version 1.20
19:11:49.037: FFmpeg VAAPI H264 encoding supported
19:11:49.042: FFmpeg VAAPI HEVC encoding supported
19:11:49.114: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
19:11:49.221: [obs-vaapi] found vah264lpenc
19:11:49.221: [obs-vaapi] found vah265lpenc
19:11:49.221: [obs-vaapi] found vaapih265enc
19:11:49.221: [obs-vaapi] found vaapih264enc
19:11:49.274: ---------------------------------
19:11:49.274: Loaded Modules:
19:11:49.274: wlrobs.so
19:11:49.274: text-freetype2.so
19:11:49.274: rtmp-services.so
19:11:49.274: obs-x264.so
19:11:49.274: obs-vst.so
19:11:49.274: obs-vaapi.so
19:11:49.274: obs-transitions.so
19:11:49.274: obs-qsv11.so
19:11:49.274: obs-outputs.so
19:11:49.274: obs-libfdk.so
19:11:49.274: obs-filters.so
19:11:49.274: obs-ffmpeg.so
19:11:49.274: linux-v4l2.so
19:11:49.274: linux-pulseaudio.so
19:11:49.274: linux-pipewire.so
19:11:49.274: linux-jack.so
19:11:49.274: linux-capture.so
19:11:49.274: linux-alsa.so
19:11:49.274: image-source.so
19:11:49.274: frontend-tools.so
19:11:49.274: decklink-output-ui.so
19:11:49.274: decklink-captions.so
19:11:49.274: ---------------------------------
19:11:49.274: QWidget::setTabOrder: 'first' and 'second' must be in the same window
19:11:49.274: ==== Startup complete ===============================================
19:11:49.290: All scene data cleared
19:11:49.290: ------------------------------------------------
19:11:49.294: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
19:11:49.294: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
19:11:49.294: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
19:11:49.294: [Loaded global audio device]: 'Desktop Audio'
19:11:49.295: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
19:11:49.295: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
19:11:49.295: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
19:11:49.295: [Loaded global audio device]: 'Mic/Aux'
19:11:49.295: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
19:11:49.295: pulse-input: An error occurred while getting the source info!
19:11:49.295: [Loaded global audio device]: 'HDMI Capture'
19:11:49.295: v4l2-input: Start capture from /dev/video0
19:11:49.296: v4l2-input: Input: 0
19:11:49.298: v4l2-input: Resolution: 1920x1080
19:11:49.298: v4l2-input: Pixelformat: YU12
19:11:49.298: v4l2-input: Linesize: 1920 Bytes
19:11:49.298: v4l2-input: Framerate: 30.00 fps
19:11:49.300: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
19:11:49.301: Source ID 'xshm_input' not found
19:11:49.301: Failed to create source 'Screen Capture'!
19:11:49.301: v4l2-input: Start capture from /dev/video0
19:11:49.309: v4l2-input: Unable to set input 0
19:11:49.309: v4l2-input: Initialization failed, errno: Device or resource busy
19:11:49.310: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
19:11:49.310: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
19:11:49.310: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
19:11:49.310: v4l2-input: Start capture from /dev/video0
19:11:49.310: v4l2-input: Unable to set input 0
19:11:49.310: v4l2-input: Initialization failed, errno: Device or resource busy
19:11:49.311: v4l2-input: Start capture from /dev/video4
19:11:49.311: v4l2-input: Unable to open device
19:11:49.311: v4l2-input: Initialization failed, errno: No such file or directory
19:11:49.314: Switched to scene 'screen'
19:11:49.314: ------------------------------------------------
19:11:49.314: Loaded scenes:
19:11:49.314: - scene 'Screen with camera':
19:11:49.314: - source: 'Screen Capture' (xshm_input)
19:11:49.314: - source: 'Camera Capture' (v4l2_input)
19:11:49.314: - source: 'border' (image_source)
19:11:49.314: - scene 'game with camera':
19:11:49.314: - source: 'Camera Capture' (v4l2_input)
19:11:49.314: - source: 'border' (image_source)
19:11:49.314: - source: 'capture acrd' (v4l2_input)
19:11:49.314: - scene 'game':
19:11:49.314: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:11:49.314: - scene 'game 4:3':
19:11:49.314: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:11:49.314: - scene 'screen':
19:11:49.314: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
19:11:49.314: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
19:11:49.314: - scene 'camera':
19:11:49.314: - source: 'Camera Capture' (v4l2_input)
19:11:49.314: - scene 'Camera with scope':
19:11:49.314: - source: 'Camera Capture' (v4l2_input)
19:11:49.314: - source: 'border' (image_source)
19:11:49.314: - source: 'scope caputre' (v4l2_input)
19:11:49.314: - scene 'game with screen':
19:11:49.314: - source: 'Video Capture Device (V4L2)' (v4l2_input)
19:11:49.314: ------------------------------------------------
19:11:49.869: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
19:11:49.869:
19:11:54.130: OpenType support missing for "Open Sans", script 11
19:11:54.134: OpenType support missing for "Open Sans", script 12
19:11:54.137: OpenType support missing for "Open Sans", script 16
19:11:54.140: OpenType support missing for "Open Sans", script 20
19:12:07.457: Settings changed (outputs)
19:12:07.457: ------------------------------------------------
19:12:10.742: >>> gpu tex not active, fall back to old qsv encoder
19:12:10.742: [qsv encoder: 'simple_video_recording'] settings:
19:12:10.742: codec: AV1
19:12:10.742: rate_control: CQP
19:12:10.742: qpi: 23
19:12:10.742: qpb: 23
19:12:10.742: qpp: 23
19:12:10.742: target_usage: TU4
19:12:10.742: profile: high
19:12:10.742: keyint: 0
19:12:10.742: latency: normal
19:12:10.742: b-frames: 3
19:12:10.742: enhancements: on
19:12:10.742: fps_num: 30000
19:12:10.742: fps_den: 1001
19:12:10.742: width: 1920
19:12:10.742: height: 1080
19:12:10.742: [qsv encoder: 'simple_video_recording'] debug info:
19:12:10.766: Failed to initialize MFX
19:12:10.766: [qsv encoder: 'msdk_impl'] Specified object/item/sync point not found. (MFX_ERR_NOT_FOUND)
19:12:10.766: [qsv encoder: 'simple_video_recording'] qsv failed to load
19:12:10.766: major: 1
19:12:10.766: minor: 0
19:12:10.766: interval: 4
19:12:10.766: GopPictSize: 0
19:12:10.766: g_pts2dtsShift: 0
19:12:22.121: Virtual camera started
19:12:22.171: ==== Virtual Camera Start ==========================================
19:12:22.171: Starting Virtual Camera output to Program
19:12:22.174: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
19:12:22.764: Output 'virtualcam_output': stopping
19:12:22.764: Output 'virtualcam_output': Total frames output: 18
19:12:22.764: Output 'virtualcam_output': Total drawn frames: 18
19:12:22.764: ==== Virtual Camera Stop ===========================================
19:12:22.766: Virtual camera stopped
19:12:33.540: Settings changed (outputs)
19:12:33.540: ------------------------------------------------
19:12:36.217: >>> gpu tex not active, fall back to old qsv encoder
19:12:36.217: [qsv encoder: 'simple_video_recording'] settings:
19:12:36.217: codec: H.264
19:12:36.217: rate_control: ICQ
19:12:36.217: ICQ Quality: 23
19:12:36.218: target_usage: TU4
19:12:36.218: profile: high
19:12:36.218: keyint: 0
19:12:36.218: latency: normal
19:12:36.218: b-frames: 3
19:12:36.218: enhancements: on
19:12:36.218: fps_num: 30000
19:12:36.218: fps_den: 1001
19:12:36.218: width: 1920
19:12:36.218: height: 1080
19:12:36.218: [qsv encoder: 'simple_video_recording'] debug info:
19:12:36.239: Failed to initialize MFX
19:12:36.239: [qsv encoder: 'msdk_impl'] Specified object/item/sync point not found. (MFX_ERR_NOT_FOUND)
19:12:36.239: [qsv encoder: 'simple_video_recording'] qsv failed to load
19:12:36.239: major: 1
19:12:36.239: minor: 0
19:12:36.239: interval: 4
19:12:36.239: GopPictSize: 0
19:12:36.239: g_pts2dtsShift: 0
19:12:38.681: Virtual camera started
19:12:38.683: ==== Virtual Camera Start ==========================================
19:12:38.683: Starting Virtual Camera output to Program
19:12:38.689: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
19:12:39.326: Output 'virtualcam_output': stopping
19:12:39.326: Output 'virtualcam_output': Total frames output: 18
19:12:39.326: Output 'virtualcam_output': Total drawn frames: 19
19:12:39.326: ==== Virtual Camera Stop ===========================================
19:12:39.329: Failed to stop streaming on video device 36 (Bad file descriptor)
19:12:39.329: Virtual camera stopped
20:12:02.387: Virtual camera started
20:12:02.388: ==== Virtual Camera Start ==========================================
20:12:02.388: Starting Virtual Camera output to Program
20:12:02.393: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop

View file

@ -0,0 +1,160 @@
18:53:01.640: [Safe Mode] Unclean shutdown detected!
18:53:04.282: [Safe Mode] User elected to launch normally.
18:53:04.282: Platform: Wayland
18:53:04.282: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
18:53:04.282: CPU Speed: 2071.063MHz
18:53:04.283: Physical Cores: 8, Logical Cores: 16
18:53:04.283: Physical Memory: 32006MB Total, 8477MB Free
18:53:04.283: Kernel Version: Linux 6.6.9-arch1-1
18:53:04.283: Distribution: "Arch Linux" Unknown
18:53:04.283: Session Type: wayland
18:53:04.284: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
18:53:04.284: Portable mode: false
18:53:04.305: OBS 30.0.2-1 (linux)
18:53:04.305: ---------------------------------
18:53:04.305: ---------------------------------
18:53:04.305: audio settings reset:
18:53:04.305: samples per sec: 48000
18:53:04.305: speakers: 2
18:53:04.305: max buffering: 960 milliseconds
18:53:04.305: buffering type: dynamically increasing
18:53:04.306: ---------------------------------
18:53:04.306: Initializing OpenGL...
18:53:04.306: Using EGL/Wayland
18:53:04.307: Initialized EGL 1.5
18:53:04.332: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
18:53:04.332: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
18:53:04.370: ---------------------------------
18:53:04.370: video settings reset:
18:53:04.370: base resolution: 1920x1080
18:53:04.370: output resolution: 1920x1080
18:53:04.370: downscale filter: Bicubic
18:53:04.370: fps: 30000/1001
18:53:04.370: format: NV12
18:53:04.370: YUV mode: Rec. 709/Partial
18:53:04.370: NV12 texture support not available
18:53:04.370: P010 texture support not available
18:53:04.371: Audio monitoring device:
18:53:04.371: name: Default
18:53:04.371: id: default
18:53:04.371: ---------------------------------
18:53:04.380: Failed to load 'en-US' text for module: 'decklink-captions.so'
18:53:04.389: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
18:53:04.397: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
18:53:04.397: Failed to initialize module 'decklink.so'
18:53:04.547: [pipewire] Available captures:
18:53:04.547: [pipewire] - Desktop capture
18:53:04.620: VAAPI: API version 1.20
18:53:04.621: FFmpeg VAAPI H264 encoding supported
18:53:04.627: FFmpeg VAAPI HEVC encoding supported
18:53:04.710: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
18:53:04.840: [obs-vaapi] found vah264lpenc
18:53:04.840: [obs-vaapi] found vah265lpenc
18:53:04.840: [obs-vaapi] found vaapih265enc
18:53:04.840: [obs-vaapi] found vaapih264enc
18:53:04.897: ---------------------------------
18:53:04.897: Loaded Modules:
18:53:04.897: wlrobs.so
18:53:04.897: text-freetype2.so
18:53:04.897: rtmp-services.so
18:53:04.897: obs-x264.so
18:53:04.897: obs-vst.so
18:53:04.897: obs-vaapi.so
18:53:04.897: obs-transitions.so
18:53:04.897: obs-qsv11.so
18:53:04.898: obs-outputs.so
18:53:04.898: obs-libfdk.so
18:53:04.898: obs-filters.so
18:53:04.898: obs-ffmpeg.so
18:53:04.898: linux-v4l2.so
18:53:04.898: linux-pulseaudio.so
18:53:04.898: linux-pipewire.so
18:53:04.898: linux-jack.so
18:53:04.898: linux-capture.so
18:53:04.898: linux-alsa.so
18:53:04.898: image-source.so
18:53:04.898: frontend-tools.so
18:53:04.898: decklink-output-ui.so
18:53:04.898: decklink-captions.so
18:53:04.898: ---------------------------------
18:53:04.898: QWidget::setTabOrder: 'first' and 'second' must be in the same window
18:53:04.898: ==== Startup complete ===============================================
18:53:04.948: All scene data cleared
18:53:04.948: ------------------------------------------------
18:53:04.953: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:53:04.954: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
18:53:04.954: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
18:53:04.954: [Loaded global audio device]: 'Desktop Audio'
18:53:04.954: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:53:04.954: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
18:53:04.955: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:53:04.955: [Loaded global audio device]: 'Mic/Aux'
18:53:04.955: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:53:04.956: pulse-input: An error occurred while getting the source info!
18:53:04.956: [Loaded global audio device]: 'HDMI Capture'
18:53:04.956: v4l2-input: Start capture from /dev/video0
18:53:04.957: v4l2-input: Input: 0
18:53:04.959: v4l2-input: Resolution: 1920x1080
18:53:04.959: v4l2-input: Pixelformat: YU12
18:53:04.959: v4l2-input: Linesize: 1920 Bytes
18:53:04.959: v4l2-input: Framerate: 30.00 fps
18:53:04.961: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
18:53:04.962: Source ID 'xshm_input' not found
18:53:04.962: Failed to create source 'Screen Capture'!
18:53:04.962: v4l2-input: Start capture from /dev/video0
18:53:04.983: v4l2-input: Unable to set input 0
18:53:04.983: v4l2-input: Initialization failed, errno: Device or resource busy
18:53:04.983: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
18:53:04.983: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:53:04.983: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
18:53:04.983: v4l2-input: Start capture from /dev/video0
18:53:04.984: v4l2-input: Unable to set input 0
18:53:04.984: v4l2-input: Initialization failed, errno: Device or resource busy
18:53:04.984: v4l2-input: Start capture from /dev/video4
18:53:04.984: v4l2-input: Unable to open device
18:53:04.984: v4l2-input: Initialization failed, errno: No such file or directory
18:53:04.987: Switched to scene 'screen'
18:53:04.987: ------------------------------------------------
18:53:04.987: Loaded scenes:
18:53:04.987: - scene 'Screen with camera':
18:53:04.987: - source: 'Screen Capture' (xshm_input)
18:53:04.987: - source: 'Camera Capture' (v4l2_input)
18:53:04.987: - source: 'border' (image_source)
18:53:04.987: - scene 'game with camera':
18:53:04.987: - source: 'Camera Capture' (v4l2_input)
18:53:04.987: - source: 'border' (image_source)
18:53:04.987: - source: 'capture acrd' (v4l2_input)
18:53:04.987: - scene 'game':
18:53:04.987: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:53:04.987: - scene 'game 4:3':
18:53:04.987: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:53:04.987: - scene 'screen':
18:53:04.987: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
18:53:04.987: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
18:53:04.987: - scene 'camera':
18:53:04.987: - source: 'Camera Capture' (v4l2_input)
18:53:04.987: - scene 'Camera with scope':
18:53:04.987: - source: 'Camera Capture' (v4l2_input)
18:53:04.987: - source: 'border' (image_source)
18:53:04.987: - source: 'scope caputre' (v4l2_input)
18:53:04.987: - scene 'game with screen':
18:53:04.987: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:53:04.987: ------------------------------------------------
18:53:05.500: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
18:53:05.500:
18:53:05.545: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
18:53:05.545:
18:53:06.684: Virtual camera started
18:53:06.716: ==== Virtual Camera Start ==========================================
18:53:06.716: Starting Virtual Camera output to Program
18:53:06.718: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
18:53:29.690: Output 'virtualcam_output': stopping
18:53:29.690: Output 'virtualcam_output': Total frames output: 688
18:53:29.690: Output 'virtualcam_output': Total drawn frames: 688
18:53:29.690: ==== Virtual Camera Stop ===========================================
18:53:29.692: Virtual camera stopped
18:53:35.510: Virtual camera started
18:53:35.515: ==== Virtual Camera Start ==========================================
18:53:35.515: Starting Virtual Camera output to Program
18:53:35.516: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
18:57:51.983: The Wayland connection broke. Did the Wayland compositor die?

View file

@ -0,0 +1,254 @@
23:58:51.206: Platform: Wayland
23:58:51.206: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
23:58:51.206: CPU Speed: 3744.893MHz
23:58:51.207: Physical Cores: 8, Logical Cores: 16
23:58:51.207: Physical Memory: 32006MB Total, 28700MB Free
23:58:51.207: Kernel Version: Linux 6.6.9-arch1-1
23:58:51.207: Distribution: "Arch Linux" Unknown
23:58:51.207: Session Type: wayland
23:58:51.209: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
23:58:51.209: Portable mode: false
23:58:51.237: OBS 30.0.2-1 (linux)
23:58:51.238: ---------------------------------
23:58:51.238: ---------------------------------
23:58:51.238: audio settings reset:
23:58:51.238: samples per sec: 48000
23:58:51.238: speakers: 2
23:58:51.238: max buffering: 960 milliseconds
23:58:51.238: buffering type: dynamically increasing
23:58:51.240: ---------------------------------
23:58:51.240: Initializing OpenGL...
23:58:51.240: Using EGL/Wayland
23:58:51.273: Initialized EGL 1.5
23:58:51.291: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
23:58:51.291: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
23:58:51.326: ---------------------------------
23:58:51.326: video settings reset:
23:58:51.326: base resolution: 1920x1080
23:58:51.326: output resolution: 1920x1080
23:58:51.326: downscale filter: Bicubic
23:58:51.326: fps: 30000/1001
23:58:51.326: format: NV12
23:58:51.326: YUV mode: Rec. 709/Partial
23:58:51.327: NV12 texture support not available
23:58:51.327: P010 texture support not available
23:58:51.327: Audio monitoring device:
23:58:51.327: name: Default
23:58:51.327: id: default
23:58:51.327: ---------------------------------
23:58:51.336: Failed to load 'en-US' text for module: 'decklink-captions.so'
23:58:51.345: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
23:58:51.353: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
23:58:51.353: Failed to initialize module 'decklink.so'
23:58:51.495: [pipewire] Available captures:
23:58:51.495: [pipewire] - Desktop capture
23:58:51.562: VAAPI: API version 1.20
23:58:51.562: FFmpeg VAAPI H264 encoding supported
23:58:51.567: FFmpeg VAAPI HEVC encoding supported
23:58:51.646: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
23:58:51.778: [obs-vaapi] found vah264lpenc
23:58:51.778: [obs-vaapi] found vah265lpenc
23:58:51.778: [obs-vaapi] found vaapih265enc
23:58:51.778: [obs-vaapi] found vaapih264enc
23:58:51.835: ---------------------------------
23:58:51.835: Loaded Modules:
23:58:51.835: wlrobs.so
23:58:51.835: text-freetype2.so
23:58:51.835: rtmp-services.so
23:58:51.835: obs-x264.so
23:58:51.835: obs-vst.so
23:58:51.835: obs-vaapi.so
23:58:51.835: obs-transitions.so
23:58:51.835: obs-qsv11.so
23:58:51.835: obs-outputs.so
23:58:51.835: obs-libfdk.so
23:58:51.835: obs-filters.so
23:58:51.835: obs-ffmpeg.so
23:58:51.835: linux-v4l2.so
23:58:51.835: linux-pulseaudio.so
23:58:51.835: linux-pipewire.so
23:58:51.835: linux-jack.so
23:58:51.835: linux-capture.so
23:58:51.835: linux-alsa.so
23:58:51.835: image-source.so
23:58:51.835: frontend-tools.so
23:58:51.835: decklink-output-ui.so
23:58:51.835: decklink-captions.so
23:58:51.835: ---------------------------------
23:58:51.836: QWidget::setTabOrder: 'first' and 'second' must be in the same window
23:58:51.836: ==== Startup complete ===============================================
23:58:51.881: All scene data cleared
23:58:51.881: ------------------------------------------------
23:58:51.887: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
23:58:51.887: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
23:58:51.887: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
23:58:51.887: [Loaded global audio device]: 'Desktop Audio'
23:58:51.887: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
23:58:51.888: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
23:58:51.888: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
23:58:51.888: [Loaded global audio device]: 'Mic/Aux'
23:58:51.888: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
23:58:51.888: pulse-input: An error occurred while getting the source info!
23:58:51.888: [Loaded global audio device]: 'HDMI Capture'
23:58:51.889: v4l2-input: Start capture from /dev/video0
23:58:51.890: v4l2-input: Input: 0
23:58:51.891: v4l2-input: Resolution: 1920x1080
23:58:51.891: v4l2-input: Pixelformat: YU12
23:58:51.891: v4l2-input: Linesize: 1920 Bytes
23:58:51.891: v4l2-input: Framerate: 30.00 fps
23:58:51.893: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
23:58:51.894: Source ID 'xshm_input' not found
23:58:51.894: Failed to create source 'Screen Capture'!
23:58:51.894: v4l2-input: Start capture from /dev/video0
23:58:51.919: v4l2-input: Unable to set input 0
23:58:51.919: v4l2-input: Initialization failed, errno: Device or resource busy
23:58:51.920: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
23:58:51.920: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
23:58:51.920: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
23:58:51.920: v4l2-input: Start capture from /dev/video0
23:58:51.920: v4l2-input: Unable to set input 0
23:58:51.920: v4l2-input: Initialization failed, errno: Device or resource busy
23:58:51.921: v4l2-input: Start capture from /dev/video4
23:58:51.921: v4l2-input: Unable to open device
23:58:51.921: v4l2-input: Initialization failed, errno: No such file or directory
23:58:51.923: Switched to scene 'screen'
23:58:51.923: ------------------------------------------------
23:58:51.923: Loaded scenes:
23:58:51.923: - scene 'Screen with camera':
23:58:51.923: - source: 'Screen Capture' (xshm_input)
23:58:51.923: - source: 'Camera Capture' (v4l2_input)
23:58:51.923: - source: 'border' (image_source)
23:58:51.923: - scene 'game with camera':
23:58:51.923: - source: 'Camera Capture' (v4l2_input)
23:58:51.923: - source: 'border' (image_source)
23:58:51.923: - source: 'capture acrd' (v4l2_input)
23:58:51.923: - scene 'game':
23:58:51.923: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:58:51.923: - scene 'game 4:3':
23:58:51.923: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:58:51.923: - scene 'screen':
23:58:51.923: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
23:58:51.923: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
23:58:51.923: - scene 'camera':
23:58:51.923: - source: 'Camera Capture' (v4l2_input)
23:58:51.923: - scene 'Camera with scope':
23:58:51.923: - source: 'Camera Capture' (v4l2_input)
23:58:51.923: - source: 'border' (image_source)
23:58:51.924: - source: 'scope caputre' (v4l2_input)
23:58:51.924: - scene 'game with screen':
23:58:51.924: - source: 'Video Capture Device (V4L2)' (v4l2_input)
23:58:51.924: ------------------------------------------------
23:58:52.436: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
23:58:52.436:
23:58:55.415: Virtual camera started
23:58:55.440: ==== Virtual Camera Start ==========================================
23:58:55.440: Starting Virtual Camera output to Program
23:58:55.442: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
23:58:58.134: OpenType support missing for "Open Sans", script 11
23:58:58.138: OpenType support missing for "Open Sans", script 12
23:58:58.141: OpenType support missing for "Open Sans", script 16
23:58:58.144: OpenType support missing for "Open Sans", script 20
23:59:15.824: Output 'virtualcam_output': stopping
23:59:15.824: Output 'virtualcam_output': Total frames output: 610
23:59:15.824: Output 'virtualcam_output': Total drawn frames: 611
23:59:15.824: ==== Virtual Camera Stop ===========================================
23:59:15.826: Virtual camera stopped
23:59:34.179: >>> gpu tex not active, fall back to old qsv encoder
23:59:34.179: [qsv encoder: 'simple_video_recording'] settings:
23:59:34.179: codec: H.264
23:59:34.179: rate_control: ICQ
23:59:34.179: ICQ Quality: 23
23:59:34.179: target_usage: TU4
23:59:34.179: profile: high
23:59:34.179: keyint: 0
23:59:34.179: latency: normal
23:59:34.179: b-frames: 3
23:59:34.179: enhancements: on
23:59:34.179: fps_num: 30000
23:59:34.179: fps_den: 1001
23:59:34.179: width: 1920
23:59:34.179: height: 1080
23:59:34.179: [qsv encoder: 'simple_video_recording'] debug info:
23:59:34.192: Failed to initialize MFX
23:59:34.192: [qsv encoder: 'msdk_impl'] Specified object/item/sync point not found. (MFX_ERR_NOT_FOUND)
23:59:34.192: [qsv encoder: 'simple_video_recording'] qsv failed to load
23:59:34.192: major: 1
23:59:34.192: minor: 0
23:59:34.192: interval: 4
23:59:34.192: GopPictSize: 0
23:59:34.192: g_pts2dtsShift: 0
00:11:32.566: ==== Shutting down ==================================================
00:11:32.569: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
00:11:32.569: pulse-input: Got 30426 packets with 36511200 frames
00:11:32.569: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
00:11:32.569: pulse-input: Got 30427 packets with 36512400 frames
00:11:32.571: v4l2-input: /dev/video0: Stopped capture after 22823 frames
00:11:32.605: All scene data cleared
00:11:32.605: ------------------------------------------------
00:11:32.677: [Scripting] Total detached callbacks: 0
00:11:32.677: Freeing OBS context data
00:11:32.695: == Profiler Results =============================
00:11:32.695: run_program_init: 822.214 ms
00:11:32.695: ┣OBSApp::AppInit: 6.432 ms
00:11:32.695: ┃ ┗OBSApp::InitLocale: 2.127 ms
00:11:32.695: ┗OBSApp::OBSInit: 765.853 ms
00:11:32.695: ┣obs_startup: 2.564 ms
00:11:32.695: ┗OBSBasic::OBSInit: 734.559 ms
00:11:32.695: ┣OBSBasic::InitBasicConfig: 0.127 ms
00:11:32.696: ┣OBSBasic::ResetAudio: 0.28 ms
00:11:32.696: ┣OBSBasic::ResetVideo: 88.653 ms
00:11:32.696: ┃ ┗obs_init_graphics: 88.062 ms
00:11:32.696: ┃ ┗shader compilation: 32.672 ms
00:11:32.696: ┣OBSBasic::InitOBSCallbacks: 0.002 ms
00:11:32.696: ┣OBSBasic::InitHotkeys: 0.017 ms
00:11:32.696: ┣obs_load_all_modules2: 508.364 ms
00:11:32.696: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
00:11:32.696: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
00:11:32.696: ┃ ┣obs_init_module(decklink.so): 0.122 ms
00:11:32.696: ┃ ┣obs_init_module(frontend-tools.so): 63.737 ms
00:11:32.696: ┃ ┣obs_init_module(image-source.so): 0.008 ms
00:11:32.696: ┃ ┣obs_init_module(linux-alsa.so): 0.002 ms
00:11:32.696: ┃ ┣obs_init_module(linux-capture.so): 0.001 ms
00:11:32.696: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
00:11:32.696: ┃ ┣obs_init_module(linux-pipewire.so): 17.308 ms
00:11:32.696: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.002 ms
00:11:32.696: ┃ ┣obs_init_module(linux-v4l2.so): 0.121 ms
00:11:32.696: ┃ ┣obs_init_module(obs-ffmpeg.so): 13.854 ms
00:11:32.696: ┃ ┃ ┗nvenc_check: 1.407 ms
00:11:32.696: ┃ ┣obs_init_module(obs-filters.so): 0.03 ms
00:11:32.696: ┃ ┣obs_init_module(obs-libfdk.so): 0.002 ms
00:11:32.696: ┃ ┣obs_init_module(obs-outputs.so): 0.005 ms
00:11:32.696: ┃ ┣obs_init_module(obs-qsv11.so): 4.8 ms
00:11:32.696: ┃ ┣obs_init_module(obs-transitions.so): 0.009 ms
00:11:32.696: ┃ ┣obs_init_module(obs-vaapi.so): 131.778 ms
00:11:32.696: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
00:11:32.696: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
00:11:32.696: ┃ ┣obs_init_module(rtmp-services.so): 0.742 ms
00:11:32.696: ┃ ┣obs_init_module(text-freetype2.so): 0.156 ms
00:11:32.696: ┃ ┗obs_init_module(wlrobs.so): 0.01 ms
00:11:32.696: ┣OBSBasic::InitService: 1.164 ms
00:11:32.696: ┣OBSBasic::ResetOutputs: 0.169 ms
00:11:32.696: ┣OBSBasic::CreateHotkeys: 0.02 ms
00:11:32.696: ┣OBSBasic::InitPrimitives: 0.054 ms
00:11:32.696: ┗OBSBasic::Load: 87.272 ms
00:11:32.696: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.015 ms, 99th percentile=0.001 ms, 100% below 25 ms
00:11:32.696: audio_thread(Audio): min=0.008 ms, median=0.043 ms, max=92.739 ms, 99th percentile=14.067 ms
00:11:32.696: obs_graphics_thread(33.3667 ms): min=0.027 ms, median=9.056 ms, max=101.254 ms, 99th percentile=17.348 ms, 99.9299% below 33.367 ms
00:11:32.696: ┣tick_sources: min=0 ms, median=0.014 ms, max=46.549 ms, 99th percentile=0.027 ms
00:11:32.696: ┣output_frame: min=0.014 ms, median=8.909 ms, max=100.648 ms, 99th percentile=17.184 ms
00:11:32.696: ┃ ┣gs_context(video->graphics): min=0.014 ms, median=8.893 ms, max=100.648 ms, 99th percentile=17.173 ms
00:11:32.696: ┃ ┃ ┣render_video: min=0.008 ms, median=8.794 ms, max=100.524 ms, 99th percentile=17.057 ms
00:11:32.696: ┃ ┃ ┃ ┣render_main_texture: min=0.006 ms, median=8.79 ms, max=100.519 ms, 99th percentile=17.054 ms
00:11:32.696: ┃ ┃ ┃ ┣render_convert_texture: min=0.017 ms, median=0.028 ms, max=1.83 ms, 99th percentile=0.046 ms, 0.0268292 calls per parent call
00:11:32.696: ┃ ┃ ┃ ┗stage_output_texture: min=0.01 ms, median=0.015 ms, max=1.422 ms, 99th percentile=0.025 ms, 0.0268292 calls per parent call
00:11:32.696: ┃ ┃ ┣gs_flush: min=0.002 ms, median=0.088 ms, max=4.498 ms, 99th percentile=0.475 ms
00:11:32.696: ┃ ┃ ┗download_frame: min=0 ms, median=0.075 ms, max=0.161 ms, 99th percentile=0.11 ms, 0.0268292 calls per parent call
00:11:32.696: ┃ ┗output_video_data: min=0.359 ms, median=0.442 ms, max=11.571 ms, 99th percentile=0.597 ms, 0.0267853 calls per parent call
00:11:32.696: ┗render_displays: min=0.002 ms, median=0.119 ms, max=2.67 ms, 99th percentile=0.407 ms
00:11:32.696: video_thread(video): min=2.165 ms, median=3.394 ms, max=5.9 ms, 99th percentile=4.251 ms
00:11:32.696: =================================================
00:11:32.696: == Profiler Time Between Calls ==================
00:11:32.696: obs_hotkey_thread(25 ms): min=25.01 ms, median=25.064 ms, max=28.171 ms, 99.9704% within ±2% of 25 ms (0% lower, 0.0296257% higher)
00:11:32.696: obs_graphics_thread(33.3667 ms): min=7.021 ms, median=33.367 ms, max=101.262 ms, 99.8159% within ±2% of 33.367 ms (0.0964489% lower, 0.0876808% higher)
00:11:32.697: =================================================
00:11:32.762: Number of memory leaks: 2

View file

@ -0,0 +1,254 @@
01:14:13.905: Platform: Wayland
01:14:13.905: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
01:14:13.905: CPU Speed: 3782.962MHz
01:14:13.905: Physical Cores: 8, Logical Cores: 16
01:14:13.905: Physical Memory: 32006MB Total, 23399MB Free
01:14:13.905: Kernel Version: Linux 6.6.9-arch1-1
01:14:13.905: Distribution: "Arch Linux" Unknown
01:14:13.905: Session Type: wayland
01:14:13.907: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
01:14:13.907: Portable mode: false
01:14:13.935: OBS 30.0.2-1 (linux)
01:14:13.935: ---------------------------------
01:14:13.935: ---------------------------------
01:14:13.935: audio settings reset:
01:14:13.935: samples per sec: 48000
01:14:13.935: speakers: 2
01:14:13.935: max buffering: 960 milliseconds
01:14:13.935: buffering type: dynamically increasing
01:14:13.936: ---------------------------------
01:14:13.936: Initializing OpenGL...
01:14:13.936: Using EGL/Wayland
01:14:13.970: Initialized EGL 1.5
01:14:13.988: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
01:14:13.988: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
01:14:14.021: ---------------------------------
01:14:14.021: video settings reset:
01:14:14.021: base resolution: 1920x1080
01:14:14.021: output resolution: 1920x1080
01:14:14.021: downscale filter: Bicubic
01:14:14.021: fps: 30000/1001
01:14:14.021: format: NV12
01:14:14.021: YUV mode: Rec. 709/Partial
01:14:14.021: NV12 texture support not available
01:14:14.021: P010 texture support not available
01:14:14.022: Audio monitoring device:
01:14:14.022: name: Default
01:14:14.022: id: default
01:14:14.022: ---------------------------------
01:14:14.031: Failed to load 'en-US' text for module: 'decklink-captions.so'
01:14:14.040: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
01:14:14.048: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
01:14:14.048: Failed to initialize module 'decklink.so'
01:14:14.180: [pipewire] Available captures:
01:14:14.180: [pipewire] - Desktop capture
01:14:14.242: VAAPI: API version 1.20
01:14:14.242: FFmpeg VAAPI H264 encoding supported
01:14:14.247: FFmpeg VAAPI HEVC encoding supported
01:14:14.315: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
01:14:14.321: [obs-vaapi] found vah265lpenc
01:14:14.321: [obs-vaapi] found vah264lpenc
01:14:14.321: [obs-vaapi] found vaapih264enc
01:14:14.321: [obs-vaapi] found vaapih265enc
01:14:14.377: ---------------------------------
01:14:14.377: Loaded Modules:
01:14:14.377: wlrobs.so
01:14:14.377: text-freetype2.so
01:14:14.377: rtmp-services.so
01:14:14.377: obs-x264.so
01:14:14.377: obs-vst.so
01:14:14.377: obs-vaapi.so
01:14:14.377: obs-transitions.so
01:14:14.377: obs-qsv11.so
01:14:14.377: obs-outputs.so
01:14:14.377: obs-libfdk.so
01:14:14.377: obs-filters.so
01:14:14.377: obs-ffmpeg.so
01:14:14.377: linux-v4l2.so
01:14:14.377: linux-pulseaudio.so
01:14:14.377: linux-pipewire.so
01:14:14.377: linux-jack.so
01:14:14.377: linux-capture.so
01:14:14.377: linux-alsa.so
01:14:14.377: image-source.so
01:14:14.377: frontend-tools.so
01:14:14.377: decklink-output-ui.so
01:14:14.377: decklink-captions.so
01:14:14.377: ---------------------------------
01:14:14.377: QWidget::setTabOrder: 'first' and 'second' must be in the same window
01:14:14.377: ==== Startup complete ===============================================
01:14:14.407: All scene data cleared
01:14:14.407: ------------------------------------------------
01:14:14.411: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
01:14:14.411: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
01:14:14.411: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
01:14:14.411: [Loaded global audio device]: 'Desktop Audio'
01:14:14.412: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
01:14:14.412: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
01:14:14.412: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
01:14:14.412: [Loaded global audio device]: 'Mic/Aux'
01:14:14.412: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
01:14:14.413: pulse-input: An error occurred while getting the source info!
01:14:14.413: [Loaded global audio device]: 'HDMI Capture'
01:14:14.413: v4l2-input: Start capture from /dev/video0
01:14:14.413: v4l2-input: Input: 0
01:14:14.415: v4l2-input: Resolution: 1920x1080
01:14:14.415: v4l2-input: Pixelformat: YU12
01:14:14.415: v4l2-input: Linesize: 1920 Bytes
01:14:14.415: v4l2-input: Framerate: 30.00 fps
01:14:14.417: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
01:14:14.417: Source ID 'xshm_input' not found
01:14:14.418: Failed to create source 'Screen Capture'!
01:14:14.418: v4l2-input: Start capture from /dev/video0
01:14:14.422: v4l2-input: Unable to set input 0
01:14:14.422: v4l2-input: Initialization failed, errno: Device or resource busy
01:14:14.422: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
01:14:14.422: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
01:14:14.422: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
01:14:14.422: v4l2-input: Start capture from /dev/video0
01:14:14.423: v4l2-input: Unable to set input 0
01:14:14.423: v4l2-input: Initialization failed, errno: Device or resource busy
01:14:14.423: v4l2-input: Start capture from /dev/video4
01:14:14.423: v4l2-input: Unable to open device
01:14:14.423: v4l2-input: Initialization failed, errno: No such file or directory
01:14:14.425: Switched to scene 'screen'
01:14:14.425: ------------------------------------------------
01:14:14.425: Loaded scenes:
01:14:14.425: - scene 'Screen with camera':
01:14:14.425: - source: 'Screen Capture' (xshm_input)
01:14:14.425: - source: 'Camera Capture' (v4l2_input)
01:14:14.425: - source: 'border' (image_source)
01:14:14.425: - scene 'game with camera':
01:14:14.425: - source: 'Camera Capture' (v4l2_input)
01:14:14.425: - source: 'border' (image_source)
01:14:14.425: - source: 'capture acrd' (v4l2_input)
01:14:14.425: - scene 'game':
01:14:14.425: - source: 'Video Capture Device (V4L2)' (v4l2_input)
01:14:14.425: - scene 'game 4:3':
01:14:14.425: - source: 'Video Capture Device (V4L2)' (v4l2_input)
01:14:14.425: - scene 'screen':
01:14:14.425: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
01:14:14.425: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
01:14:14.425: - scene 'camera':
01:14:14.425: - source: 'Camera Capture' (v4l2_input)
01:14:14.425: - scene 'Camera with scope':
01:14:14.425: - source: 'Camera Capture' (v4l2_input)
01:14:14.426: - source: 'border' (image_source)
01:14:14.426: - source: 'scope caputre' (v4l2_input)
01:14:14.426: - scene 'game with screen':
01:14:14.426: - source: 'Video Capture Device (V4L2)' (v4l2_input)
01:14:14.426: ------------------------------------------------
01:14:14.966: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
01:14:14.966:
01:14:16.558: OpenType support missing for "Open Sans", script 11
01:14:16.562: OpenType support missing for "Open Sans", script 12
01:14:16.565: OpenType support missing for "Open Sans", script 16
01:14:16.568: OpenType support missing for "Open Sans", script 20
01:14:36.789: Virtual camera started
01:14:36.837: ==== Virtual Camera Start ==========================================
01:14:36.837: Starting Virtual Camera output to Program
01:14:36.840: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
01:14:37.702: Output 'virtualcam_output': stopping
01:14:37.702: Output 'virtualcam_output': Total frames output: 26
01:14:37.702: Output 'virtualcam_output': Total drawn frames: 26
01:14:37.702: ==== Virtual Camera Stop ===========================================
01:14:37.704: Virtual camera stopped
01:14:40.253: >>> gpu tex not active, fall back to old qsv encoder
01:14:40.253: [qsv encoder: 'simple_video_recording'] settings:
01:14:40.253: codec: H.264
01:14:40.253: rate_control: ICQ
01:14:40.253: ICQ Quality: 23
01:14:40.253: target_usage: TU4
01:14:40.253: profile: high
01:14:40.253: keyint: 0
01:14:40.253: latency: normal
01:14:40.253: b-frames: 3
01:14:40.253: enhancements: on
01:14:40.253: fps_num: 30000
01:14:40.253: fps_den: 1001
01:14:40.253: width: 1920
01:14:40.253: height: 1080
01:14:40.253: [qsv encoder: 'simple_video_recording'] debug info:
01:14:40.264: Failed to initialize MFX
01:14:40.264: [qsv encoder: 'msdk_impl'] Specified object/item/sync point not found. (MFX_ERR_NOT_FOUND)
01:14:40.264: [qsv encoder: 'simple_video_recording'] qsv failed to load
01:14:40.264: major: 1
01:14:40.264: minor: 0
01:14:40.264: interval: 4
01:14:40.264: GopPictSize: 0
01:14:40.264: g_pts2dtsShift: 0
02:22:21.985: ==== Shutting down ==================================================
02:22:21.989: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
02:22:21.989: pulse-input: Got 163502 packets with 196202400 frames
02:22:21.989: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
02:22:21.989: pulse-input: Got 163502 packets with 196202400 frames
02:22:21.998: v4l2-input: /dev/video0: Stopped capture after 122655 frames
02:22:22.024: All scene data cleared
02:22:22.024: ------------------------------------------------
02:22:22.090: [Scripting] Total detached callbacks: 0
02:22:22.090: Freeing OBS context data
02:22:22.102: == Profiler Results =============================
02:22:22.102: run_program_init: 609.093 ms
02:22:22.102: ┣OBSApp::AppInit: 4.623 ms
02:22:22.102: ┃ ┗OBSApp::InitLocale: 0.735 ms
02:22:22.102: ┗OBSApp::OBSInit: 571.069 ms
02:22:22.102: ┣obs_startup: 2.481 ms
02:22:22.102: ┗OBSBasic::OBSInit: 540.92 ms
02:22:22.102: ┣OBSBasic::InitBasicConfig: 0.104 ms
02:22:22.102: ┣OBSBasic::ResetAudio: 0.295 ms
02:22:22.102: ┣OBSBasic::ResetVideo: 86.505 ms
02:22:22.102: ┃ ┗obs_init_graphics: 85.893 ms
02:22:22.102: ┃ ┗shader compilation: 30.67 ms
02:22:22.102: ┣OBSBasic::InitOBSCallbacks: 0.002 ms
02:22:22.102: ┣OBSBasic::InitHotkeys: 0.017 ms
02:22:22.102: ┣obs_load_all_modules2: 354.837 ms
02:22:22.102: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
02:22:22.103: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
02:22:22.103: ┃ ┣obs_init_module(decklink.so): 0.132 ms
02:22:22.103: ┃ ┣obs_init_module(frontend-tools.so): 57.255 ms
02:22:22.103: ┃ ┣obs_init_module(image-source.so): 0.007 ms
02:22:22.103: ┃ ┣obs_init_module(linux-alsa.so): 0.002 ms
02:22:22.103: ┃ ┣obs_init_module(linux-capture.so): 0 ms
02:22:22.103: ┃ ┣obs_init_module(linux-jack.so): 0.004 ms
02:22:22.103: ┃ ┣obs_init_module(linux-pipewire.so): 17.476 ms
02:22:22.103: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.002 ms
02:22:22.103: ┃ ┣obs_init_module(linux-v4l2.so): 0.124 ms
02:22:22.103: ┃ ┣obs_init_module(obs-ffmpeg.so): 12.48 ms
02:22:22.103: ┃ ┃ ┗nvenc_check: 1.44 ms
02:22:22.103: ┃ ┣obs_init_module(obs-filters.so): 0.028 ms
02:22:22.103: ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
02:22:22.103: ┃ ┣obs_init_module(obs-outputs.so): 0.004 ms
02:22:22.103: ┃ ┣obs_init_module(obs-qsv11.so): 4.495 ms
02:22:22.103: ┃ ┣obs_init_module(obs-transitions.so): 0.01 ms
02:22:22.103: ┃ ┣obs_init_module(obs-vaapi.so): 6.029 ms
02:22:22.103: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
02:22:22.103: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
02:22:22.103: ┃ ┣obs_init_module(rtmp-services.so): 0.9 ms
02:22:22.103: ┃ ┣obs_init_module(text-freetype2.so): 0.009 ms
02:22:22.103: ┃ ┗obs_init_module(wlrobs.so): 0.011 ms
02:22:22.103: ┣OBSBasic::InitService: 0.77 ms
02:22:22.103: ┣OBSBasic::ResetOutputs: 0.166 ms
02:22:22.103: ┣OBSBasic::CreateHotkeys: 0.019 ms
02:22:22.103: ┣OBSBasic::InitPrimitives: 0.074 ms
02:22:22.103: ┗OBSBasic::Load: 48.72 ms
02:22:22.103: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.025 ms, 99th percentile=0.001 ms, 100% below 25 ms
02:22:22.103: audio_thread(Audio): min=0.006 ms, median=0.039 ms, max=90.304 ms, 99th percentile=13.708 ms
02:22:22.103: obs_graphics_thread(33.3667 ms): min=0.032 ms, median=8.362 ms, max=104.489 ms, 99th percentile=17.226 ms, 99.9731% below 33.367 ms
02:22:22.103: ┣tick_sources: min=0 ms, median=0.012 ms, max=13.128 ms, 99th percentile=0.021 ms
02:22:22.103: ┣output_frame: min=0.019 ms, median=8.22 ms, max=104.296 ms, 99th percentile=17.074 ms
02:22:22.103: ┃ ┣gs_context(video->graphics): min=0.018 ms, median=8.219 ms, max=104.296 ms, 99th percentile=17.073 ms
02:22:22.103: ┃ ┃ ┣render_video: min=0.011 ms, median=8.119 ms, max=104.123 ms, 99th percentile=16.967 ms
02:22:22.103: ┃ ┃ ┃ ┣render_main_texture: min=0.009 ms, median=8.116 ms, max=104.117 ms, 99th percentile=16.965 ms
02:22:22.103: ┃ ┃ ┃ ┣render_convert_texture: min=0.018 ms, median=0.027 ms, max=0.687 ms, 99th percentile=0.687 ms, 0.00022039 calls per parent call
02:22:22.103: ┃ ┃ ┃ ┗stage_output_texture: min=0.011 ms, median=0.016 ms, max=1.092 ms, 99th percentile=1.092 ms, 0.00022039 calls per parent call
02:22:22.103: ┃ ┃ ┣gs_flush: min=0.004 ms, median=0.083 ms, max=13.632 ms, 99th percentile=0.559 ms
02:22:22.103: ┃ ┃ ┗download_frame: min=0 ms, median=0.074 ms, max=0.096 ms, 99th percentile=0.096 ms, 0.00022039 calls per parent call
02:22:22.103: ┃ ┗output_video_data: min=0.41 ms, median=0.448 ms, max=8.623 ms, 99th percentile=8.623 ms, 0.000212228 calls per parent call
02:22:22.103: ┗render_displays: min=0.002 ms, median=0.116 ms, max=3.514 ms, 99th percentile=0.43 ms
02:22:22.103: video_thread(video): min=3.369 ms, median=3.428 ms, max=6.501 ms, 99th percentile=6.501 ms
02:22:22.103: =================================================
02:22:22.103: == Profiler Time Between Calls ==================
02:22:22.103: obs_hotkey_thread(25 ms): min=25.008 ms, median=25.063 ms, max=27.613 ms, 99.9884% within ±2% of 25 ms (0% lower, 0.0116484% higher)
02:22:22.103: obs_graphics_thread(33.3667 ms): min=9.014 ms, median=33.367 ms, max=104.496 ms, 99.9347% within ±2% of 33.367 ms (0.0334669% lower, 0.0318344% higher)
02:22:22.103: =================================================
02:22:22.198: Number of memory leaks: 2

View file

@ -0,0 +1,216 @@
00:33:30.235: Platform: Wayland
00:33:30.235: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
00:33:30.235: CPU Speed: 4122.570MHz
00:33:30.235: Physical Cores: 8, Logical Cores: 16
00:33:30.235: Physical Memory: 32006MB Total, 756MB Free
00:33:30.235: Kernel Version: Linux 6.6.9-arch1-1
00:33:30.235: Distribution: "Arch Linux" Unknown
00:33:30.235: Session Type: wayland
00:33:30.237: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
00:33:30.237: Portable mode: false
00:33:30.264: OBS 30.0.2-1 (linux)
00:33:30.264: ---------------------------------
00:33:30.264: ---------------------------------
00:33:30.264: audio settings reset:
00:33:30.264: samples per sec: 48000
00:33:30.264: speakers: 2
00:33:30.264: max buffering: 960 milliseconds
00:33:30.264: buffering type: dynamically increasing
00:33:30.266: ---------------------------------
00:33:30.266: Initializing OpenGL...
00:33:30.266: Using EGL/Wayland
00:33:30.301: Initialized EGL 1.5
00:33:30.319: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
00:33:30.319: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
00:33:30.356: ---------------------------------
00:33:30.356: video settings reset:
00:33:30.356: base resolution: 1920x1080
00:33:30.356: output resolution: 1920x1080
00:33:30.356: downscale filter: Bicubic
00:33:30.356: fps: 30000/1001
00:33:30.356: format: NV12
00:33:30.356: YUV mode: Rec. 709/Partial
00:33:30.357: NV12 texture support not available
00:33:30.357: P010 texture support not available
00:33:30.357: Audio monitoring device:
00:33:30.357: name: Default
00:33:30.357: id: default
00:33:30.357: ---------------------------------
00:33:30.366: Failed to load 'en-US' text for module: 'decklink-captions.so'
00:33:30.374: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
00:33:30.382: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
00:33:30.382: Failed to initialize module 'decklink.so'
00:33:30.519: [pipewire] Available captures:
00:33:30.519: [pipewire] - Desktop capture
00:33:30.589: VAAPI: API version 1.20
00:33:30.589: FFmpeg VAAPI H264 encoding supported
00:33:30.596: FFmpeg VAAPI HEVC encoding supported
00:33:30.674: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
00:33:30.729: [obs-vaapi] found vah265lpenc
00:33:30.729: [obs-vaapi] found vah264lpenc
00:33:30.729: [obs-vaapi] found vaapih265enc
00:33:30.729: [obs-vaapi] found vaapih264enc
00:33:30.785: ---------------------------------
00:33:30.785: Loaded Modules:
00:33:30.785: wlrobs.so
00:33:30.785: text-freetype2.so
00:33:30.785: rtmp-services.so
00:33:30.785: obs-x264.so
00:33:30.785: obs-vst.so
00:33:30.785: obs-vaapi.so
00:33:30.785: obs-transitions.so
00:33:30.785: obs-qsv11.so
00:33:30.785: obs-outputs.so
00:33:30.785: obs-libfdk.so
00:33:30.785: obs-filters.so
00:33:30.785: obs-ffmpeg.so
00:33:30.785: linux-v4l2.so
00:33:30.785: linux-pulseaudio.so
00:33:30.785: linux-pipewire.so
00:33:30.785: linux-jack.so
00:33:30.785: linux-capture.so
00:33:30.785: linux-alsa.so
00:33:30.785: image-source.so
00:33:30.785: frontend-tools.so
00:33:30.785: decklink-output-ui.so
00:33:30.785: decklink-captions.so
00:33:30.785: ---------------------------------
00:33:30.786: QWidget::setTabOrder: 'first' and 'second' must be in the same window
00:33:30.786: ==== Startup complete ===============================================
00:33:30.843: All scene data cleared
00:33:30.843: ------------------------------------------------
00:33:30.848: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:33:30.848: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
00:33:30.848: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
00:33:30.848: [Loaded global audio device]: 'Desktop Audio'
00:33:30.848: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:33:30.848: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
00:33:30.849: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
00:33:30.849: [Loaded global audio device]: 'Mic/Aux'
00:33:30.849: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:33:30.849: pulse-input: An error occurred while getting the source info!
00:33:30.849: [Loaded global audio device]: 'HDMI Capture'
00:33:30.849: v4l2-input: Start capture from /dev/video0
00:33:30.851: v4l2-input: Input: 0
00:33:30.852: v4l2-input: Resolution: 1920x1080
00:33:30.853: v4l2-input: Pixelformat: YU12
00:33:30.853: v4l2-input: Linesize: 1920 Bytes
00:33:30.853: v4l2-input: Framerate: 30.00 fps
00:33:30.855: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
00:33:30.856: Source ID 'xshm_input' not found
00:33:30.856: Failed to create source 'Screen Capture'!
00:33:30.856: v4l2-input: Start capture from /dev/video0
00:33:30.868: v4l2-input: Unable to set input 0
00:33:30.868: v4l2-input: Initialization failed, errno: Device or resource busy
00:33:30.869: Failed to open file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png': No such file or directory
00:33:30.869: gs_image_file_init_internal: Failed to load file '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
00:33:30.869: [image_source: 'border'] failed to load texture '/run/media/zombie/zombienas/organized_data/absolutely-unique/projects/streaming_assets/retardedasstwitchborder.png'
00:33:30.869: v4l2-input: Start capture from /dev/video0
00:33:30.870: v4l2-input: Unable to set input 0
00:33:30.870: v4l2-input: Initialization failed, errno: Device or resource busy
00:33:30.871: v4l2-input: Start capture from /dev/video4
00:33:30.871: v4l2-input: Unable to open device
00:33:30.871: v4l2-input: Initialization failed, errno: No such file or directory
00:33:30.874: Switched to scene 'screen'
00:33:30.874: ------------------------------------------------
00:33:30.874: Loaded scenes:
00:33:30.874: - scene 'Screen with camera':
00:33:30.874: - source: 'Screen Capture' (xshm_input)
00:33:30.874: - source: 'Camera Capture' (v4l2_input)
00:33:30.874: - source: 'border' (image_source)
00:33:30.874: - scene 'game with camera':
00:33:30.875: - source: 'Camera Capture' (v4l2_input)
00:33:30.875: - source: 'border' (image_source)
00:33:30.875: - source: 'capture acrd' (v4l2_input)
00:33:30.875: - scene 'game':
00:33:30.875: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:33:30.875: - scene 'game 4:3':
00:33:30.875: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:33:30.875: - scene 'screen':
00:33:30.875: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
00:33:30.875: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
00:33:30.875: - scene 'camera':
00:33:30.875: - source: 'Camera Capture' (v4l2_input)
00:33:30.875: - scene 'Camera with scope':
00:33:30.875: - source: 'Camera Capture' (v4l2_input)
00:33:30.875: - source: 'border' (image_source)
00:33:30.875: - source: 'scope caputre' (v4l2_input)
00:33:30.875: - scene 'game with screen':
00:33:30.875: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:33:30.875: ------------------------------------------------
00:33:31.402: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
00:33:31.402:
00:34:08.605: User switched to scene 'game'
00:34:09.493: User switched to scene 'camera'
00:34:10.095: User switched to scene 'game with screen'
00:34:11.021: User switched to scene 'Camera with scope'
00:34:31.131: ==== Shutting down ==================================================
00:34:31.136: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
00:34:31.136: pulse-input: Got 2411 packets with 2893200 frames
00:34:31.136: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
00:34:31.136: pulse-input: Got 2410 packets with 2892000 frames
00:34:31.158: v4l2-input: /dev/video0: Stopped capture after 1806 frames
00:34:31.236: All scene data cleared
00:34:31.236: ------------------------------------------------
00:34:31.308: [Scripting] Total detached callbacks: 0
00:34:31.308: Freeing OBS context data
00:34:31.322: == Profiler Results =============================
00:34:31.322: run_program_init: 751.463 ms
00:34:31.322: ┣OBSApp::AppInit: 5.348 ms
00:34:31.322: ┃ ┗OBSApp::InitLocale: 1.462 ms
00:34:31.322: ┗OBSApp::OBSInit: 702.87 ms
00:34:31.322: ┣obs_startup: 2.345 ms
00:34:31.322: ┗OBSBasic::OBSInit: 673.463 ms
00:34:31.322: ┣OBSBasic::InitBasicConfig: 0.097 ms
00:34:31.323: ┣OBSBasic::ResetAudio: 0.291 ms
00:34:31.323: ┣OBSBasic::ResetVideo: 92.348 ms
00:34:31.323: ┃ ┗obs_init_graphics: 91.975 ms
00:34:31.323: ┃ ┗shader compilation: 34.96 ms
00:34:31.323: ┣OBSBasic::InitOBSCallbacks: 0.002 ms
00:34:31.323: ┣OBSBasic::InitHotkeys: 0.017 ms
00:34:31.323: ┣obs_load_all_modules2: 428.267 ms
00:34:31.323: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
00:34:31.323: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
00:34:31.323: ┃ ┣obs_init_module(decklink.so): 0.127 ms
00:34:31.323: ┃ ┣obs_init_module(frontend-tools.so): 58.958 ms
00:34:31.323: ┃ ┣obs_init_module(image-source.so): 0.01 ms
00:34:31.323: ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
00:34:31.323: ┃ ┣obs_init_module(linux-capture.so): 0 ms
00:34:31.323: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
00:34:31.323: ┃ ┣obs_init_module(linux-pipewire.so): 17.351 ms
00:34:31.323: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
00:34:31.323: ┃ ┣obs_init_module(linux-v4l2.so): 0.121 ms
00:34:31.323: ┃ ┣obs_init_module(obs-ffmpeg.so): 16.767 ms
00:34:31.323: ┃ ┃ ┗nvenc_check: 1.475 ms
00:34:31.323: ┃ ┣obs_init_module(obs-filters.so): 0.029 ms
00:34:31.323: ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
00:34:31.323: ┃ ┣obs_init_module(obs-outputs.so): 0.005 ms
00:34:31.323: ┃ ┣obs_init_module(obs-qsv11.so): 6.656 ms
00:34:31.323: ┃ ┣obs_init_module(obs-transitions.so): 0.008 ms
00:34:31.323: ┃ ┣obs_init_module(obs-vaapi.so): 55.59 ms
00:34:31.323: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
00:34:31.323: ┃ ┣obs_init_module(obs-x264.so): 0.006 ms
00:34:31.323: ┃ ┣obs_init_module(rtmp-services.so): 0.891 ms
00:34:31.323: ┃ ┣obs_init_module(text-freetype2.so): 0.016 ms
00:34:31.323: ┃ ┗obs_init_module(wlrobs.so): 0.011 ms
00:34:31.323: ┣OBSBasic::InitService: 0.792 ms
00:34:31.323: ┣OBSBasic::ResetOutputs: 0.171 ms
00:34:31.323: ┣OBSBasic::CreateHotkeys: 0.018 ms
00:34:31.323: ┣OBSBasic::InitPrimitives: 0.079 ms
00:34:31.324: ┗OBSBasic::Load: 92.598 ms
00:34:31.324: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.011 ms, 99th percentile=0.001 ms, 100% below 25 ms
00:34:31.324: audio_thread(Audio): min=0.009 ms, median=0.039 ms, max=26.953 ms, 99th percentile=12.899 ms
00:34:31.324: obs_graphics_thread(33.3667 ms): min=0.02 ms, median=4.112 ms, max=166.632 ms, 99th percentile=17.231 ms, 99.8903% below 33.367 ms
00:34:31.324: ┣tick_sources: min=0 ms, median=0.009 ms, max=160.597 ms, 99th percentile=0.033 ms
00:34:31.324: ┣output_frame: min=0.011 ms, median=3.946 ms, max=34.128 ms, 99th percentile=16.977 ms
00:34:31.324: ┃ ┗gs_context(video->graphics): min=0.011 ms, median=3.946 ms, max=34.128 ms, 99th percentile=16.977 ms
00:34:31.324: ┃ ┣render_video: min=0.008 ms, median=3.837 ms, max=31.763 ms, 99th percentile=16.906 ms
00:34:31.324: ┃ ┃ ┗render_main_texture: min=0.007 ms, median=3.835 ms, max=31.761 ms, 99th percentile=16.905 ms
00:34:31.324: ┃ ┗gs_flush: min=0.002 ms, median=0.074 ms, max=8.233 ms, 99th percentile=0.982 ms
00:34:31.324: ┗render_displays: min=0.002 ms, median=0.115 ms, max=6.617 ms, 99th percentile=0.753 ms
00:34:31.324: =================================================
00:34:31.324: == Profiler Time Between Calls ==================
00:34:31.324: obs_hotkey_thread(25 ms): min=25.015 ms, median=25.064 ms, max=27.9 ms, 99.8767% within ±2% of 25 ms (0% lower, 0.123254% higher)
00:34:31.324: obs_graphics_thread(33.3667 ms): min=15.371 ms, median=33.367 ms, max=166.635 ms, 99.7256% within ±2% of 33.367 ms (0.164654% lower, 0.109769% higher)
00:34:31.324: =================================================
00:34:31.339: Number of memory leaks: 2

View file

@ -0,0 +1,370 @@
00:44:00.362: Platform: Wayland
00:44:00.362: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
00:44:00.362: CPU Speed: 2585.581MHz
00:44:00.363: Physical Cores: 8, Logical Cores: 16
00:44:00.363: Physical Memory: 32006MB Total, 674MB Free
00:44:00.363: Kernel Version: Linux 6.6.9-arch1-1
00:44:00.363: Distribution: "Arch Linux" Unknown
00:44:00.363: Session Type: wayland
00:44:00.365: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
00:44:00.365: Portable mode: false
00:44:00.391: OBS 30.0.2-1 (linux)
00:44:00.391: ---------------------------------
00:44:00.391: ---------------------------------
00:44:00.391: audio settings reset:
00:44:00.391: samples per sec: 48000
00:44:00.391: speakers: 2
00:44:00.391: max buffering: 960 milliseconds
00:44:00.391: buffering type: dynamically increasing
00:44:00.393: ---------------------------------
00:44:00.393: Initializing OpenGL...
00:44:00.393: Using EGL/Wayland
00:44:00.425: Initialized EGL 1.5
00:44:00.443: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
00:44:00.443: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
00:44:00.477: ---------------------------------
00:44:00.477: video settings reset:
00:44:00.477: base resolution: 1920x1080
00:44:00.477: output resolution: 1920x1080
00:44:00.477: downscale filter: Bicubic
00:44:00.477: fps: 30000/1001
00:44:00.477: format: NV12
00:44:00.477: YUV mode: Rec. 709/Partial
00:44:00.477: NV12 texture support not available
00:44:00.477: P010 texture support not available
00:44:00.477: Audio monitoring device:
00:44:00.477: name: Default
00:44:00.477: id: default
00:44:00.477: ---------------------------------
00:44:00.486: Failed to load 'en-US' text for module: 'decklink-captions.so'
00:44:00.493: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
00:44:00.500: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
00:44:00.500: Failed to initialize module 'decklink.so'
00:44:00.625: [pipewire] Available captures:
00:44:00.625: [pipewire] - Desktop capture
00:44:00.689: VAAPI: API version 1.20
00:44:00.690: FFmpeg VAAPI H264 encoding supported
00:44:00.696: FFmpeg VAAPI HEVC encoding supported
00:44:00.764: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
00:44:00.769: [obs-vaapi] found vah264lpenc
00:44:00.769: [obs-vaapi] found vah265lpenc
00:44:00.769: [obs-vaapi] found vaapih264enc
00:44:00.769: [obs-vaapi] found vaapih265enc
00:44:00.817: ---------------------------------
00:44:00.817: Loaded Modules:
00:44:00.817: wlrobs.so
00:44:00.817: text-freetype2.so
00:44:00.817: rtmp-services.so
00:44:00.817: obs-x264.so
00:44:00.817: obs-vst.so
00:44:00.817: obs-vaapi.so
00:44:00.817: obs-transitions.so
00:44:00.817: obs-qsv11.so
00:44:00.817: obs-outputs.so
00:44:00.817: obs-libfdk.so
00:44:00.817: obs-filters.so
00:44:00.817: obs-ffmpeg.so
00:44:00.817: linux-v4l2.so
00:44:00.817: linux-pulseaudio.so
00:44:00.817: linux-pipewire.so
00:44:00.817: linux-jack.so
00:44:00.817: linux-capture.so
00:44:00.817: linux-alsa.so
00:44:00.817: image-source.so
00:44:00.817: frontend-tools.so
00:44:00.817: decklink-output-ui.so
00:44:00.817: decklink-captions.so
00:44:00.817: ---------------------------------
00:44:00.818: QWidget::setTabOrder: 'first' and 'second' must be in the same window
00:44:00.818: ==== Startup complete ===============================================
00:44:00.864: All scene data cleared
00:44:00.864: ------------------------------------------------
00:44:00.867: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:44:00.867: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
00:44:00.867: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
00:44:00.867: [Loaded global audio device]: 'Desktop Audio'
00:44:00.868: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:44:00.868: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
00:44:00.868: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
00:44:00.868: [Loaded global audio device]: 'Mic/Aux'
00:44:00.868: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
00:44:00.868: pulse-input: An error occurred while getting the source info!
00:44:00.868: [Loaded global audio device]: 'HDMI Capture'
00:44:00.868: v4l2-input: Start capture from /dev/video0
00:44:00.869: v4l2-input: Input: 0
00:44:00.871: v4l2-input: Resolution: 1920x1080
00:44:00.871: v4l2-input: Pixelformat: YU12
00:44:00.871: v4l2-input: Linesize: 1920 Bytes
00:44:00.871: v4l2-input: Framerate: 30.00 fps
00:44:00.873: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
00:44:00.873: Source ID 'xshm_input' not found
00:44:00.873: Failed to create source 'Screen Capture'!
00:44:00.873: v4l2-input: Start capture from /dev/video0
00:44:00.885: v4l2-input: Unable to set input 0
00:44:00.885: v4l2-input: Initialization failed, errno: Device or resource busy
00:44:01.011: v4l2-input: Start capture from /dev/video0
00:44:01.011: v4l2-input: Unable to set input 0
00:44:01.011: v4l2-input: Initialization failed, errno: Device or resource busy
00:44:01.012: v4l2-input: Start capture from /dev/video4
00:44:01.012: v4l2-input: Unable to open device
00:44:01.012: v4l2-input: Initialization failed, errno: No such file or directory
00:44:01.014: Switched to scene 'Camera with scope'
00:44:01.014: ------------------------------------------------
00:44:01.014: Loaded scenes:
00:44:01.014: - scene 'Screen with camera':
00:44:01.014: - source: 'Screen Capture' (xshm_input)
00:44:01.014: - source: 'Camera Capture' (v4l2_input)
00:44:01.014: - source: 'border' (image_source)
00:44:01.014: - scene 'game with camera':
00:44:01.014: - source: 'Camera Capture' (v4l2_input)
00:44:01.014: - source: 'border' (image_source)
00:44:01.014: - source: 'capture acrd' (v4l2_input)
00:44:01.014: - scene 'game':
00:44:01.014: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:44:01.014: - scene 'game 4:3':
00:44:01.014: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:44:01.014: - scene 'screen':
00:44:01.014: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
00:44:01.014: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
00:44:01.014: - scene 'camera':
00:44:01.014: - source: 'Camera Capture' (v4l2_input)
00:44:01.014: - scene 'Camera with scope':
00:44:01.014: - source: 'Camera Capture' (v4l2_input)
00:44:01.014: - source: 'border' (image_source)
00:44:01.014: - source: 'scope caputre' (v4l2_input)
00:44:01.014: - scene 'game with screen':
00:44:01.014: - source: 'Video Capture Device (V4L2)' (v4l2_input)
00:44:01.014: ------------------------------------------------
00:44:01.416: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
00:44:01.416:
00:44:03.065: User switched to scene 'screen'
00:44:05.157: OpenType support missing for "Open Sans", script 11
00:44:05.161: OpenType support missing for "Open Sans", script 12
00:44:05.164: OpenType support missing for "Open Sans", script 16
00:44:05.167: OpenType support missing for "Open Sans", script 20
00:44:16.278: Settings changed (outputs)
00:44:16.278: ------------------------------------------------
00:44:27.496: ---------------------------------
00:44:27.497: [x264 encoder: 'simple_video_recording'] preset: veryfast
00:44:27.497: [x264 encoder: 'simple_video_recording'] profile: high
00:44:27.497: [x264 encoder: 'simple_video_recording'] settings:
00:44:27.497: rate_control: CRF
00:44:27.497: bitrate: 0
00:44:27.497: buffer size: 0
00:44:27.497: crf: 23
00:44:27.497: fps_num: 30000
00:44:27.497: fps_den: 1001
00:44:27.497: width: 1920
00:44:27.497: height: 1080
00:44:27.497: keyint: 250
00:44:27.497:
00:44:27.505: ---------------------------------
00:44:27.505: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
00:44:27.505:
00:44:27.505: ---------------------------------
00:44:27.505: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
00:44:27.505:
00:44:27.505: ---------------------------------
00:44:27.505: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
00:44:27.505:
00:44:27.505: ---------------------------------
00:44:27.505: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
00:44:27.505:
00:44:27.558: ==== Recording Start ===============================================
00:44:27.558: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 00-44-27.mkv'...
00:44:27.562: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
00:50:19.722: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 00-44-27.mkv' stopped
00:50:19.722: Output 'simple_file_output': stopping
00:50:19.722: Output 'simple_file_output': Total frames output: 10515
00:50:19.722: Output 'simple_file_output': Total drawn frames: 10554
00:50:19.723: ==== Recording Stop ================================================
01:52:19.126: ---------------------------------
01:52:19.126: [x264 encoder: 'simple_video_recording'] preset: veryfast
01:52:19.126: [x264 encoder: 'simple_video_recording'] profile: high
01:52:19.126: [x264 encoder: 'simple_video_recording'] settings:
01:52:19.126: rate_control: CRF
01:52:19.126: bitrate: 0
01:52:19.126: buffer size: 0
01:52:19.126: crf: 23
01:52:19.126: fps_num: 30000
01:52:19.126: fps_den: 1001
01:52:19.126: width: 1920
01:52:19.126: height: 1080
01:52:19.126: keyint: 250
01:52:19.126:
01:52:19.132: ---------------------------------
01:52:19.132: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
01:52:19.132:
01:52:19.132: ---------------------------------
01:52:19.132: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
01:52:19.132:
01:52:19.132: ---------------------------------
01:52:19.132: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
01:52:19.132:
01:52:19.132: ---------------------------------
01:52:19.132: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
01:52:19.132:
01:52:19.135: ==== Recording Start ===============================================
01:52:19.136: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 01-52-19.mkv'...
01:52:19.140: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
01:52:48.356: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 01-52-19.mkv' stopped
01:52:48.356: Output 'simple_file_output': stopping
01:52:48.356: Output 'simple_file_output': Total frames output: 835
01:52:48.356: Output 'simple_file_output': Total drawn frames: 876
01:52:48.356: ==== Recording Stop ================================================
01:53:35.880: ---------------------------------
01:53:35.880: [x264 encoder: 'simple_video_recording'] preset: veryfast
01:53:35.880: [x264 encoder: 'simple_video_recording'] profile: high
01:53:35.880: [x264 encoder: 'simple_video_recording'] settings:
01:53:35.880: rate_control: CRF
01:53:35.880: bitrate: 0
01:53:35.880: buffer size: 0
01:53:35.880: crf: 23
01:53:35.880: fps_num: 30000
01:53:35.880: fps_den: 1001
01:53:35.880: width: 1920
01:53:35.880: height: 1080
01:53:35.880: keyint: 250
01:53:35.880:
01:53:35.906: ---------------------------------
01:53:35.906: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
01:53:35.906:
01:53:35.906: ---------------------------------
01:53:35.906: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
01:53:35.906:
01:53:35.906: ---------------------------------
01:53:35.906: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
01:53:35.906:
01:53:35.906: ---------------------------------
01:53:35.906: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
01:53:35.906:
01:53:35.909: ==== Recording Start ===============================================
01:53:35.909: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 01-53-35.mkv'...
01:53:35.914: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
01:54:05.706: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 01-53-35.mkv' stopped
01:54:05.706: Output 'simple_file_output': stopping
01:54:05.706: Output 'simple_file_output': Total frames output: 852
01:54:05.706: Output 'simple_file_output': Total drawn frames: 893
01:54:05.706: ==== Recording Stop ================================================
02:39:23.956: ---------------------------------
02:39:23.956: [x264 encoder: 'simple_video_recording'] preset: veryfast
02:39:23.956: [x264 encoder: 'simple_video_recording'] profile: high
02:39:23.957: [x264 encoder: 'simple_video_recording'] settings:
02:39:23.957: rate_control: CRF
02:39:23.957: bitrate: 0
02:39:23.957: buffer size: 0
02:39:23.957: crf: 23
02:39:23.957: fps_num: 30000
02:39:23.957: fps_den: 1001
02:39:23.957: width: 1920
02:39:23.957: height: 1080
02:39:23.957: keyint: 250
02:39:23.957:
02:39:23.960: ---------------------------------
02:39:23.960: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
02:39:23.960:
02:39:23.960: ---------------------------------
02:39:23.960: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
02:39:23.960:
02:39:23.960: ---------------------------------
02:39:23.960: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
02:39:23.960:
02:39:23.960: ---------------------------------
02:39:23.960: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
02:39:23.960:
02:39:23.962: ==== Recording Start ===============================================
02:39:23.962: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 02-39-23.mkv'...
02:39:23.965: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
02:40:15.023: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 02-39-23.mkv' stopped
02:40:15.023: Output 'simple_file_output': stopping
02:40:15.023: Output 'simple_file_output': Total frames output: 1490
02:40:15.023: Output 'simple_file_output': Total drawn frames: 1530
02:40:15.023: ==== Recording Stop ================================================
04:33:12.029: ==== Shutting down ==================================================
04:33:12.032: pulse-input: Stopped recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor'
04:33:12.032: pulse-input: Got 550046 packets with 660055200 frames
04:33:12.032: pulse-input: Stopped recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
04:33:12.032: pulse-input: Got 550042 packets with 660050400 frames
04:33:12.062: v4l2-input: /dev/video0: Stopped capture after 412636 frames
04:33:12.094: All scene data cleared
04:33:12.094: ------------------------------------------------
04:33:12.163: [Scripting] Total detached callbacks: 0
04:33:12.163: Freeing OBS context data
04:33:12.184: == Profiler Results =============================
04:33:12.184: run_program_init: 734.337 ms
04:33:12.184: ┣OBSApp::AppInit: 4.386 ms
04:33:12.184: ┃ ┗OBSApp::InitLocale: 0.694 ms
04:33:12.184: ┗OBSApp::OBSInit: 696.985 ms
04:33:12.184: ┣obs_startup: 2.366 ms
04:33:12.184: ┗OBSBasic::OBSInit: 668.094 ms
04:33:12.184: ┣OBSBasic::InitBasicConfig: 0.092 ms
04:33:12.184: ┣OBSBasic::ResetAudio: 0.277 ms
04:33:12.185: ┣OBSBasic::ResetVideo: 85.746 ms
04:33:12.185: ┃ ┗obs_init_graphics: 85.364 ms
04:33:12.185: ┃ ┗shader compilation: 30.825 ms
04:33:12.185: ┣OBSBasic::InitOBSCallbacks: 0.002 ms
04:33:12.185: ┣OBSBasic::InitHotkeys: 0.017 ms
04:33:12.185: ┣obs_load_all_modules2: 339.659 ms
04:33:12.185: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
04:33:12.185: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
04:33:12.185: ┃ ┣obs_init_module(decklink.so): 0.109 ms
04:33:12.185: ┃ ┣obs_init_module(frontend-tools.so): 54.888 ms
04:33:12.185: ┃ ┣obs_init_module(image-source.so): 0.008 ms
04:33:12.185: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
04:33:12.185: ┃ ┣obs_init_module(linux-capture.so): 0 ms
04:33:12.185: ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
04:33:12.185: ┃ ┣obs_init_module(linux-pipewire.so): 17.503 ms
04:33:12.185: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.003 ms
04:33:12.185: ┃ ┣obs_init_module(linux-v4l2.so): 0.127 ms
04:33:12.185: ┃ ┣obs_init_module(obs-ffmpeg.so): 16.728 ms
04:33:12.185: ┃ ┃ ┗nvenc_check: 1.398 ms
04:33:12.185: ┃ ┣obs_init_module(obs-filters.so): 0.026 ms
04:33:12.185: ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
04:33:12.185: ┃ ┣obs_init_module(obs-outputs.so): 0.003 ms
04:33:12.185: ┃ ┣obs_init_module(obs-qsv11.so): 7.129 ms
04:33:12.185: ┃ ┣obs_init_module(obs-transitions.so): 0.009 ms
04:33:12.185: ┃ ┣obs_init_module(obs-vaapi.so): 5.848 ms
04:33:12.185: ┃ ┣obs_init_module(obs-vst.so): 0.003 ms
04:33:12.185: ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
04:33:12.185: ┃ ┣obs_init_module(rtmp-services.so): 0.53 ms
04:33:12.185: ┃ ┣obs_init_module(text-freetype2.so): 0.008 ms
04:33:12.185: ┃ ┗obs_init_module(wlrobs.so): 0.008 ms
04:33:12.185: ┣OBSBasic::InitService: 0.769 ms
04:33:12.185: ┣OBSBasic::ResetOutputs: 0.182 ms
04:33:12.185: ┣OBSBasic::CreateHotkeys: 0.019 ms
04:33:12.185: ┣OBSBasic::InitPrimitives: 0.054 ms
04:33:12.185: ┗OBSBasic::Load: 198.506 ms
04:33:12.185: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.054 ms, 99th percentile=0.001 ms, 100% below 25 ms
04:33:12.185: audio_thread(Audio): min=0.006 ms, median=0.03 ms, max=244.468 ms, 99th percentile=10.233 ms
04:33:12.185: ┗receive_audio: min=0.001 ms, median=0.176 ms, max=44.57 ms, 99th percentile=0.648 ms, 0.134524 calls per parent call
04:33:12.185: ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.287 ms, 99th percentile=0.003 ms
04:33:12.185: ┗do_encode: min=0.045 ms, median=0.163 ms, max=44.566 ms, 99th percentile=0.474 ms, 1.06645 calls per parent call
04:33:12.185: ┣encode(simple_opus_recording1): min=0.044 ms, median=0.101 ms, max=0.7 ms, 99th percentile=0.414 ms, 0.250027 calls per parent call
04:33:12.185: ┣send_packet: min=0 ms, median=0.002 ms, max=44.356 ms, 99th percentile=0.029 ms
04:33:12.185: ┣encode(simple_opus_recording2): min=0.045 ms, median=0.09 ms, max=0.369 ms, 99th percentile=0.147 ms, 0.250027 calls per parent call
04:33:12.185: ┣encode(simple_opus_recording3): min=0.079 ms, median=0.282 ms, max=0.807 ms, 99th percentile=0.458 ms, 0.250027 calls per parent call
04:33:12.185: ┗encode(simple_opus_recording0): min=0.118 ms, median=0.297 ms, max=0.705 ms, 99th percentile=0.501 ms, 0.249919 calls per parent call
04:33:12.185: obs_graphics_thread(33.3667 ms): min=0.019 ms, median=0.638 ms, max=261.538 ms, 99th percentile=16.798 ms, 99.8456% below 33.367 ms
04:33:12.185: ┣tick_sources: min=0 ms, median=0.01 ms, max=150.44 ms, 99th percentile=0.02 ms
04:33:12.185: ┣output_frame: min=0.011 ms, median=0.517 ms, max=261.44 ms, 99th percentile=16.619 ms
04:33:12.185: ┃ ┣gs_context(video->graphics): min=0.01 ms, median=0.516 ms, max=261.44 ms, 99th percentile=16.564 ms
04:33:12.186: ┃ ┃ ┣render_video: min=0.004 ms, median=0.439 ms, max=261.333 ms, 99th percentile=16.447 ms
04:33:12.186: ┃ ┃ ┃ ┣render_main_texture: min=0.004 ms, median=0.436 ms, max=261.331 ms, 99th percentile=16.441 ms
04:33:12.186: ┃ ┃ ┃ ┣render_convert_texture: min=0.011 ms, median=0.025 ms, max=1.148 ms, 99th percentile=0.046 ms, 0.0336818 calls per parent call
04:33:12.186: ┃ ┃ ┃ ┗stage_output_texture: min=0.006 ms, median=0.015 ms, max=1.26 ms, 99th percentile=0.026 ms, 0.0336818 calls per parent call
04:33:12.186: ┃ ┃ ┣gs_flush: min=0.003 ms, median=0.064 ms, max=44.864 ms, 99th percentile=0.677 ms
04:33:12.186: ┃ ┃ ┗download_frame: min=0 ms, median=0.068 ms, max=0.196 ms, 99th percentile=0.112 ms, 0.0336818 calls per parent call
04:33:12.186: ┃ ┗output_video_data: min=0.308 ms, median=0.439 ms, max=11.375 ms, 99th percentile=0.789 ms, 0.0336721 calls per parent call
04:33:12.186: ┗render_displays: min=0.002 ms, median=0.086 ms, max=26.32 ms, 99th percentile=0.595 ms
04:33:12.186: OBSBasic::ResetOutputs: 0.143 ms
04:33:12.186: video_thread(video): min=0 ms, median=1.34 ms, max=127.886 ms, 99th percentile=4.901 ms
04:33:12.186: ┗receive_video: min=0.881 ms, median=1.339 ms, max=127.885 ms, 99th percentile=4.9 ms
04:33:12.186: ┗do_encode: min=0.881 ms, median=1.338 ms, max=127.884 ms, 99th percentile=4.9 ms
04:33:12.186: ┣encode(simple_video_recording): min=0.878 ms, median=1.326 ms, max=127.883 ms, 99th percentile=4.803 ms
04:33:12.186: ┗send_packet: min=0.001 ms, median=0.008 ms, max=39.057 ms, 99th percentile=0.043 ms
04:33:12.186: =================================================
04:33:12.186: == Profiler Time Between Calls ==================
04:33:12.186: obs_hotkey_thread(25 ms): min=25.006 ms, median=25.06 ms, max=29.409 ms, 99.9872% within ±2% of 25 ms (0% lower, 0.0127566% higher)
04:33:12.186: obs_graphics_thread(33.3667 ms): min=0.38 ms, median=33.367 ms, max=261.542 ms, 99.69% within ±2% of 33.367 ms (0.147331% lower, 0.162647% higher)
04:33:12.186: =================================================
04:33:12.301: Number of memory leaks: 2

View file

@ -0,0 +1,246 @@
18:54:42.011: Platform: Wayland
18:54:42.012: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
18:54:42.012: CPU Speed: 3397.056MHz
18:54:42.012: Physical Cores: 8, Logical Cores: 16
18:54:42.012: Physical Memory: 32006MB Total, 9965MB Free
18:54:42.012: Kernel Version: Linux 6.6.9-arch1-1
18:54:42.012: Distribution: "Arch Linux" Unknown
18:54:42.012: Session Type: wayland
18:54:42.014: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
18:54:42.014: Portable mode: false
18:54:42.040: OBS 30.0.2-1 (linux)
18:54:42.040: ---------------------------------
18:54:42.040: ---------------------------------
18:54:42.040: audio settings reset:
18:54:42.040: samples per sec: 48000
18:54:42.040: speakers: 2
18:54:42.040: max buffering: 960 milliseconds
18:54:42.040: buffering type: dynamically increasing
18:54:42.041: ---------------------------------
18:54:42.041: Initializing OpenGL...
18:54:42.041: Using EGL/Wayland
18:54:42.074: Initialized EGL 1.5
18:54:42.091: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
18:54:42.091: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
18:54:42.124: ---------------------------------
18:54:42.125: video settings reset:
18:54:42.125: base resolution: 1920x1080
18:54:42.125: output resolution: 1920x1080
18:54:42.125: downscale filter: Bicubic
18:54:42.125: fps: 30000/1001
18:54:42.125: format: NV12
18:54:42.125: YUV mode: Rec. 709/Partial
18:54:42.125: NV12 texture support not available
18:54:42.125: P010 texture support not available
18:54:42.125: Audio monitoring device:
18:54:42.125: name: Default
18:54:42.125: id: default
18:54:42.125: ---------------------------------
18:54:42.133: Failed to load 'en-US' text for module: 'decklink-captions.so'
18:54:42.141: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
18:54:42.148: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
18:54:42.148: Failed to initialize module 'decklink.so'
18:54:42.274: [pipewire] Available captures:
18:54:42.274: [pipewire] - Desktop capture
18:54:42.338: VAAPI: API version 1.20
18:54:42.338: FFmpeg VAAPI H264 encoding supported
18:54:42.346: FFmpeg VAAPI HEVC encoding supported
18:54:42.413: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
18:54:42.714: [obs-vaapi] found vah264lpenc
18:54:42.714: [obs-vaapi] found vah265lpenc
18:54:42.714: [obs-vaapi] found vaapih265enc
18:54:42.714: [obs-vaapi] found vaapih264enc
18:54:42.762: ---------------------------------
18:54:42.762: Loaded Modules:
18:54:42.762: wlrobs.so
18:54:42.762: text-freetype2.so
18:54:42.762: rtmp-services.so
18:54:42.762: obs-x264.so
18:54:42.762: obs-vst.so
18:54:42.762: obs-vaapi.so
18:54:42.762: obs-transitions.so
18:54:42.762: obs-qsv11.so
18:54:42.762: obs-outputs.so
18:54:42.762: obs-libfdk.so
18:54:42.762: obs-filters.so
18:54:42.762: obs-ffmpeg.so
18:54:42.763: linux-v4l2.so
18:54:42.763: linux-pulseaudio.so
18:54:42.763: linux-pipewire.so
18:54:42.763: linux-jack.so
18:54:42.763: linux-capture.so
18:54:42.763: linux-alsa.so
18:54:42.763: image-source.so
18:54:42.763: frontend-tools.so
18:54:42.763: decklink-output-ui.so
18:54:42.763: decklink-captions.so
18:54:42.763: ---------------------------------
18:54:42.763: QWidget::setTabOrder: 'first' and 'second' must be in the same window
18:54:42.763: ==== Startup complete ===============================================
18:54:42.811: All scene data cleared
18:54:42.811: ------------------------------------------------
18:54:42.814: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:54:42.814: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
18:54:42.814: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
18:54:42.814: [Loaded global audio device]: 'Desktop Audio'
18:54:42.814: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:54:42.815: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
18:54:42.815: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
18:54:42.815: [Loaded global audio device]: 'Mic/Aux'
18:54:42.815: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
18:54:42.815: pulse-input: An error occurred while getting the source info!
18:54:42.815: [Loaded global audio device]: 'HDMI Capture'
18:54:42.815: v4l2-input: Start capture from /dev/video0
18:54:42.816: v4l2-input: Input: 0
18:54:42.817: v4l2-input: Resolution: 1920x1080
18:54:42.817: v4l2-input: Pixelformat: YU12
18:54:42.817: v4l2-input: Linesize: 1920 Bytes
18:54:42.817: v4l2-input: Framerate: 30.00 fps
18:54:42.820: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
18:54:42.820: Source ID 'xshm_input' not found
18:54:42.820: Failed to create source 'Screen Capture'!
18:54:42.820: v4l2-input: Start capture from /dev/video0
18:54:42.828: v4l2-input: Unable to set input 0
18:54:42.828: v4l2-input: Initialization failed, errno: Device or resource busy
18:54:42.941: v4l2-input: Start capture from /dev/video0
18:54:42.942: v4l2-input: Unable to set input 0
18:54:42.942: v4l2-input: Initialization failed, errno: Device or resource busy
18:54:42.942: v4l2-input: Start capture from /dev/video4
18:54:42.942: v4l2-input: Unable to open device
18:54:42.942: v4l2-input: Initialization failed, errno: No such file or directory
18:54:42.944: Switched to scene 'screen'
18:54:42.944: ------------------------------------------------
18:54:42.944: Loaded scenes:
18:54:42.944: - scene 'Screen with camera':
18:54:42.944: - source: 'Screen Capture' (xshm_input)
18:54:42.944: - source: 'Camera Capture' (v4l2_input)
18:54:42.944: - source: 'border' (image_source)
18:54:42.944: - scene 'game with camera':
18:54:42.944: - source: 'Camera Capture' (v4l2_input)
18:54:42.944: - source: 'border' (image_source)
18:54:42.944: - source: 'capture acrd' (v4l2_input)
18:54:42.944: - scene 'game':
18:54:42.944: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:54:42.944: - scene 'game 4:3':
18:54:42.944: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:54:42.944: - scene 'screen':
18:54:42.944: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
18:54:42.944: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
18:54:42.944: - scene 'camera':
18:54:42.944: - source: 'Camera Capture' (v4l2_input)
18:54:42.945: - scene 'Camera with scope':
18:54:42.945: - source: 'Camera Capture' (v4l2_input)
18:54:42.945: - source: 'border' (image_source)
18:54:42.945: - source: 'scope caputre' (v4l2_input)
18:54:42.945: - scene 'game with screen':
18:54:42.945: - source: 'Video Capture Device (V4L2)' (v4l2_input)
18:54:42.945: ------------------------------------------------
18:54:42.954: [rtmp-services plugin] Successfully updated file 'services.json' (version 240)
18:54:42.954: [rtmp-services plugin] Successfully updated package (version 240)
18:54:43.363: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
18:54:43.363:
18:54:43.448: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
18:54:43.448:
18:54:44.891: ---------------------------------
18:54:44.891: [x264 encoder: 'simple_video_recording'] preset: veryfast
18:54:44.891: [x264 encoder: 'simple_video_recording'] profile: high
18:54:44.891: [x264 encoder: 'simple_video_recording'] settings:
18:54:44.891: rate_control: CRF
18:54:44.891: bitrate: 0
18:54:44.891: buffer size: 0
18:54:44.891: crf: 23
18:54:44.891: fps_num: 30000
18:54:44.891: fps_den: 1001
18:54:44.891: width: 1920
18:54:44.891: height: 1080
18:54:44.891: keyint: 250
18:54:44.891:
18:54:44.917: ---------------------------------
18:54:44.917: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
18:54:44.917:
18:54:44.918: ---------------------------------
18:54:44.918: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
18:54:44.918:
18:54:44.918: ---------------------------------
18:54:44.918: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
18:54:44.918:
18:54:44.918: ---------------------------------
18:54:44.918: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
18:54:44.918:
18:54:44.965: ==== Recording Start ===============================================
18:54:44.965: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 18-54-44.mkv'...
18:54:44.967: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
18:55:11.119: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 18-54-44.mkv' stopped
18:55:11.119: Output 'simple_file_output': stopping
18:55:11.119: Output 'simple_file_output': Total frames output: 745
18:55:11.119: Output 'simple_file_output': Total drawn frames: 783
18:55:11.119: ==== Recording Stop ================================================
18:55:13.298: ---------------------------------
18:55:13.298: [x264 encoder: 'simple_video_recording'] preset: veryfast
18:55:13.298: [x264 encoder: 'simple_video_recording'] profile: high
18:55:13.299: [x264 encoder: 'simple_video_recording'] settings:
18:55:13.299: rate_control: CRF
18:55:13.299: bitrate: 0
18:55:13.299: buffer size: 0
18:55:13.299: crf: 23
18:55:13.299: fps_num: 30000
18:55:13.299: fps_den: 1001
18:55:13.299: width: 1920
18:55:13.299: height: 1080
18:55:13.299: keyint: 250
18:55:13.299:
18:55:13.318: ---------------------------------
18:55:13.318: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
18:55:13.318:
18:55:13.318: ---------------------------------
18:55:13.318: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
18:55:13.318:
18:55:13.318: ---------------------------------
18:55:13.318: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
18:55:13.318:
18:55:13.318: ---------------------------------
18:55:13.318: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
18:55:13.318:
18:55:13.321: ==== Recording Start ===============================================
18:55:13.321: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 18-55-13.mkv'...
18:55:13.325: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
18:56:14.728: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 18-55-13.mkv' stopped
18:56:14.729: Output 'simple_file_output': stopping
18:56:14.729: Output 'simple_file_output': Total frames output: 1800
18:56:14.729: Output 'simple_file_output': Total drawn frames: 1841
18:56:14.729: ==== Recording Stop ================================================
19:01:14.432: ---------------------------------
19:01:14.432: [x264 encoder: 'simple_video_recording'] preset: veryfast
19:01:14.432: [x264 encoder: 'simple_video_recording'] profile: high
19:01:14.432: [x264 encoder: 'simple_video_recording'] settings:
19:01:14.432: rate_control: CRF
19:01:14.432: bitrate: 0
19:01:14.432: buffer size: 0
19:01:14.432: crf: 23
19:01:14.432: fps_num: 30000
19:01:14.432: fps_den: 1001
19:01:14.432: width: 1920
19:01:14.432: height: 1080
19:01:14.432: keyint: 250
19:01:14.432:
19:01:14.448: ---------------------------------
19:01:14.448: [FFmpeg libopus encoder: 'simple_opus_recording0'] bitrate: 192, channels: 2, channel_layout: stereo
19:01:14.448:
19:01:14.448: ---------------------------------
19:01:14.448: [FFmpeg libopus encoder: 'simple_opus_recording1'] bitrate: 192, channels: 2, channel_layout: stereo
19:01:14.448:
19:01:14.448: ---------------------------------
19:01:14.448: [FFmpeg libopus encoder: 'simple_opus_recording2'] bitrate: 192, channels: 2, channel_layout: stereo
19:01:14.448:
19:01:14.448: ---------------------------------
19:01:14.448: [FFmpeg libopus encoder: 'simple_opus_recording3'] bitrate: 192, channels: 2, channel_layout: stereo
19:01:14.448:
19:01:14.451: ==== Recording Start ===============================================
19:01:14.451: [ffmpeg muxer: 'simple_file_output'] Writing file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 19-01-14.mkv'...
19:01:14.455: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
19:01:31.559: [ffmpeg muxer: 'simple_file_output'] Output of file '/mnt/zombienas/organized_data/absolutely-unique/video/video_recordings/2024-01-07 19-01-14.mkv' stopped
19:01:31.559: Output 'simple_file_output': stopping
19:01:31.559: Output 'simple_file_output': Total frames output: 473
19:01:31.559: Output 'simple_file_output': Total drawn frames: 512
19:01:31.559: ==== Recording Stop ================================================
19:10:29.541: The Wayland connection broke. Did the Wayland compositor die?

View file

@ -0,0 +1,149 @@
20:26:19.953: [Safe Mode] Unclean shutdown detected!
20:26:22.556: [Safe Mode] User elected to launch normally.
20:26:22.557: Platform: Wayland
20:26:22.557: CPU Name: AMD Ryzen 7 3700X 8-Core Processor
20:26:22.557: CPU Speed: 4235.220MHz
20:26:22.558: Physical Cores: 8, Logical Cores: 16
20:26:22.558: Physical Memory: 32006MB Total, 4366MB Free
20:26:22.558: Kernel Version: Linux 6.6.9-arch1-1
20:26:22.558: Distribution: "Arch Linux" Unknown
20:26:22.558: Session Type: wayland
20:26:22.560: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
20:26:22.560: Portable mode: false
20:26:22.590: OBS 30.0.2-1 (linux)
20:26:22.590: ---------------------------------
20:26:22.591: ---------------------------------
20:26:22.591: audio settings reset:
20:26:22.591: samples per sec: 48000
20:26:22.591: speakers: 2
20:26:22.591: max buffering: 960 milliseconds
20:26:22.591: buffering type: dynamically increasing
20:26:22.593: ---------------------------------
20:26:22.593: Initializing OpenGL...
20:26:22.593: Using EGL/Wayland
20:26:22.593: Initialized EGL 1.5
20:26:22.622: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) A750 Graphics (DG2)
20:26:22.622: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 23.3.2-arch1.2, shading language 4.60
20:26:22.660: ---------------------------------
20:26:22.660: video settings reset:
20:26:22.660: base resolution: 1920x1080
20:26:22.660: output resolution: 1920x1080
20:26:22.660: downscale filter: Bicubic
20:26:22.660: fps: 30000/1001
20:26:22.660: format: NV12
20:26:22.660: YUV mode: Rec. 709/Partial
20:26:22.660: NV12 texture support not available
20:26:22.660: P010 texture support not available
20:26:22.660: Audio monitoring device:
20:26:22.660: name: Default
20:26:22.660: id: default
20:26:22.660: ---------------------------------
20:26:22.669: Failed to load 'en-US' text for module: 'decklink-captions.so'
20:26:22.677: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
20:26:22.686: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
20:26:22.686: Failed to initialize module 'decklink.so'
20:26:22.820: [pipewire] Available captures:
20:26:22.820: [pipewire] - Desktop capture
20:26:22.887: VAAPI: API version 1.20
20:26:22.887: FFmpeg VAAPI H264 encoding supported
20:26:22.895: FFmpeg VAAPI HEVC encoding supported
20:26:22.971: [obs-vaapi] version: 0.4.1, gst-runtime: 1.22.8
20:26:23.104: [obs-vaapi] found vah264lpenc
20:26:23.104: [obs-vaapi] found vah265lpenc
20:26:23.104: [obs-vaapi] found vaapih265enc
20:26:23.104: [obs-vaapi] found vaapih264enc
20:26:23.160: ---------------------------------
20:26:23.160: Loaded Modules:
20:26:23.160: wlrobs.so
20:26:23.160: text-freetype2.so
20:26:23.160: rtmp-services.so
20:26:23.160: obs-x264.so
20:26:23.160: obs-vst.so
20:26:23.160: obs-vaapi.so
20:26:23.160: obs-transitions.so
20:26:23.160: obs-qsv11.so
20:26:23.160: obs-outputs.so
20:26:23.160: obs-libfdk.so
20:26:23.160: obs-filters.so
20:26:23.160: obs-ffmpeg.so
20:26:23.160: linux-v4l2.so
20:26:23.160: linux-pulseaudio.so
20:26:23.160: linux-pipewire.so
20:26:23.160: linux-jack.so
20:26:23.160: linux-capture.so
20:26:23.160: linux-alsa.so
20:26:23.160: image-source.so
20:26:23.160: frontend-tools.so
20:26:23.160: decklink-output-ui.so
20:26:23.160: decklink-captions.so
20:26:23.160: ---------------------------------
20:26:23.160: QWidget::setTabOrder: 'first' and 'second' must be in the same window
20:26:23.160: ==== Startup complete ===============================================
20:26:23.210: All scene data cleared
20:26:23.210: ------------------------------------------------
20:26:23.219: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
20:26:23.220: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
20:26:23.220: pulse-input: Started recording from 'alsa_output.pci-0000_0e_00.4.analog-stereo.monitor' (default)
20:26:23.220: [Loaded global audio device]: 'Desktop Audio'
20:26:23.220: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
20:26:23.220: pulse-input: Audio format: s16le, 48000 Hz, 1 channels
20:26:23.220: pulse-input: Started recording from 'alsa_input.usb-0c76_USB_PnP_Audio_Device-00.mono-fallback'
20:26:23.220: [Loaded global audio device]: 'Mic/Aux'
20:26:23.221: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.0) 15.0.0'
20:26:23.221: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
20:26:23.221: pulse-input: Started recording from 'alsa_input.usb-MACROSILICON_USB_Video-02.3.analog-stereo'
20:26:23.221: [Loaded global audio device]: 'HDMI Capture'
20:26:23.222: v4l2-input: Start capture from /dev/video0
20:26:23.223: v4l2-input: Input: 0
20:26:23.224: v4l2-input: Resolution: 1920x1080
20:26:23.224: v4l2-input: Pixelformat: YU12
20:26:23.224: v4l2-input: Linesize: 1920 Bytes
20:26:23.225: v4l2-input: Framerate: 30.00 fps
20:26:23.228: v4l2-input: /dev/video0: select timeout set to 166666 (5x frame periods)
20:26:23.229: Source ID 'xshm_input' not found
20:26:23.229: Failed to create source 'Screen Capture'!
20:26:23.229: v4l2-input: Start capture from /dev/video0
20:26:23.258: v4l2-input: Unable to set input 0
20:26:23.258: v4l2-input: Initialization failed, errno: Device or resource busy
20:26:23.423: v4l2-input: Start capture from /dev/video0
20:26:23.424: v4l2-input: Unable to set input 0
20:26:23.424: v4l2-input: Initialization failed, errno: Device or resource busy
20:26:23.424: v4l2-input: Start capture from /dev/video4
20:26:23.425: v4l2-input: Unable to open device
20:26:23.425: v4l2-input: Initialization failed, errno: No such file or directory
20:26:23.426: Switched to scene 'screen'
20:26:23.426: ------------------------------------------------
20:26:23.426: Loaded scenes:
20:26:23.427: - scene 'Screen with camera':
20:26:23.427: - source: 'Screen Capture' (xshm_input)
20:26:23.427: - source: 'Camera Capture' (v4l2_input)
20:26:23.427: - source: 'border' (image_source)
20:26:23.427: - scene 'game with camera':
20:26:23.427: - source: 'Camera Capture' (v4l2_input)
20:26:23.427: - source: 'border' (image_source)
20:26:23.427: - source: 'capture acrd' (v4l2_input)
20:26:23.427: - scene 'game':
20:26:23.427: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:26:23.427: - scene 'game 4:3':
20:26:23.427: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:26:23.427: - scene 'screen':
20:26:23.427: - source: 'Wayland output(dmabuf)' (wlrobs-dmabuf)
20:26:23.427: - source: 'Text (FreeType 2)' (text_ft2_source_v2)
20:26:23.427: - scene 'camera':
20:26:23.427: - source: 'Camera Capture' (v4l2_input)
20:26:23.427: - scene 'Camera with scope':
20:26:23.427: - source: 'Camera Capture' (v4l2_input)
20:26:23.427: - source: 'border' (image_source)
20:26:23.427: - source: 'scope caputre' (v4l2_input)
20:26:23.427: - scene 'game with screen':
20:26:23.427: - source: 'Video Capture Device (V4L2)' (v4l2_input)
20:26:23.427: ------------------------------------------------
20:26:23.786: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Mic/Aux)
20:26:23.786:
20:26:23.871: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: HDMI Capture)
20:26:23.871:
20:26:25.228: Virtual camera started
20:26:25.276: ==== Virtual Camera Start ==========================================
20:26:25.276: Starting Virtual Camera output to Program
20:26:25.279: Failed to inhibit: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Inhibit” on object at path /org/freedesktop/portal/desktop
16:50:36.238: The Wayland connection broke during blocking read event. Did the Wayland compositor die?

View file

@ -1 +1 @@
{"$schema":"schema/package-schema.json","url":"https://obsproject.com/obs2_update/rtmp-services/v5","version":231,"files":[{"name":"services.json","version":231}]}
{"$schema":"schema/package-schema.json","url":"https://obsproject.com/obs2_update/rtmp-services/v5","version":240,"files":[{"name":"services.json","version":240}]}

File diff suppressed because one or more lines are too long

View file

187
.config/river/init Executable file
View file

@ -0,0 +1,187 @@
#!/bin/sh
# This is the example configuration file for river.
#
# If you wish to edit this, you will probably want to copy it to
# $XDG_CONFIG_HOME/river/init or $HOME/.config/river/init first.
#
# See the river(1), riverctl(1), and rivertile(1) man pages for complete
# documentation.
#startup
waybar &
mako &
alacritty &
#enviroment
export EDITOR=nvim
export QT_QPA_PLATFORMTHEME=qt5ct
export XDG_CURRENT_DESKTOP=river
systemctl --user import-environment DISPLAY \
WAYLAND_DISPLAY \
XDG_CURRENT_DESKTOP
dbus-update-activation-environment 2>/dev/null
dbus-update-activation-environment --systemd DISPLAY \
XDG_CURRENT_DESKTOP=river \
WAYLAND_DISPLAY
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
riverctl map normal Super Return spawn alacritty
# Super+Q to close the focused view
riverctl map normal Super+Shift C close
# Super+Shift+E to exit river
riverctl map normal Super+Shift Q exit
#show runner
riverctl map normal Super R spawn "rofi -show drun"
#printscreen
riverctl map normal None Print spawn "grimshot save screen /mnt/zombienas/organized_data/absolutely-unique/pictures/screenshots/$(hostname)/$(date +"%Y-%m-%d_%H-%M-%S").png & grimshot copy area"
# Super+J and Super+K to focus the next/previous view in the layout stack
riverctl map normal Super J focus-view next
riverctl map normal Super K focus-view previous
# Super+Shift+J and Super+Shift+K to swap the focused view with the next/previous
# view in the layout stack
riverctl map normal Super+Shift J swap next
riverctl map normal Super+Shift K swap previous
# Super+Period and Super+Comma to focus the next/previous output
riverctl map normal Super Period focus-output next
riverctl map normal Super Comma focus-output previous
# Super+Shift+{Period,Comma} to send the focused view to the next/previous output
riverctl map normal Super+Shift Period send-to-output next
riverctl map normal Super+Shift Comma send-to-output previous
# Super+Return to bump the focused view to the top of the layout stack
#riverctl map normal Super Return zoom
# Super+H and Super+L to decrease/increase the main ratio of rivertile(1)
riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05"
riverctl map normal Super L send-layout-cmd rivertile "main-ratio +0.05"
# Super+Shift+H and Super+Shift+L to increment/decrement the main count of rivertile(1)
riverctl map normal Super+Shift H send-layout-cmd rivertile "main-count +1"
riverctl map normal Super+Shift L send-layout-cmd rivertile "main-count -1"
# Super+Alt+{H,J,K,L} to move views
riverctl map normal Super+Alt H move left 100
riverctl map normal Super+Alt J move down 100
riverctl map normal Super+Alt K move up 100
riverctl map normal Super+Alt L move right 100
# Super+Alt+Control+{H,J,K,L} to snap views to screen edges
riverctl map normal Super+Alt+Control H snap left
riverctl map normal Super+Alt+Control J snap down
riverctl map normal Super+Alt+Control K snap up
riverctl map normal Super+Alt+Control L snap right
# Super+Alt+Shift+{H,J,K,L} to resize views
riverctl map normal Super+Alt+Shift H resize horizontal -100
riverctl map normal Super+Alt+Shift J resize vertical 100
riverctl map normal Super+Alt+Shift K resize vertical -100
riverctl map normal Super+Alt+Shift L resize horizontal 100
# Super + Left Mouse Button to move views
riverctl map-pointer normal Super BTN_LEFT move-view
# Super + Right Mouse Button to resize views
riverctl map-pointer normal Super BTN_RIGHT resize-view
# Super + Middle Mouse Button to toggle float
riverctl map-pointer normal Super BTN_MIDDLE toggle-float
for i in $(seq 1 9)
do
tags=$((1 << ($i - 1)))
# Super+[1-9] to focus tag [0-8]
riverctl map normal Super $i set-focused-tags $tags
# Super+Shift+[1-9] to tag focused view with tag [0-8]
riverctl map normal Super+Shift $i set-view-tags $tags
# Super+Control+[1-9] to toggle focus of tag [0-8]
riverctl map normal Super+Control $i toggle-focused-tags $tags
# Super+Shift+Control+[1-9] to toggle tag [0-8] of focused view
riverctl map normal Super+Shift+Control $i toggle-view-tags $tags
done
# Super+0 to focus all tags
# Super+Shift+0 to tag focused view with all tags
all_tags=$(((1 << 32) - 1))
riverctl map normal Super 0 set-focused-tags $all_tags
riverctl map normal Super+Shift 0 set-view-tags $all_tags
# Super+Space to toggle float
riverctl map normal Super Space toggle-float
# Super+F to toggle fullscreen
riverctl map normal Super F toggle-fullscreen
# Super+{Up,Right,Down,Left} to change layout orientation
riverctl map normal Super Up send-layout-cmd rivertile "main-location top"
riverctl map normal Super Right send-layout-cmd rivertile "main-location right"
riverctl map normal Super Down send-layout-cmd rivertile "main-location bottom"
riverctl map normal Super Left send-layout-cmd rivertile "main-location left"
# Declare a passthrough mode. This mode has only a single mapping to return to
# normal mode. This makes it useful for testing a nested wayland compositor
riverctl declare-mode passthrough
# Super+F11 to enter passthrough mode
riverctl map normal Super F11 enter-mode passthrough
# Super+F11 to return to normal mode
riverctl map passthrough Super F11 enter-mode normal
# Various media key mapping examples for both normal and locked mode which do
# not have a modifier
for mode in normal locked
do
# Eject the optical drive (well if you still have one that is)
riverctl map $mode None XF86Eject spawn 'eject -T'
# Control pulse audio volume with pamixer (https://github.com/cdemoulins/pamixer)
riverctl map $mode None XF86AudioRaiseVolume spawn 'pamixer -i 5'
riverctl map $mode None XF86AudioLowerVolume spawn 'pamixer -d 5'
riverctl map $mode None XF86AudioMute spawn 'pamixer --toggle-mute'
# Control MPRIS aware media players with playerctl (https://github.com/altdesktop/playerctl)
riverctl map $mode None XF86AudioMedia spawn 'playerctl play-pause'
riverctl map $mode None XF86AudioPlay spawn 'playerctl play-pause'
riverctl map $mode None XF86AudioPrev spawn 'playerctl previous'
riverctl map $mode None XF86AudioNext spawn 'playerctl next'
# Control screen backlight brightness with light (https://github.com/haikarainen/light)
riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5'
riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5'
done
# Set background and border color
riverctl background-color 0x002b36
riverctl border-color-focused 0x93a1a1
riverctl border-color-unfocused 0x586e75
# Set keyboard repeat rate
riverctl set-repeat 50 300
# Make all views with an app-id that starts with "float" and title "foo" start floating.
riverctl rule-add -app-id 'float*' -title 'foo' float
# Make all views with app-id "bar" and any title use client-side decorations
riverctl rule-add -app-id "bar" csd
# Set the default layout generator to be rivertile and start it.
# River will send the process group of the init executable SIGTERM on exit.
riverctl default-layout rivertile
rivertile -view-padding 6 -outer-padding 6 &

View file

@ -1,80 +1,24 @@
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"layer": "bottom", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
// "warp-on-scroll": false,
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
// },
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
"modules-left": ["river/tags"],
// "modules-center": ["sway/window"],
// "modules-right": ["idle_inhibitor", "pulseaudio", "network", "backlight",
// "battery", "cpu","memory", "temperature", "clock",
// "tray"],
"modules-right": [ "tray", "network", "pulseaudio", "battery", "clock" ],
"river/tags": {
"num-tags": 9
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
"activated": " ",
"deactivated": " "
}
},
"tray": {
@ -82,33 +26,33 @@
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"tooltip-format":
"<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
// "cpu": {
// "format": "{usage}% ",
// "tooltip": false
// },
// "memory": {
// "format": "{}% "
// },
// "temperature": {
// // "thermal-zone": 2,
// // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
// "critical-threshold": 80,
// // "format-critical": "{temperatureC}°C {icon}",
// "format": "{temperatureC}°C {icon}",
// "format-icons": ["", "", ""]
// },
// "backlight": {
// // "device": "acpi_video1",
// "format": "{percent}% {icon}",
// "format-icons": [""]
// },
"battery": {
"states": {
// "good": 95,
"good": 95,
"warning": 30,
"critical": 15
},
@ -116,16 +60,12 @@
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
"format-good": "{capacity}% {icon}",
"format-full": "{capacity}% {icon}",
"format-icons": [" ", " ", " ", " ", " "]
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-wifi": "{essid} ({signalStrength}%)  ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
@ -133,35 +73,18 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

167
.config/waybar/configold Normal file
View file

@ -0,0 +1,167 @@
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["river/tags"],
"modules-center": ["river/window"],
"modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
// "warp-on-scroll": false,
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
// },
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View file

@ -1,75 +1,56 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
border: none;
border-radius: 0;
min-height: 0;
font-family: "FiraCode Nerd Font";
font-size: 15px;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
/*
window#waybar.empty {
/* background-color: rgba(43, 48, 59, 0.65); */
background-color: transparent;
}
window#waybar.solo {
background-color: #FFFFFF;
}
*/
window#waybar.termite {
background-color: #3F3F3F;
color: white;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
/* window#waybar.hidden { */
/* opacity: 0.2; */
/* } */
button {
#tags button {
padding: 0px 5px;
margin: 3px 3px;
/* background-color: #161320; */
background-color: rgba(0, 0, 0, 0.2);
color: #D9E0EE;
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
/* Avoid rounded borders under each workspace name */
border: none;
border-radius: 0;
border-radius: 3;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -3px #ffffff;
#tags button:hover {
/* background: rgba(0, 0, 0, 0.2); */
box-shadow: inset 0 -3px #999999;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
#tags button.occupied {
box-shadow: inset 0 -3px #00D100;
}
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
#tags button.focused {
background-color: black;
box-shadow: inset 0 -3px #D9E0EE;
}
#workspaces button.focused {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
#tags button.urgent {
background-color: #F28FAD;
}
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
border-bottom: 3px solid #D9E0EE;
}
#clock,
@ -81,44 +62,43 @@ button:hover {
#backlight,
#network,
#pulseaudio,
#wireplumber,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd {
padding: 0 10px;
color: #ffffff;
#mpd,
#language,
#idle_inhibitor {
padding: 5px 10px;
margin: 3px 3px;
color: #D9E0EE;
border-radius: 3;
/* background-color: #161320; */
background-color: black;
}
#window,
#workspaces {
#tags {
margin: 0 4px;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
.modules-left > widget:first-child > #tags {
margin-left: 9px;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
.modules-right > widget:last-child > #tags {
margin-right: 0;
}
#clock {
background-color: #64727D;
min-width: 45px;
margin-right: 11px;
}
#battery {
background-color: #ffffff;
color: #000000;
}
#battery.charging, #battery.plugged {
color: #ffffff;
background-color: #26A65B;
min-width: 55px;
}
@keyframes blink {
@ -130,7 +110,7 @@ button:hover {
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
color: #D9E0EE;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
@ -139,77 +119,20 @@ button:hover {
}
label:focus {
background-color: #000000;
}
#cpu {
background-color: #2ecc71;
color: #000000;
}
#memory {
background-color: #9b59b6;
}
#disk {
background-color: #964B00;
background-color: #D9E0EE;
}
#backlight {
background-color: #90b1b1;
min-width: 55px;
}
#network {
background-color: #2980b9;
}
#network.disconnected {
background-color: #f53c3c;
}
#pulseaudio {
background-color: #f1c40f;
color: #000000;
}
#pulseaudio.muted {
background-color: #90b1b1;
color: #2a5c45;
}
#wireplumber {
background-color: #fff0f5;
color: #000000;
}
#wireplumber.muted {
background-color: #f53c3c;
}
#custom-media {
background-color: #66cc99;
color: #2a5c45;
min-width: 100px;
}
#custom-media.custom-spotify {
background-color: #66cc99;
}
#custom-media.custom-vlc {
background-color: #ffa000;
}
#temperature {
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
min-width: 150px;
}
#tray {
background-color: #2980b9;
/* background-color: #161320; */
background-color: black;
}
#tray > .passive {
@ -218,63 +141,6 @@ label:focus {
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
background-color: #F28FAD;
}
#idle_inhibitor {
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
}
#mpd {
background-color: #66cc99;
color: #2a5c45;
}
#mpd.disconnected {
background-color: #f53c3c;
}
#mpd.stopped {
background-color: #90b1b1;
}
#mpd.paused {
background-color: #51a37a;
}
#language {
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state > label {
padding: 0 5px;
}
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad.empty {
background-color: transparent;
}

280
.config/waybar/style.cssold Normal file
View file

@ -0,0 +1,280 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
/*
window#waybar.empty {
background-color: transparent;
}
window#waybar.solo {
background-color: #FFFFFF;
}
*/
window#waybar.termite {
background-color: #3F3F3F;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
}
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.focused {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
}
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#pulseaudio,
#wireplumber,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd {
padding: 0 10px;
color: #ffffff;
}
#window,
#workspaces {
margin: 0 4px;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
#clock {
background-color: #64727D;
}
#battery {
background-color: #ffffff;
color: #000000;
}
#battery.charging, #battery.plugged {
color: #ffffff;
background-color: #26A65B;
}
@keyframes blink {
to {
background-color: #ffffff;
color: #000000;
}
}
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
background-color: #000000;
}
#cpu {
background-color: #2ecc71;
color: #000000;
}
#memory {
background-color: #9b59b6;
}
#disk {
background-color: #964B00;
}
#backlight {
background-color: #90b1b1;
}
#network {
background-color: #2980b9;
}
#network.disconnected {
background-color: #f53c3c;
}
#pulseaudio {
background-color: #f1c40f;
color: #000000;
}
#pulseaudio.muted {
background-color: #90b1b1;
color: #2a5c45;
}
#wireplumber {
background-color: #fff0f5;
color: #000000;
}
#wireplumber.muted {
background-color: #f53c3c;
}
#custom-media {
background-color: #66cc99;
color: #2a5c45;
min-width: 100px;
}
#custom-media.custom-spotify {
background-color: #66cc99;
}
#custom-media.custom-vlc {
background-color: #ffa000;
}
#temperature {
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
}
#tray {
background-color: #2980b9;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#idle_inhibitor {
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
}
#mpd {
background-color: #66cc99;
color: #2a5c45;
}
#mpd.disconnected {
background-color: #f53c3c;
}
#mpd.stopped {
background-color: #90b1b1;
}
#mpd.paused {
background-color: #51a37a;
}
#language {
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state > label {
padding: 0 5px;
}
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad.empty {
background-color: transparent;
}