This commit is contained in:
RafayAhmad7548 2025-04-24 22:01:50 +05:00
parent 3e7a2b2089
commit 3480fa92fe
131 changed files with 12083 additions and 1287 deletions

View file

@ -14,12 +14,12 @@
(history-item "tools-text" 0)
(history-item "select-grow" 1)
(history-item "layers-resize" 1)
(history-item "file-open-as-layers" 1)
(history-item "file-open-as-layers" 0)
(history-item "file-export" 2)
(history-item "layers-delete" 2)
(history-item "layers-delete" 0)
(history-item "file-quit" 2)
(history-item "script-fu-addborder" 0)
(history-item "file-open" 0)
(history-item "file-quit" 1)
(history-item "file-open" 1)
(history-item "dialogs-preferences" 0)
(history-item "select-all" 1)
(history-item "layers-resize-to-image" 0)
@ -28,7 +28,8 @@
(history-item "tools-smudge" 0)
(history-item "image-configure-grid" 0)
(history-item "tools-transform-3d" 0)
(history-item "layers-mask-add-button" 1)
(history-item "layers-mask-add-button" 0)
(history-item "file-save-a-copy" 1)
(history-item "filters-offset" 0)
(history-item "tools-align" 0)
(history-item "edit-copy" 0)

View file

@ -1,6 +1,6 @@
# GIMP user context
(tool "gimp-bucket-fill-tool")
(tool "gimp-crop-tool")
(paint-info "gimp-paintbrush")
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))

View file

@ -3,13 +3,13 @@
(GimpDeviceInfo "Core Pointer"
(icon-name "gimp-cursor")
(name "Core Pointer")
(tool-options "GimpBucketFillOptions"
(tool "gimp-bucket-fill-tool")
(tool-options "GimpCropOptions"
(aspect-denominator 1320)
(aspect-numerator 732)
(tool "gimp-crop-tool")
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5))
(pattern "Pine"))
(use-fg-bg yes)
(use-opacity-paint-mode no)
(use-brush no)

View file

@ -308,7 +308,6 @@
; (gtk_accel_path "<Actions>/edit/edit-clear" "Delete")
; (gtk_accel_path "<Actions>/view/view-scroll-down" "")
; (gtk_accel_path "<Actions>/context/context-foreground-green-increase" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-white" "")
; (gtk_accel_path "<Actions>/image/image-scale" "")
; (gtk_accel_path "<Actions>/tools/tools-aspect-increase-skip" "")
; (gtk_accel_path "<Actions>/context/context-colormap-background-previous" "")
@ -333,7 +332,6 @@
; (gtk_accel_path "<Actions>/filters/filters-recent-10" "")
; (gtk_accel_path "<Actions>/drawable/drawable-flip-horizontal" "")
; (gtk_accel_path "<Actions>/layers/layers-merge-group" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-background" "")
; (gtk_accel_path "<Actions>/file/file-open" "<Primary>o")
; (gtk_accel_path "<Actions>/plug-in/script-fu-font-map" "")
; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-set" "")
@ -875,7 +873,6 @@
; (gtk_accel_path "<Actions>/view/view-scroll-vertical" "")
; (gtk_accel_path "<Actions>/view/view-show-selection" "<Primary>t")
; (gtk_accel_path "<Actions>/tools/tools-spacing-maximum" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-foreground" "")
; (gtk_accel_path "<Actions>/filters/filters-photocopy" "")
; (gtk_accel_path "<Actions>/channels/channels-color-tag-orange" "")
; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-set" "")
@ -943,7 +940,6 @@
; (gtk_accel_path "<Actions>/context/context-brush-radius-increase-skip" "")
; (gtk_accel_path "<Actions>/view/view-softproof-black-point-compensation" "")
; (gtk_accel_path "<Actions>/select/select-menu" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-black" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-sample-colorize" "")
; (gtk_accel_path "<Actions>/file/file-open-recent-10" "<Primary>0")
; (gtk_accel_path "<Actions>/tools/tools-by-color-select" "<Shift>o")

View file

@ -90,7 +90,7 @@
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-file-save-dialog")
(position 193 37)
(position 292 135)
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-offset-tool-dialog")
@ -101,7 +101,7 @@
(size 807 478))
(session-info "toplevel"
(factory-entry "gimp-file-export-dialog")
(position 224 42)
(position 222 196)
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-toolbox-color-dialog")

View file

@ -1,7 +1,7 @@
# GIMP gimp-crop-tool options
(aspect-denominator 1080)
(aspect-numerator 1920)
(aspect-denominator 1320)
(aspect-numerator 732)
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))
(pattern "Pine")

View file

@ -0,0 +1,97 @@
# GIMP action-history
(history-item "layers-mask-show" 0)
(history-item "layers-mask-disable" 4)
(history-item "layers-lock-position" 3)
(history-item "drawable-lock-position" 0)
(history-item "file-save" 1)
(history-item "view-show-selection" 3)
(history-item "tools-move" 3)
(history-item "select-none" 2)
(history-item "edit-clear" 1)
(history-item "tools-bucket-fill" 3)
(history-item "tools-vector" 0)
(history-item "tools-rect-select" 1)
(history-item "tools-ellipse-select" 1)
(history-item "tools-scale" 1)
(history-item "file-export" 1)
(history-item "dialogs-layers" 0)
(history-item "tools-text" 0)
(history-item "layers-visible" 0)
(history-item "paths-lock-content" 0)
(history-item "paths-lock-position" 1)
(history-item "tools-fuzzy-select" 0)
(history-item "select-invert" 1)
(history-item "layers-merge-down" 0)
(history-item "tools-free-select" 0)
(history-item "paths-selection-from-paths" 0)
(history-item "tools-smudge" 0)
(history-item "drawable-visible" 0)
(history-item "layers-lock-content" 1)
(history-item "layers-new" 0)
(history-item "paths-fill" 0)
(history-item "file-save-as" 0)
(history-item "layers-alpha-add" 0)
(history-item "select-border" 0)
(history-item "layers-lock-alpha" 0)
(history-item "select-grow" 0)
(history-item "view-show-sample-points" 0)
(history-item "view-show-rulers" 0)
(history-item "view-show-scrollbars" 0)
(history-item "layers-delete" 0)
(history-item "edit-fill-fg" 0)
(history-item "layers-resize" 0)
(history-item "dock-move-to-screen-wayland-1" 0)
(history-item "channels-lock-content" 0)
(history-item "channels-lock-position" 0)
(history-item "drawable-lock-content" 0)
(history-item "image-convert-non-linear" 0)
(history-item "image-color-profile-use-srgb" 0)
(history-item "view-color-management-enable" 0)
(history-item "view-show-layer-boundary" 0)
(history-item "view-show-canvas-boundary" 0)
(history-item "view-show-guides" 0)
(history-item "file-open-as-layers" 0)
(history-item "dockable-show-button-bar" 0)
(history-item "dockable-preview-size-tiny" 0)
(history-item "dockable-preview-size-medium" 0)
(history-item "dockable-tab-style-icon" 0)
(history-item "dockable-tab-style-preview" 0)
(history-item "dockable-view-type-list" 0)
(history-item "dock-show-image-menu" 0)
(history-item "dock-auto-follow-active" 0)
(history-item "image-new" 0)
(history-item "images-raise-views" 0)
(history-item "brush-editor-edit-active" 0)
(history-item "layers-blend-space-auto" 0)
(history-item "layers-composite-space-auto" 0)
(history-item "layers-composite-mode-auto" 0)
(history-item "file-quit" 0)
(history-item "view-dot-for-dot" 0)
(history-item "view-display-black-point-compensation" 0)
(history-item "view-snap-to-guides" 0)
(history-item "view-show-menubar" 0)
(history-item "view-show-statusbar" 0)
(history-item "script-fu-addborder" 0)
(history-item "file-open" 0)
(history-item "dialogs-preferences" 0)
(history-item "select-all" 0)
(history-item "layers-resize-to-image" 0)
(history-item "tools-pencil" 0)
(history-item "image-configure-grid" 0)
(history-item "tools-transform-3d" 0)
(history-item "file-save-a-copy" 0)
(history-item "filters-offset" 0)
(history-item "tools-align" 0)
(history-item "edit-copy" 0)
(history-item "edit-paste" 0)
(history-item "layers-scale" 0)
(history-item "view-close" 0)
(history-item "dialogs-tool-options" 0)
(history-item "brushes-edit" 0)
(history-item "view-new" 0)
(history-item "tools-iscissors" 0)
(history-item "layers-new-group" 0)
(history-item "view-zoom-revert" 0)
# end of action-history

20
.config/GIMP/3.0/colorrc Normal file
View file

@ -0,0 +1,20 @@
# GIMP colorrc
#
# This file holds a list of recently used colors.
(color-history
(color "R'G'B'A double" 32 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\77" 0)
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0)
(color "R'G'B'A float" 16 "\0\0\200\77\0\0\200\77\0\0\200\77\0\0\200\77" 0)
(color "HSVA float" 16 "\201H\14\77\47\202\23\77D\206\326\76\0\0\200\77" 0)
(color "HSVA float" 16 "\201H\14\77\32\254\271\76Ol\100\77\0\0\200\77" 0)
(color "R'G'B'A double" 32 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\77\20\20\20\20\20\20p\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0" 0)
(color "R'G'B'A double" 32 "\335\334\334\334\334\334\354\77\335\334\334\334\334\334\354\77\335\334\334\334\334\334\354\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\136\136\136\136\136\136\356\77\136\136\136\136\136\136\356\77\136\136\136\136\136\136\356\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\32\32\32\32\32\32\252\77\30\30\30\30\30\30\230\77\327\326\326\326\326\326\346\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\31\31\31\31\31\31\271\77\22\22\22\22\22\22\262\77XXXXXX\350\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\31\31\31\31\31\31\311\77\226\225\225\225\225\225\305\77\173\173\173\173\173\173\353\77\0\0\0\0\0\0\360\77" 0)
(color "R'G'B'A double" 32 "\240\237\237\237\237\237\317\77\34\34\34\34\34\34\314\77\35\35\35\35\35\35\355\77\0\0\0\0\0\0\360\77" 0))
# end of colorrc

View file

@ -0,0 +1,16 @@
# GIMP user context
(tool "gimp-move-tool")
(paint-info "gimp-paintbrush")
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(mybrush "100% Opaque")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(font "")
(tool-preset "Core Pointer")
# end of user context

View file

@ -0,0 +1,40 @@
# GIMP controllerrc
#
# This file will be entirely rewritten each time you exit.
(GimpControllerInfo "Main Mouse Wheel"
(icon-name "gimp-controller-wheel")
(enabled yes)
(debug-events no)
(controller "GimpControllerWheel")
(mapping
(map "scroll-down-shift-primary" "tools-aspect-decrease")
(map "scroll-up-shift-alt" "tools-angle-increase")
(map "scroll-up-alt" "tools-opacity-increase")
(map "scroll-down-shift-alt" "tools-angle-decrease")
(map "scroll-down-primary-alt" "tools-size-decrease")
(map "scroll-up-shift-primary-alt" "tools-spacing-increase")
(map "scroll-down-alt" "tools-opacity-decrease")
(map "scroll-up-primary-alt" "tools-size-increase")
(map "scroll-up-shift-primary" "tools-aspect-increase")
(map "scroll-down-shift-primary-alt" "tools-spacing-decrease")))
(GimpControllerInfo "Main Keyboard"
(icon-name "gimp-controller-keyboard")
(enabled yes)
(debug-events no)
(controller "GimpControllerKeyboard")
(mapping
(map "cursor-right-alt" "tools-size-increase")
(map "cursor-left-shift" "view-scroll-page-left")
(map "cursor-right-shift" "view-scroll-page-right")
(map "cursor-up-shift" "view-scroll-page-up")
(map "cursor-up-primary" "view-scroll-top-border")
(map "cursor-down-primary" "view-scroll-bottom-border")
(map "cursor-up-alt" "tools-size-increase-skip")
(map "cursor-left-alt" "tools-size-decrease")
(map "cursor-down-shift" "view-scroll-page-down")
(map "cursor-right-primary" "view-scroll-right-border")
(map "cursor-left-primary" "view-scroll-left-border")
(map "cursor-down-alt" "tools-size-decrease-skip")))
# end of controllerrc

198
.config/GIMP/3.0/devicerc Normal file

File diff suppressed because one or more lines are too long

4
.config/GIMP/3.0/dockrc Normal file
View file

@ -0,0 +1,4 @@
# recently closed docks
# end of recently closed docks

View file

@ -0,0 +1,6 @@
# GIMP extensionrc
(GimpExtension "org.gimp.extension.goat-exercises"
(active yes))
# end of extensionrc

View file

@ -0,0 +1,14 @@
# settings
(GimpGegl-gimp-offset-config "2025-02-07 20:54:16"
(time 1738943656)
(type wrap-around)
(x 30)
(y 0))
(GimpGegl-gimp-offset-config "2025-02-07 20:53:46"
(time 1738943626)
(type wrap-around)
(x 0)
(y 0))
# end of settings

37
.config/GIMP/3.0/gimprc Normal file
View file

@ -0,0 +1,37 @@
# GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/3.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.
(prev-language "American English")
(config-version "3.0.0")
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(monitor-xresolution 143)
(monitor-yresolution 144)
(fill-options
(style fg-color)
(custom-style solid-color)
(antialias yes)
(feather no)
(feather-radius 10))
(stroke-options
(style fg-color)
(custom-style solid-color)
(antialias yes)
(feather no)
(feather-radius 10)
(method line)
(width 6)
(unit pixels)
(cap-style butt)
(join-style miter)
(miter-limit 10)
(dash-offset 0)
(dash-info 0)
(emulate-brush-dynamics no))
# end of gimprc

59
.config/GIMP/3.0/gimprc~ Normal file
View file

@ -0,0 +1,59 @@
# GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.
(default-grid
(style fg-color)
(fgcolor (color-rgba 0 0 0 1))
(bgcolor (color-rgba 1 1 1 1))
(xspacing 480)
(yspacing 540)
(spacing-unit millimeters)
(xoffset 0)
(yoffset 0)
(offset-unit centimeters))
(color-management
(mode display)
(display-profile-from-gdk no)
(display-rendering-intent relative-colorimetric)
(display-use-black-point-compensation yes)
(display-optimize yes)
(simulation-rendering-intent perceptual)
(simulation-use-black-point-compensation no)
(simulation-optimize yes)
(simulation-gamut-check no)
(out-of-gamut-color (color-rgb 1 0 1))
(show-rgb-u8 yes)
(show-hsv no)
(display-module "CdisplayLcms"))
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(monitor-xresolution 143)
(monitor-yresolution 144)
(layer-new-name "out")
(selection-grow-radius 10)
(fill-options
(style fg-color)
(antialias yes)
(feather no)
(feather-radius 10))
(stroke-options
(style fg-color)
(antialias yes)
(feather no)
(feather-radius 10)
(method line)
(width 6)
(unit pixels)
(cap-style butt)
(join-style miter)
(miter-limit 10)
(dash-offset 0)
(dash-info 0)
(emulate-brush-dynamics no))
# end of gimprc

View file

@ -0,0 +1,4 @@
GIMP Gradient
Name: Custom
1
0 0.5 1 0 0 0 1 1 1 1 1 0 0 1 3

View file

@ -0,0 +1,7 @@
# GIMP modifiersrc
#
# This file stores modifiers configuration. You are not supposed to edit it
# manually, but of course you can do. The modifiersrc will be entirely
# rewritten every time you quit GIMP. If this file isn't found, defaults are
# used.

View file

@ -0,0 +1,6 @@
# GIMP parasiterc
#
# This file will be entirely rewritten each time you exit.
# end of parasiterc

View file

@ -0,0 +1,4 @@
# settings
# end of settings

View file

@ -0,0 +1,20 @@
# settings
(interlaced no)
(compression 9)
(bkgd yes)
(offs no)
(phys yes)
(time yes)
(save-transparent no)
(optimize-palette no)
(format "auto")
(include-exif no)
(include-iptc no)
(include-xmp no)
(include-color-profile no)
(include-thumbnail no)
(include-comment no)
(gimp-comment "Created with GIMP")
# end of settings

4663
.config/GIMP/3.0/pluginrc Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
# GIMP color profile history
# end of color profile history

121
.config/GIMP/3.0/sessionrc Normal file
View file

@ -0,0 +1,121 @@
# GIMP sessionrc
#
# This file takes session-specific info (that is info, you want to keep
# between two GIMP sessions). You are not supposed to edit it manually, but
# of course you can do. The sessionrc will be entirely rewritten every time
# you quit GIMP. If this file isn't found, defaults are used.
(session-info "toplevel"
(factory-entry "gimp-empty-image-window")
(position 200 100)
(size 640 480))
(session-info "toplevel"
(factory-entry "gimp-single-image-window")
(position 0 0)
(size 1896 1019)
(monitor 0)
(open-on-exit)
(aux-info
(left-docks-width "228")
(right-docks-width "278")
(maximized "yes"))
(gimp-toolbox
(side left)
(book
(current-page 0)
(dockable "gimp-tool-options"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-device-status"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-undo-history"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-image-list"
(tab-style icon)
(aux-info
(show-button-bar "true")))))
(gimp-dock
(side right)
(book
(current-page 0)
(dockable "gimp-brush-grid"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-pattern-grid"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-font-list"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-document-list"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-brush-editor"
(tab-style icon)
(aux-info
(edit-active "true")
(current-data "2. Hardness 050"))))
(book
(position 422)
(current-page 0)
(dockable "gimp-layer-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true")))
(dockable "gimp-channel-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true")))
(dockable "gimp-vectors-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true"))))))
(session-info "toplevel"
(factory-entry "gimp-image-new-dialog")
(position 0 0)
(monitor 0))
(session-info "toplevel"
(factory-entry "gimp-file-open-dialog")
(position 587 141)
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-file-save-dialog")
(position 0 0)
(size 900 553)
(monitor 0))
(session-info "toplevel"
(factory-entry "gimp-offset-tool-dialog")
(position 776 431))
(session-info "toplevel"
(factory-entry "gimp-preferences-dialog")
(position 510 189)
(size 807 478))
(session-info "toplevel"
(factory-entry "gimp-file-export-dialog")
(position 0 0)
(size 900 553)
(monitor 0))
(session-info "toplevel"
(factory-entry "gimp-toolbox-color-dialog")
(position 635 282)
(monitor 0))
(hide-docks no)
(single-window-mode yes)
(show-tabs yes)
(tabs-position 0)
(last-tip-shown 0)
# end of sessionrc

1132
.config/GIMP/3.0/shortcutsrc Normal file

File diff suppressed because it is too large Load diff

2442
.config/GIMP/3.0/tags.xml Normal file

File diff suppressed because it is too large Load diff

923
.config/GIMP/3.0/templaterc Normal file
View file

@ -0,0 +1,923 @@
# GIMP templaterc
#
# This file will be entirely rewritten each time you exit.
(GimpTemplate "A0 (300 ppi)"
(width 9933)
(height 14043)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A1 (300 ppi)"
(width 7016)
(height 9933)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A2 (300 ppi)"
(width 4960)
(height 7016)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A3 (300 ppi)"
(width 3508)
(height 4960)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A4 (300 ppi)"
(width 2480)
(height 3508)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A5 (300 ppi)"
(width 1748)
(height 2480)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A6 (300 ppi)"
(width 1240)
(height 1748)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A7 (300 ppi)"
(width 874)
(height 1240)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B4 (300 ppi)"
(width 2953)
(height 4169)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B5 (300 ppi)"
(width 2079)
(height 2953)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B5-Japan (300 ppi)"
(width 2150)
(height 3035)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "US Letter (300 ppi)"
(width 2550)
(height 3300)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "US Legal (300 ppi)"
(width 2550)
(height 4200)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "88.9×50.8 US Business Card"
(icon-name "gimp-business-card")
(width 1050)
(height 600)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "85×55 Western Europe Business Card"
(icon-name "gimp-business-card")
(width 1004)
(height 650)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "90×50 Eastern Europe Business Card"
(icon-name "gimp-business-card")
(width 1063)
(height 591)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "90×55 Business Card (AU, IN etc.)"
(icon-name "gimp-business-card")
(width 1063)
(height 650)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "87×49 Vistaprint Business Card"
(icon-name "gimp-business-card")
(width 1028)
(height 579)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Toilet paper (US, 300 ppi)"
(icon-name "gimp-toilet-paper")
(width 1350)
(height 1350)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "CD cover (300 ppi)"
(icon-name "media-optical")
(width 1417)
(height 1417)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner leaderboard 728x90"
(icon-name "gimp-web")
(width 728)
(height 90)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner large rectangle 336×280"
(icon-name "gimp-web")
(width 336)
(height 280)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner medium rectangle 300×250"
(icon-name "gimp-web")
(width 300)
(height 250)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner large mobile 320×100"
(icon-name "gimp-web")
(width 320)
(height 100)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner large skyscraper 300×600"
(icon-name "gimp-web")
(width 300)
(height 600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "1280×720 (HD 720p)"
(icon-name "gimp-video")
(width 1280)
(height 720)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "1920×1080 (Full HD 1080p)"
(icon-name "gimp-video")
(width 1920)
(height 1080)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "3840x2160 (4K UHD)"
(icon-name "gimp-video")
(width 3840)
(height 2160)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "4096×2160 (Digital Cinema Initiatives 4K)"
(icon-name "gimp-video")
(width 4096)
(height 2160)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "1366×768 HD"
(icon-name "gimp-display")
(width 1366)
(height 768)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "1920×1200 WUXGA"
(icon-name "gimp-display")
(width 1920)
(height 1200)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "2560x1600 WQXGA"
(icon-name "gimp-display")
(width 2560)
(height 1600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "3840×2160 4K UHD"
(icon-name "gimp-display")
(width 3840)
(height 2160)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Apple iPhone 6/7"
(icon-name "gimp-smartphone")
(width 750)
(height 1334)
(unit millimeters)
(xresolution 326)
(yresolution 326)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Apple iPhone 5"
(icon-name "gimp-smartphone")
(width 640)
(height 1136)
(unit millimeters)
(xresolution 326)
(yresolution 326)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Apple iPad 3&4, Air"
(icon-name "gimp-smartphone")
(width 2048)
(height 2732)
(unit millimeters)
(xresolution 264)
(yresolution 264)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Samsung Galaxy S6"
(icon-name "gimp-smartphone")
(width 1440)
(height 2560)
(unit millimeters)
(xresolution 577)
(yresolution 577)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Samsung Galaxy S5"
(icon-name "gimp-smartphone")
(width 1080)
(height 1920)
(unit millimeters)
(xresolution 360)
(yresolution 360)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Samsung Galaxy Tab 2&3 10,1 inch"
(icon-name "gimp-smartphone")
(width 800)
(height 1280)
(unit millimeters)
(xresolution 149)
(yresolution 149)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web profile / avatar / icon 512×512"
(icon-name "gimp-web")
(width 512)
(height 512)
(unit pixels)
(xresolution 150)
(yresolution 150)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner leaderboard 728×90"
(icon-name "gimp-web")
(width 728)
(height 90)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner half page 300×600"
(icon-name "gimp-web")
(width 300)
(height 600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner wide skyscraper 160×600"
(icon-name "gimp-web")
(width 160)
(height 600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner mobile leaderboard 320×50"
(icon-name "gimp-web")
(width 320)
(height 50)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1024×768 (XGA)"
(icon-name "gimp-display")
(width 1024)
(height 768)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1152×864 (XGA+)"
(icon-name "gimp-display")
(width 1152)
(height 864)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1600×1200 (UXGA)"
(icon-name "gimp-display")
(width 1600)
(height 1200)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 2048×1536 (QXGA)"
(icon-name "gimp-display")
(width 2048)
(height 1536)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 1680×1050 (WSXGA+)"
(icon-name "gimp-display")
(width 1680)
(height 1050)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 1920×1200 (WUXGA)"
(icon-name "gimp-display")
(width 1920)
(height 1200)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 2560×1600 (WQXGA)"
(icon-name "gimp-display")
(width 2560)
(height 1600)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 3840×2400 (WQUXGA)"
(icon-name "gimp-display")
(width 3840)
(height 2400)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 1280×720 (HD 720p)"
(icon-name "gimp-video")
(width 1280)
(height 720)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 1920×1080 (Full HD 1080p)"
(icon-name "gimp-video")
(width 1920)
(height 1080)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 3840×2160 (4K UHD)"
(icon-name "gimp-video")
(width 3840)
(height 2160)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 7680×4320 (8K UHD)"
(icon-name "gimp-video")
(width 7680)
(height 4320)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 17:9 - 2048×1080 (DCI 2K)"
(icon-name "gimp-video")
(width 2048)
(height 1080)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 17:9 - 4096×2160 (DCI 4K)"
(icon-name "gimp-video")
(width 4096)
(height 2160)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 18.5:9 - 1440×2960"
(icon-name "gimp-smartphone")
(width 1440)
(height 2960)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 19:9 - 1440×3040"
(icon-name "gimp-smartphone")
(width 1440)
(height 3040)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 19.5:9 - 1440×3120"
(icon-name "gimp-smartphone")
(width 1440)
(height 3120)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 20:9 - 1440×3200"
(icon-name "gimp-smartphone")
(width 1440)
(height 3200)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
# end of templaterc

View file

@ -0,0 +1,16 @@
/* GIMP theme.css
*
* This file is written on GIMP startup and on every theme change.
* It is NOT supposed to be edited manually. Edit your personal
* gimp.css file instead (/home/rafayahmad/.config/GIMP/3.0/gimp.css).
*/
@import url("file:///usr/share/gimp/3.0/themes/Default/gimp-dark.css");
@import url("file:///etc/gimp/3.0/gimp.css");
* { -gtk-icon-style: symbolic; }
/* prefer-dark-theme */
/* end of theme.css */

View file

@ -0,0 +1,13 @@
# GIMP gimp-airbrush-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-airbrush-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-align-tool options
# end of gimp-align-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-brightness-contrast-tool options
# end of gimp-brightness-contrast-tool options

View file

@ -0,0 +1,9 @@
# GIMP gimp-bucket-fill-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-bucket-fill-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-by-color-select-tool options
# end of gimp-by-color-select-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-cage-tool options
# end of gimp-cage-tool options

View file

@ -0,0 +1,12 @@
# GIMP gimp-clone-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-clone-tool options

View file

@ -0,0 +1,6 @@
# GIMP gimp-color-picker-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
# end of gimp-color-picker-tool options

View file

@ -0,0 +1,12 @@
# GIMP gimp-convolve-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-convolve-tool options

View file

@ -0,0 +1,9 @@
# GIMP gimp-crop-tool options
(aspect-denominator 1080)
(aspect-numerator 1920)
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(pattern "Pine")
# end of gimp-crop-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-curves-tool options
# end of gimp-curves-tool options

View file

@ -0,0 +1,11 @@
# GIMP gimp-dodge-burn-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-dodge-burn-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-ellipse-select-tool options
# end of gimp-ellipse-select-tool options

View file

@ -0,0 +1,11 @@
# GIMP gimp-eraser-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-eraser-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-flip-tool options
# end of gimp-flip-tool options

View file

@ -0,0 +1,6 @@
# GIMP gimp-foreground-select-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
# end of gimp-foreground-select-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-free-select-tool options
# end of gimp-free-select-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-fuzzy-select-tool options
# end of gimp-fuzzy-select-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-gegl-tool options
# end of gimp-gegl-tool options

View file

@ -0,0 +1,9 @@
# GIMP gimp-gradient-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(gradient "FG to BG (RGB)")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-gradient-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-handle-transform-tool options
# end of gimp-handle-transform-tool options

View file

@ -0,0 +1,12 @@
# GIMP gimp-heal-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-heal-tool options

View file

@ -0,0 +1,9 @@
# GIMP gimp-ink-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-ink-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-iscissors-tool options
# end of gimp-iscissors-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-levels-tool options
# end of gimp-levels-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-measure-tool options
# end of gimp-measure-tool options

View file

@ -0,0 +1,5 @@
# GIMP gimp-move-tool options
(move-current yes)
# end of gimp-move-tool options

View file

@ -0,0 +1,12 @@
# GIMP gimp-mypaint-brush-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(mybrush "100% Opaque")
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
(radius 3.0099999904632568)
(hardness 0.94999998807907104)
# end of gimp-mypaint-brush-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-offset-tool options
# end of gimp-offset-tool options

View file

@ -0,0 +1,6 @@
# GIMP gimp-operation-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
# end of gimp-operation-tool options

View file

@ -0,0 +1,13 @@
# GIMP gimp-paintbrush-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-paintbrush-tool options

View file

@ -0,0 +1,13 @@
# GIMP gimp-pencil-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-pencil-tool options

View file

@ -0,0 +1,12 @@
# GIMP gimp-perspective-clone-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-perspective-clone-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-perspective-tool options
# end of gimp-perspective-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-rect-select-tool options
# end of gimp-rect-select-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-rotate-tool options
# end of gimp-rotate-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-scale-tool options
# end of gimp-scale-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-shear-tool options
# end of gimp-shear-tool options

View file

@ -0,0 +1,13 @@
# GIMP gimp-smudge-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-smudge-tool options

View file

@ -0,0 +1,9 @@
# GIMP gimp-text-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(palette "Color History")
(font "")
(line-spacing 10)
# end of gimp-text-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-threshold-tool options
# end of gimp-threshold-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-transform-3d-tool options
# end of gimp-transform-3d-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-unified-transform-tool options
# end of gimp-unified-transform-tool options

View file

@ -0,0 +1,11 @@
# GIMP gimp-vector-tool options
(foreground
(color "HSVA float" 16 "\201H\14\77p\224\64\77\174\25\134\76\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
# end of gimp-vector-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-warp-tool options
# end of gimp-warp-tool options

View file

@ -0,0 +1,4 @@
# GIMP gimp-zoom-tool options
# end of gimp-zoom-tool options

185
.config/GIMP/3.0/toolrc Normal file
View file

@ -0,0 +1,185 @@
# GIMP toolrc
(file-version 1)
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-move-tool")
(children
(GimpToolInfo "gimp-move-tool"
(icon-name "gimp-tool-move")
(visible yes))
(GimpToolInfo "gimp-align-tool"
(icon-name "gimp-tool-align")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-rect-select-tool")
(children
(GimpToolInfo "gimp-rect-select-tool"
(icon-name "gimp-tool-rect-select")
(visible yes))
(GimpToolInfo "gimp-ellipse-select-tool"
(icon-name "gimp-tool-ellipse-select")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-free-select-tool")
(children
(GimpToolInfo "gimp-free-select-tool"
(icon-name "gimp-tool-free-select")
(visible yes))
(GimpToolInfo "gimp-iscissors-tool"
(icon-name "gimp-tool-iscissors")
(visible yes))
(GimpToolInfo "gimp-foreground-select-tool"
(icon-name "gimp-tool-foreground-select")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-fuzzy-select-tool")
(children
(GimpToolInfo "gimp-fuzzy-select-tool"
(icon-name "gimp-tool-fuzzy-select")
(visible yes))
(GimpToolInfo "gimp-by-color-select-tool"
(icon-name "gimp-tool-by-color-select")
(visible yes))))
(GimpToolInfo "gimp-crop-tool"
(icon-name "gimp-tool-crop")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-scale-tool")
(children
(GimpToolInfo "gimp-unified-transform-tool"
(icon-name "gimp-tool-unified-transform")
(visible yes))
(GimpToolInfo "gimp-rotate-tool"
(icon-name "gimp-tool-rotate")
(visible yes))
(GimpToolInfo "gimp-scale-tool"
(icon-name "gimp-tool-scale")
(visible yes))
(GimpToolInfo "gimp-shear-tool"
(icon-name "gimp-tool-shear")
(visible yes))
(GimpToolInfo "gimp-flip-tool"
(icon-name "gimp-tool-flip")
(visible yes))
(GimpToolInfo "gimp-perspective-tool"
(icon-name "gimp-tool-perspective")
(visible yes))
(GimpToolInfo "gimp-transform-3d-tool"
(icon-name "gimp-tool-transform-3d")
(visible yes))
(GimpToolInfo "gimp-handle-transform-tool"
(icon-name "gimp-tool-handle-transform")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-warp-tool")
(children
(GimpToolInfo "gimp-warp-tool"
(icon-name "gimp-tool-warp")
(visible yes))
(GimpToolInfo "gimp-cage-tool"
(icon-name "gimp-tool-cage")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-bucket-fill-tool")
(children
(GimpToolInfo "gimp-bucket-fill-tool"
(icon-name "gimp-tool-bucket-fill")
(visible yes))
(GimpToolInfo "gimp-gradient-tool"
(icon-name "gimp-tool-gradient")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-paintbrush-tool")
(children
(GimpToolInfo "gimp-paintbrush-tool"
(icon-name "gimp-tool-paintbrush")
(visible yes))
(GimpToolInfo "gimp-pencil-tool"
(icon-name "gimp-tool-pencil")
(visible yes))
(GimpToolInfo "gimp-airbrush-tool"
(icon-name "gimp-tool-airbrush")
(visible yes))
(GimpToolInfo "gimp-ink-tool"
(icon-name "gimp-tool-ink")
(visible yes))
(GimpToolInfo "gimp-mypaint-brush-tool"
(icon-name "gimp-tool-mypaint-brush")
(visible yes))))
(GimpToolInfo "gimp-eraser-tool"
(icon-name "gimp-tool-eraser")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-clone-tool")
(children
(GimpToolInfo "gimp-clone-tool"
(icon-name "gimp-tool-clone")
(visible yes))
(GimpToolInfo "gimp-perspective-clone-tool"
(icon-name "gimp-tool-perspective-clone")
(visible yes))
(GimpToolInfo "gimp-heal-tool"
(icon-name "gimp-tool-heal")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-smudge-tool")
(children
(GimpToolInfo "gimp-smudge-tool"
(icon-name "gimp-tool-smudge")
(visible yes))
(GimpToolInfo "gimp-convolve-tool"
(icon-name "gimp-tool-blur")
(visible yes))
(GimpToolInfo "gimp-dodge-burn-tool"
(icon-name "gimp-tool-dodge")
(visible yes))))
(GimpToolInfo "gimp-vector-tool"
(icon-name "gimp-tool-path")
(visible yes))
(GimpToolInfo "gimp-text-tool"
(icon-name "gimp-tool-text")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-color-picker-tool")
(children
(GimpToolInfo "gimp-color-picker-tool"
(icon-name "gimp-tool-color-picker")
(visible yes))
(GimpToolInfo "gimp-measure-tool"
(icon-name "gimp-tool-measure")
(visible yes))))
(GimpToolInfo "gimp-zoom-tool"
(icon-name "gimp-tool-zoom")
(visible yes))
(GimpToolInfo "gimp-brightness-contrast-tool"
(icon-name "gimp-tool-brightness-contrast")
(visible no))
(GimpToolInfo "gimp-threshold-tool"
(icon-name "gimp-tool-threshold")
(visible no))
(GimpToolInfo "gimp-levels-tool"
(icon-name "gimp-tool-levels")
(visible no))
(GimpToolInfo "gimp-curves-tool"
(icon-name "gimp-tool-curves")
(visible no))
(GimpToolInfo "gimp-offset-tool"
(icon-name "gimp-tool-offset")
(visible no))
(GimpToolInfo "gimp-gegl-tool"
(icon-name "gimp-gegl")
(visible no))
# end of toolrc

39
.config/GIMP/3.0/unitrc Normal file
View file

@ -0,0 +1,39 @@
# GIMP units
#
# This file contains the user unit database. You can edit this list with the
# unit editor. You are not supposed to edit it manually, but of course you
# can do.
# This file will be entirely rewritten each time you exit.
(unit-info "centimeters"
(factor 2.54)
(digits 2)
(symbol "cm")
(abbreviation "cm"))
(unit-info "meters"
(factor 0.025399999999999999)
(digits 4)
(symbol "m")
(abbreviation "m"))
(unit-info "feet"
(factor 0.083333000000000004)
(digits 4)
(symbol "'")
(abbreviation "ft"))
(unit-info "yards"
(factor 0.027778000000000001)
(digits 4)
(symbol "yd")
(abbreviation "yd"))
(unit-info "typogr. points"
(factor 72.269999999999996)
(digits 0)
(symbol "tpt")
(abbreviation "tpt"))
(unit-info "typogr. picas"
(factor 6.0225)
(digits 1)
(symbol "tpc")
(abbreviation "tpc"))
# end of units

View file

@ -1,8 +1,8 @@
[FileDialog]
history=file:///home/rafayahmad/.local/share/UltimMC/mods, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Crop, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Structure, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Structure/pics, file:///home/rafayahmad/Videos/titles
lastVisited=file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Structure
qtVersion=6.8.2
shortcuts=file:///home/rafayahmad/Downloads, file:///home/rafayahmad, file:///home/rafayahmad/Documents, file:mods
history=file:///home/rafayahmad/.local/share/UltimMC/mods, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Crop, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Structure, file:///home/rafayahmad/Stuff/Freelance/Minecraft Editing/Every Structure/pics, file:///home/rafayahmad/Videos/titles, file:///usr/lib/jvm/java-8-openjdk/bin
lastVisited=file:///usr/lib/jvm/java-8-openjdk/bin
qtVersion=5.15.16
shortcuts=file:///home/rafayahmad, file:///home/rafayahmad/Downloads, file:///home/rafayahmad/Documents, file:mods
sidebarWidth=70
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2[\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\x45\0\0\0\x1\0\0\0\0\0\0\0H\0\0\0\x1\0\0\0\0\0\0\0N\0\0\0\x1\0\0\0\0\0\0\0\x80\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2[\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\x45\0\0\0\x1\0\0\0\0\0\0\0H\0\0\0\x1\0\0\0\0\0\0\0N\0\0\0\x1\0\0\0\0\0\0\0\x80\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
viewMode=Detail

View file

@ -22,3 +22,4 @@
2025/02/10 18:25:38 logger.go:19: ERROR: unexpected EOF
2025/02/10 18:28:48 logger.go:19: ERROR: unexpected EOF
2025/02/10 18:29:46 logger.go:19: ERROR: unexpected EOF
2025/02/23 11:07:07 logger.go:19: ERROR: EOF

Binary file not shown.

View file

@ -0,0 +1,3 @@
{
"analyticsDeviceId": "0dbd9655-5c8e-4ac8-a601-0d28a4eab048"
}

1
.config/flutter/settings Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,27 @@
{
"Week": "2024-12-24",
"LastWeek": "",
"X": 0.6367242264488411,
"Programs": [
{
"Program": "cmd/go",
"Version": "go1.23.4",
"GoVersion": "go1.23.4",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"go/goroot:usr-lib-go": 1,
"go/invocations": 1,
"go/mode:module": 1,
"go/platform/host/linux/major-version:6": 1,
"go/platform/host/linux/version:6-12": 1,
"go/platform/target/goamd64:v1": 1,
"go/platform/target/goarch:amd64": 1,
"go/platform/target/goos:linux": 1,
"go/subcommand:version": 1
},
"Stacks": {}
}
],
"Config": "v0.0.0-0"
}

View file

@ -0,0 +1,207 @@
{
"Week": "2025-02-25",
"LastWeek": "",
"X": 0.44987937375418197,
"Programs": [
{
"Program": "cmd/asm",
"Version": "go1.23.5",
"GoVersion": "go1.23.5",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"asm/flag:D": 90,
"asm/flag:I": 90,
"asm/flag:gensymabis": 35,
"asm/flag:o": 90,
"asm/flag:p": 90,
"asm/flag:trimpath": 90,
"asm/invocations": 90
},
"Stacks": {}
},
{
"Program": "cmd/asm",
"Version": "go1.24.0",
"GoVersion": "go1.24.0",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"asm/flag:D": 95,
"asm/flag:I": 95,
"asm/flag:gensymabis": 37,
"asm/flag:o": 95,
"asm/flag:p": 95,
"asm/flag:trimpath": 95,
"asm/invocations": 95
},
"Stacks": {}
},
{
"Program": "cmd/cgo",
"Version": "go1.23.5",
"GoVersion": "go1.23.5",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"cgo/flag:dynimport": 3,
"cgo/flag:dynlinker": 1,
"cgo/flag:dynout": 3,
"cgo/flag:dynpackage": 3,
"cgo/flag:import_runtime_cgo": 1,
"cgo/flag:import_syscall": 1,
"cgo/flag:importpath": 3,
"cgo/flag:ldflags": 3,
"cgo/flag:objdir": 3,
"cgo/invocations": 6
},
"Stacks": {}
},
{
"Program": "cmd/cgo",
"Version": "go1.24.0",
"GoVersion": "go1.24.0",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"cgo/flag:dynimport": 3,
"cgo/flag:dynlinker": 1,
"cgo/flag:dynout": 3,
"cgo/flag:dynpackage": 3,
"cgo/flag:import_runtime_cgo": 1,
"cgo/flag:import_syscall": 1,
"cgo/flag:importpath": 3,
"cgo/flag:ldflags": 3,
"cgo/flag:objdir": 3,
"cgo/invocations": 6
},
"Stacks": {}
},
{
"Program": "cmd/compile",
"Version": "go1.23.5",
"GoVersion": "go1.23.5",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"compile/flag:asmhdr": 35,
"compile/flag:buildid": 463,
"compile/flag:c": 463,
"compile/flag:complete": 418,
"compile/flag:embedcfg": 6,
"compile/flag:goversion": 463,
"compile/flag:importcfg": 463,
"compile/flag:lang": 463,
"compile/flag:nolocalimports": 463,
"compile/flag:o": 463,
"compile/flag:p": 463,
"compile/flag:pack": 463,
"compile/flag:std": 178,
"compile/flag:symabis": 35,
"compile/flag:trimpath": 463,
"compile/invocations": 471
},
"Stacks": {}
},
{
"Program": "cmd/compile",
"Version": "go1.24.0",
"GoVersion": "go1.24.0",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"compile/flag:asmhdr": 37,
"compile/flag:buildid": 489,
"compile/flag:c": 489,
"compile/flag:complete": 442,
"compile/flag:embedcfg": 5,
"compile/flag:goversion": 489,
"compile/flag:importcfg": 489,
"compile/flag:lang": 489,
"compile/flag:nolocalimports": 489,
"compile/flag:o": 489,
"compile/flag:p": 489,
"compile/flag:pack": 489,
"compile/flag:std": 204,
"compile/flag:symabis": 37,
"compile/flag:trimpath": 489,
"compile/invocations": 505
},
"Stacks": {}
},
{
"Program": "cmd/go",
"Version": "go1.23.5",
"GoVersion": "go1.23.5",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"go/build/flag:ldflags": 1,
"go/build/flag:o": 1,
"go/build/flag:trimpath": 1,
"go/build/flag:v": 1,
"go/buildcache/miss": 464,
"go/buildcache/stdlib-recompiled": 1,
"go/goroot:usr-lib-go": 1,
"go/invocations": 1,
"go/mode:module": 1,
"go/platform/host/linux/major-version:6": 1,
"go/platform/host/linux/version:6-13": 1,
"go/platform/target/goamd64:v1": 1,
"go/platform/target/goarch:amd64": 1,
"go/platform/target/goos:linux": 1,
"go/subcommand:build": 1
},
"Stacks": {}
},
{
"Program": "cmd/go",
"Version": "go1.24.0",
"GoVersion": "go1.24.0",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"go/build/flag:ldflags": 2,
"go/build/flag:o": 2,
"go/build/flag:trimpath": 2,
"go/build/flag:v": 2,
"go/buildcache/hit": 489,
"go/buildcache/miss": 491,
"go/buildcache/stdlib-recompiled": 1,
"go/goroot:usr-lib-go": 2,
"go/invocations": 2,
"go/mode:module": 2,
"go/platform/host/linux/major-version:6": 2,
"go/platform/host/linux/version:6-13": 2,
"go/platform/target/goamd64:v1": 2,
"go/platform/target/goarch:amd64": 2,
"go/platform/target/goos:linux": 2,
"go/subcommand:build": 2
},
"Stacks": {}
},
{
"Program": "cmd/link",
"Version": "go1.23.5",
"GoVersion": "go1.23.5",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"link/invocations": 2
},
"Stacks": {}
},
{
"Program": "cmd/link",
"Version": "go1.24.0",
"GoVersion": "go1.24.0",
"GOOS": "linux",
"GOARCH": "amd64",
"Counters": {
"link/invocations": 4
},
"Stacks": {}
}
],
"Config": "v0.0.0-0"
}

View file

@ -1,4 +1,4 @@
file:///home/rafayahmad/Videos Videos
file:///home/rafayahmad/Documents Documents
file:///home/rafayahmad/Downloads Downloads
file:///home/rafayahmad/Documents Documents
file:///home/rafayahmad/Stuff
file:///home/rafayahmad/Videos Videos

View file

@ -1,6 +1,6 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
htop_version=3.3.0
htop_version=3.4.0-dev-3.4.0
config_reader_min_version=3
fields=0 48 17 18 38 39 40 2 46 47 49 1
hide_kernel_threads=1
@ -27,6 +27,7 @@ show_cpu_usage=1
show_cpu_frequency=0
show_cpu_temperature=0
degree_fahrenheit=0
show_cached_memory=1
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
@ -44,7 +45,7 @@ tree_sort_key=47
sort_direction=-1
tree_sort_direction=-1
tree_view_always_by_pid=0
all_branches_collapsed=0
all_branches_collapsed=1
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
.sort_key=PERCENT_CPU
.tree_sort_key=PERCENT_MEM
@ -52,7 +53,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P
.tree_view=1
.sort_direction=-1
.tree_sort_direction=-1
.all_branches_collapsed=0
.all_branches_collapsed=1
screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
.sort_key=IO_RATE
.tree_sort_key=PID

View file

@ -22,7 +22,7 @@ bind = $mainMod, F, submap, disableOtherKeyBinds
# Application Binds
bind = ALT, T, exec, kitty
bind = ALT, E, exec, nautilus
bind = ALT, F, exec, firefox
bind = ALT, F, exec, librewolf
bind = ALT, V, exec, code
bind = ALT, Z, exec, zeditor
bind = ALT, M, exec, /opt/ultimmc/run.sh
@ -30,6 +30,9 @@ bind = ALT, D, exec, discord
bind = ALT, W, exec, flatpak run com.rtosta.zapzap
bind = $mainMod, SUPER_L, exec, rofi -show drun
# Windows VM
bind = CTRL ALT SHIFT, W, exec, /home/rafayahmad/dotfiles/scripts/startWin11.sh
# Window movement
bind = $mainMod, V, togglefloating,
bind = $mainMod, H, togglesplit, # dwindle
@ -71,18 +74,12 @@ bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
bind = ALT, P, exec, hyprpicker --format=hex -a
# Audio Controls
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel=, code:123, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel=, code:122, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl=, code:121, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
# Brightness Controls
bindel = , XF86MonBrightnessUp, exec, brightnessctl s 1%+ && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 1%- && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
# Move focus with mainMod + arrow keys
# bind = CTRL, J, movefocus, l
# bind = CTRL, L, movefocus, r
# bind = CTRL, I, movefocus, u
# bind = CTRL, K, movefocus, d
bindel = , code:233, exec, brightnessctl s 1%+ && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
bindel = , code:232, exec, brightnessctl s 1%- && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
# Resize windows
binde = ALT, L, resizeactive, 50 0
@ -99,10 +96,6 @@ bind = $mainMod, J, movewindow, l
bind = $mainMod, I, movewindow, u
bind = $mainMod, K, movewindow, d
# Switch wokspaces next/prev
# bind = $mainMod, J, workspace, e-1
# bind = $mainMod, L, workspace, e+1
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2

View file

@ -37,11 +37,12 @@ env = GTK_THEME, Adwaita-dark
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us,pk
kb_layout =
kb_variant =
kb_model =
kb_options = grp:win_space_toggle , caps:swapescape
kb_rules =
kb_options =
kb_rules =
kb_file = /home/rafayahmad/.config/hypr/pauseMod3.xkb
numlock_by_default = true
follow_mouse = 1
@ -119,6 +120,7 @@ gestures {
misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
enable_anr_dialog = false
}
# Example per-device config
@ -133,9 +135,7 @@ misc {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
windowrule = float, title:nmtui
windowrule = float, title:UltimMC
windowrule = float, title:rofi
windowrulev2 = float, class:(clipse)
windowrulev2 = size 700 600, class:(clipse)
windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$

View file

@ -0,0 +1,15 @@
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols {
include "pc+us+pk:2+group(win_space_toggle)"
key <PAUS> { [ Pause ] };
modifier_map Mod3 { <PAUS> };
key <CAPS> { [ Escape ] };
};
xkb_geometry { include "pc(pc105)" };
};

View file

@ -2,17 +2,17 @@
inode/directory=org.gnome.Nautilus.desktop
image/png=org.gnome.eog.desktop
image/jpeg=org.gnome.eog.desktop
text/html=firefox.desktop
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop
x-scheme-handler/about=firefox.desktop
x-scheme-handler/unknown=firefox.desktop
text/html=librewolf.desktop
x-scheme-handler/http=librewolf.desktop
x-scheme-handler/https=librewolf.desktop
x-scheme-handler/about=librewolf.desktop
x-scheme-handler/unknown=librewolf.desktop
image/webp=org.gnome.eog.desktop
application/pdf=firefox.desktop
application/pdf=librewolf.desktop
[Added Associations]
image/png=org.gnome.eog.desktop;
application/x-executable=kitty-open.desktop;
image/jpeg=org.gnome.eog.desktop;
image/webp=org.gnome.eog.desktop;
application/pdf=firefox.desktop;
application/pdf=firefox.desktop;librewolf.desktop;

View file

@ -1,694 +0,0 @@
11:35:10.982: Platform: Wayland
11:35:10.982: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
11:35:10.982: CPU Speed: 1383.080MHz
11:35:10.982: Physical Cores: 4, Logical Cores: 8
11:35:10.982: Physical Memory: 15636MB Total, 9056MB Free
11:35:10.982: Kernel Version: Linux 6.12.4-arch1-1
11:35:10.982: Distribution: "Arch Linux" Unknown
11:35:10.982: Desktop Environment: Hyprland (Hyprland)
11:35:10.982: Session Type: wayland
11:35:10.986: Qt Version: 6.8.1 (runtime), 6.8.1 (compiled)
11:35:10.986: Portable mode: false
11:35:11.071: OBS 31.0.0-1 (linux)
11:35:11.071: ---------------------------------
11:35:11.073: ---------------------------------
11:35:11.073: audio settings reset:
11:35:11.073: samples per sec: 48000
11:35:11.073: speakers: 2
11:35:11.073: max buffering: 960 milliseconds
11:35:11.073: buffering type: dynamically increasing
11:35:11.076: ---------------------------------
11:35:11.077: Initializing OpenGL...
11:35:11.077: Using EGL/Wayland
11:35:11.130: Initialized EGL 1.5
11:35:11.154: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
11:35:11.155: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 24.3.1-arch1.3, shading language 4.60
11:35:11.452: ---------------------------------
11:35:11.452: video settings reset:
11:35:11.452: base resolution: 1920x1080
11:35:11.452: output resolution: 1920x1080
11:35:11.452: downscale filter: Bicubic
11:35:11.452: fps: 60/1
11:35:11.452: format: NV12
11:35:11.452: YUV mode: Rec. 709/Partial
11:35:11.452: NV12 texture support enabled
11:35:11.452: P010 texture support not available
11:35:11.462: Audio monitoring device:
11:35:11.462: name: Default
11:35:11.462: id: default
11:35:11.463: ---------------------------------
11:35:11.475: Failed to load 'en-US' text for module: 'decklink-captions.so'
11:35:11.491: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
11:35:11.505: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
11:35:11.505: Failed to initialize module 'decklink.so'
11:35:11.770: [pipewire] Available capture sources:
11:35:11.770: [pipewire] - Monitor source
11:35:11.770: [pipewire] - Window source
11:35:11.809: v4l2loopback not installed, virtual camera not registered
11:35:11.941: VAAPI: API version 1.22
11:35:11.941: FFmpeg VAAPI H264 encoding supported
11:35:11.944: FFmpeg VAAPI AV1 encoding not supported
11:35:11.947: FFmpeg VAAPI HEVC encoding supported
11:35:11.992: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
11:35:11.992:
11:35:11.992: NVENC not supported
11:35:11.992: Failed to initialize module 'obs-nvenc.so'
11:35:12.158: ---------------------------------
11:35:12.158: Loaded Modules:
11:35:12.158: text-freetype2.so
11:35:12.158: rtmp-services.so
11:35:12.158: obs-x264.so
11:35:12.158: obs-webrtc.so
11:35:12.158: obs-vst.so
11:35:12.158: obs-transitions.so
11:35:12.158: obs-qsv11.so
11:35:12.158: obs-outputs.so
11:35:12.158: obs-libfdk.so
11:35:12.158: obs-filters.so
11:35:12.158: obs-ffmpeg.so
11:35:12.158: linux-v4l2.so
11:35:12.158: linux-pulseaudio.so
11:35:12.158: linux-pipewire.so
11:35:12.158: linux-jack.so
11:35:12.158: linux-capture.so
11:35:12.158: linux-alsa.so
11:35:12.158: image-source.so
11:35:12.158: frontend-tools.so
11:35:12.158: decklink-output-ui.so
11:35:12.158: decklink-captions.so
11:35:12.158: ---------------------------------
11:35:12.158: ---------------------------------
11:35:12.158: Available Encoders:
11:35:12.158: Video Encoders:
11:35:12.158: - ffmpeg_svt_av1 (SVT-AV1)
11:35:12.158: - ffmpeg_aom_av1 (AOM AV1)
11:35:12.158: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
11:35:12.158: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
11:35:12.159: - obs_qsv11_v2 (QuickSync H.264)
11:35:12.159: - obs_qsv11_hevc (QuickSync HEVC)
11:35:12.159: - obs_x264 (x264)
11:35:12.159: Audio Encoders:
11:35:12.159: - ffmpeg_aac (FFmpeg AAC)
11:35:12.159: - ffmpeg_opus (FFmpeg Opus)
11:35:12.159: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
11:35:12.159: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
11:35:12.159: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
11:35:12.159: - ffmpeg_alac (FFmpeg ALAC (24-bit))
11:35:12.159: - ffmpeg_flac (FFmpeg FLAC (16-bit))
11:35:12.159: - libfdk_aac (libfdk AAC)
11:35:12.159: ==== Startup complete ===============================================
11:35:12.208: All scene data cleared
11:35:12.208: ------------------------------------------------
11:35:12.224: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:35:12.224: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:35:12.224: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor' (default)
11:35:12.225: [Loaded global audio device]: 'Desktop Audio'
11:35:12.225: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:35:12.226: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:35:12.226: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source' (default)
11:35:12.226: [Loaded global audio device]: 'Mic/Aux'
11:35:12.228: PipeWire initialized
11:35:12.230: Switched to scene 'Scene'
11:35:12.230: ------------------------------------------------
11:35:12.230: Loaded scenes:
11:35:12.230: - scene 'Scene':
11:35:12.230: - source: 'Main' (pipewire-screen-capture-source)
11:35:12.230: ------------------------------------------------
11:35:12.299: [pipewire] Screencast session created
11:35:12.887: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
11:35:12.887:
11:35:22.175: [pipewire] Asking for monitor and window
11:35:22.179: [pipewire] source selected, setting up screencast
11:35:22.190: [pipewire] Server version: 1.2.7
11:35:22.190: [pipewire] Library version: 1.2.7
11:35:22.190: [pipewire] Header version: 1.2.7
11:35:22.190: [pipewire] Created stream 0x642c9bb02900
11:35:22.190: [pipewire] Stream 0x642c9bb02900 state: "connecting" (error: none)
11:35:22.190: [pipewire] Playing stream 0x642c9bb02900
11:35:22.191: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:22.210: [pipewire] Negotiated format:
11:35:22.210: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.210: [pipewire] Modifier: 0x0
11:35:22.210: [pipewire] Size: 941x1019
11:35:22.210: [pipewire] Framerate: 0/1
11:35:22.212: [pipewire] Negotiated format:
11:35:22.212: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.212: [pipewire] Modifier: 0x100000000000008
11:35:22.212: [pipewire] Size: 941x1019
11:35:22.212: [pipewire] Framerate: 0/1
11:35:22.218: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:22.242: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
11:35:22.242: [pipewire] Renegotiating stream
11:35:22.243: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:22.243: [pipewire] Negotiated format:
11:35:22.243: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.243: [pipewire] Modifier: 0x100000000000008
11:35:22.243: [pipewire] Size: 941x1019
11:35:22.243: [pipewire] Framerate: 0/1
11:35:22.245: [pipewire] Negotiated format:
11:35:22.245: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.245: [pipewire] Modifier: 0x100000000000006
11:35:22.245: [pipewire] Size: 941x1019
11:35:22.245: [pipewire] Framerate: 0/1
11:35:22.251: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:22.258: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
11:35:22.258: [pipewire] Renegotiating stream
11:35:22.259: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:22.259: [pipewire] Negotiated format:
11:35:22.259: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.259: [pipewire] Modifier: 0x100000000000006
11:35:22.259: [pipewire] Size: 941x1019
11:35:22.259: [pipewire] Framerate: 0/1
11:35:22.260: [pipewire] Negotiated format:
11:35:22.260: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:22.260: [pipewire] Modifier: 0x100000000000002
11:35:22.260: [pipewire] Size: 941x1019
11:35:22.260: [pipewire] Framerate: 0/1
11:35:22.265: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.352: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.353: [pipewire] Negotiated format:
11:35:26.353: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.353: [pipewire] Modifier: 0x100000000000002
11:35:26.353: [pipewire] Size: 1057x1019
11:35:26.353: [pipewire] Framerate: 0/1
11:35:26.354: [pipewire] Negotiated format:
11:35:26.354: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.354: [pipewire] Modifier: 0x100000000000002
11:35:26.354: [pipewire] Size: 1057x1019
11:35:26.355: [pipewire] Framerate: 0/1
11:35:26.363: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.364: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.364: [pipewire] Negotiated format:
11:35:26.364: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.364: [pipewire] Modifier: 0x100000000000002
11:35:26.364: [pipewire] Size: 1334x1019
11:35:26.364: [pipewire] Framerate: 0/1
11:35:26.367: [pipewire] Negotiated format:
11:35:26.367: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.367: [pipewire] Modifier: 0x100000000000002
11:35:26.367: [pipewire] Size: 1334x1019
11:35:26.367: [pipewire] Framerate: 0/1
11:35:26.376: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.378: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.378: [pipewire] Negotiated format:
11:35:26.378: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.378: [pipewire] Modifier: 0x100000000000002
11:35:26.378: [pipewire] Size: 1483x1019
11:35:26.378: [pipewire] Framerate: 0/1
11:35:26.379: [pipewire] Negotiated format:
11:35:26.379: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.379: [pipewire] Modifier: 0x100000000000002
11:35:26.379: [pipewire] Size: 1483x1019
11:35:26.379: [pipewire] Framerate: 0/1
11:35:26.385: [pipewire] Negotiated format:
11:35:26.385: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.385: [pipewire] Modifier: 0x100000000000002
11:35:26.385: [pipewire] Size: 1483x1019
11:35:26.385: [pipewire] Framerate: 0/1
11:35:26.385: [pipewire] Negotiated format:
11:35:26.385: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.385: [pipewire] Modifier: 0x100000000000002
11:35:26.385: [pipewire] Size: 1483x1019
11:35:26.385: [pipewire] Framerate: 0/1
11:35:26.388: [pipewire] Negotiated format:
11:35:26.388: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.388: [pipewire] Modifier: 0x100000000000002
11:35:26.388: [pipewire] Size: 1483x1019
11:35:26.388: [pipewire] Framerate: 0/1
11:35:26.397: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.398: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.398: [pipewire] Negotiated format:
11:35:26.398: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.398: [pipewire] Modifier: 0x100000000000002
11:35:26.398: [pipewire] Size: 1576x1019
11:35:26.398: [pipewire] Framerate: 0/1
11:35:26.400: [pipewire] Negotiated format:
11:35:26.400: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.400: [pipewire] Modifier: 0x100000000000002
11:35:26.400: [pipewire] Size: 1576x1019
11:35:26.400: [pipewire] Framerate: 0/1
11:35:26.410: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.410: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.411: [pipewire] Negotiated format:
11:35:26.411: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.411: [pipewire] Modifier: 0x100000000000002
11:35:26.411: [pipewire] Size: 1637x1019
11:35:26.411: [pipewire] Framerate: 0/1
11:35:26.415: [pipewire] Negotiated format:
11:35:26.415: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.415: [pipewire] Modifier: 0x100000000000002
11:35:26.415: [pipewire] Size: 1637x1019
11:35:26.415: [pipewire] Framerate: 0/1
11:35:26.428: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.434: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.435: [pipewire] Negotiated format:
11:35:26.435: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.435: [pipewire] Modifier: 0x100000000000002
11:35:26.435: [pipewire] Size: 1685x1019
11:35:26.435: [pipewire] Framerate: 0/1
11:35:26.441: [pipewire] Negotiated format:
11:35:26.441: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.441: [pipewire] Modifier: 0x100000000000002
11:35:26.441: [pipewire] Size: 1685x1019
11:35:26.441: [pipewire] Framerate: 0/1
11:35:26.453: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.456: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.456: [pipewire] Negotiated format:
11:35:26.456: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.456: [pipewire] Modifier: 0x100000000000002
11:35:26.456: [pipewire] Size: 1723x1019
11:35:26.456: [pipewire] Framerate: 0/1
11:35:26.461: [pipewire] Negotiated format:
11:35:26.461: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.461: [pipewire] Modifier: 0x100000000000002
11:35:26.461: [pipewire] Size: 1726x1019
11:35:26.461: [pipewire] Framerate: 0/1
11:35:26.471: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.474: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.474: [pipewire] Negotiated format:
11:35:26.474: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.474: [pipewire] Modifier: 0x100000000000002
11:35:26.474: [pipewire] Size: 1768x1019
11:35:26.474: [pipewire] Framerate: 0/1
11:35:26.490: [pipewire] Negotiated format:
11:35:26.490: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.490: [pipewire] Modifier: 0x100000000000002
11:35:26.490: [pipewire] Size: 1768x1019
11:35:26.490: [pipewire] Framerate: 0/1
11:35:26.502: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.503: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.503: [pipewire] Negotiated format:
11:35:26.503: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.503: [pipewire] Modifier: 0x100000000000002
11:35:26.503: [pipewire] Size: 1806x1019
11:35:26.503: [pipewire] Framerate: 0/1
11:35:26.505: [pipewire] Negotiated format:
11:35:26.505: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.505: [pipewire] Modifier: 0x100000000000002
11:35:26.505: [pipewire] Size: 1806x1019
11:35:26.506: [pipewire] Framerate: 0/1
11:35:26.515: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.516: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.516: [pipewire] Negotiated format:
11:35:26.516: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.516: [pipewire] Modifier: 0x100000000000002
11:35:26.516: [pipewire] Size: 1811x1019
11:35:26.516: [pipewire] Framerate: 0/1
11:35:26.519: [pipewire] Negotiated format:
11:35:26.519: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.519: [pipewire] Modifier: 0x100000000000002
11:35:26.519: [pipewire] Size: 1811x1019
11:35:26.519: [pipewire] Framerate: 0/1
11:35:26.534: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.544: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.544: [pipewire] Negotiated format:
11:35:26.544: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.544: [pipewire] Modifier: 0x100000000000002
11:35:26.544: [pipewire] Size: 1828x1019
11:35:26.544: [pipewire] Framerate: 0/1
11:35:26.546: [pipewire] Negotiated format:
11:35:26.546: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.546: [pipewire] Modifier: 0x100000000000002
11:35:26.546: [pipewire] Size: 1828x1019
11:35:26.546: [pipewire] Framerate: 0/1
11:35:26.549: [pipewire] Negotiated format:
11:35:26.549: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.549: [pipewire] Modifier: 0x100000000000002
11:35:26.549: [pipewire] Size: 1840x1019
11:35:26.549: [pipewire] Framerate: 0/1
11:35:26.550: [pipewire] Negotiated format:
11:35:26.550: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.550: [pipewire] Modifier: 0x100000000000002
11:35:26.550: [pipewire] Size: 1840x1019
11:35:26.550: [pipewire] Framerate: 0/1
11:35:26.559: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.584: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.584: [pipewire] Negotiated format:
11:35:26.584: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.584: [pipewire] Modifier: 0x100000000000002
11:35:26.584: [pipewire] Size: 1858x1019
11:35:26.584: [pipewire] Framerate: 0/1
11:35:26.587: [pipewire] Negotiated format:
11:35:26.587: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.587: [pipewire] Modifier: 0x100000000000002
11:35:26.587: [pipewire] Size: 1858x1019
11:35:26.587: [pipewire] Framerate: 0/1
11:35:26.596: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.597: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.597: [pipewire] Negotiated format:
11:35:26.597: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.597: [pipewire] Modifier: 0x100000000000002
11:35:26.597: [pipewire] Size: 1864x1019
11:35:26.597: [pipewire] Framerate: 0/1
11:35:26.600: [pipewire] Negotiated format:
11:35:26.600: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.600: [pipewire] Modifier: 0x100000000000002
11:35:26.600: [pipewire] Size: 1864x1019
11:35:26.600: [pipewire] Framerate: 0/1
11:35:26.610: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.611: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.611: [pipewire] Negotiated format:
11:35:26.611: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.611: [pipewire] Modifier: 0x100000000000002
11:35:26.611: [pipewire] Size: 1871x1019
11:35:26.611: [pipewire] Framerate: 0/1
11:35:26.615: [pipewire] Negotiated format:
11:35:26.615: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.615: [pipewire] Modifier: 0x100000000000002
11:35:26.615: [pipewire] Size: 1871x1019
11:35:26.615: [pipewire] Framerate: 0/1
11:35:26.626: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.627: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.627: [pipewire] Negotiated format:
11:35:26.627: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.627: [pipewire] Modifier: 0x100000000000002
11:35:26.627: [pipewire] Size: 1877x1019
11:35:26.627: [pipewire] Framerate: 0/1
11:35:26.630: [pipewire] Negotiated format:
11:35:26.631: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.631: [pipewire] Modifier: 0x100000000000002
11:35:26.631: [pipewire] Size: 1877x1019
11:35:26.631: [pipewire] Framerate: 0/1
11:35:26.649: [pipewire] Negotiated format:
11:35:26.649: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.649: [pipewire] Modifier: 0x100000000000002
11:35:26.649: [pipewire] Size: 1877x1019
11:35:26.649: [pipewire] Framerate: 0/1
11:35:26.649: [pipewire] Negotiated format:
11:35:26.649: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.649: [pipewire] Modifier: 0x100000000000002
11:35:26.649: [pipewire] Size: 1877x1019
11:35:26.649: [pipewire] Framerate: 0/1
11:35:26.664: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.673: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.673: [pipewire] Negotiated format:
11:35:26.673: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.673: [pipewire] Modifier: 0x100000000000002
11:35:26.673: [pipewire] Size: 1886x1019
11:35:26.673: [pipewire] Framerate: 0/1
11:35:26.680: [pipewire] Negotiated format:
11:35:26.680: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.680: [pipewire] Modifier: 0x100000000000002
11:35:26.680: [pipewire] Size: 1886x1019
11:35:26.680: [pipewire] Framerate: 0/1
11:35:26.692: [pipewire] Negotiated format:
11:35:26.692: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.692: [pipewire] Modifier: 0x100000000000002
11:35:26.692: [pipewire] Size: 1890x1019
11:35:26.692: [pipewire] Framerate: 0/1
11:35:26.696: [pipewire] Negotiated format:
11:35:26.696: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.696: [pipewire] Modifier: 0x100000000000002
11:35:26.696: [pipewire] Size: 1890x1019
11:35:26.696: [pipewire] Framerate: 0/1
11:35:26.708: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.710: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.710: [pipewire] Negotiated format:
11:35:26.710: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.710: [pipewire] Modifier: 0x100000000000002
11:35:26.710: [pipewire] Size: 1895x1019
11:35:26.710: [pipewire] Framerate: 0/1
11:35:26.713: [pipewire] Negotiated format:
11:35:26.713: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.713: [pipewire] Modifier: 0x100000000000002
11:35:26.713: [pipewire] Size: 1895x1019
11:35:26.713: [pipewire] Framerate: 0/1
11:35:26.722: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.723: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.723: [pipewire] Negotiated format:
11:35:26.723: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.723: [pipewire] Modifier: 0x100000000000002
11:35:26.723: [pipewire] Size: 1897x1019
11:35:26.723: [pipewire] Framerate: 0/1
11:35:26.726: [pipewire] Negotiated format:
11:35:26.726: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.726: [pipewire] Modifier: 0x100000000000002
11:35:26.726: [pipewire] Size: 1897x1019
11:35:26.726: [pipewire] Framerate: 0/1
11:35:26.734: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.748: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.748: [pipewire] Negotiated format:
11:35:26.748: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.748: [pipewire] Modifier: 0x100000000000002
11:35:26.748: [pipewire] Size: 1899x1019
11:35:26.748: [pipewire] Framerate: 0/1
11:35:26.750: [pipewire] Negotiated format:
11:35:26.750: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.750: [pipewire] Modifier: 0x100000000000002
11:35:26.750: [pipewire] Size: 1899x1019
11:35:26.750: [pipewire] Framerate: 0/1
11:35:26.758: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.759: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.759: [pipewire] Negotiated format:
11:35:26.759: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.759: [pipewire] Modifier: 0x100000000000002
11:35:26.759: [pipewire] Size: 1900x1019
11:35:26.759: [pipewire] Framerate: 0/1
11:35:26.762: [pipewire] Negotiated format:
11:35:26.762: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.762: [pipewire] Modifier: 0x100000000000002
11:35:26.762: [pipewire] Size: 1900x1019
11:35:26.762: [pipewire] Framerate: 0/1
11:35:26.770: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.781: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.782: [pipewire] Negotiated format:
11:35:26.782: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.782: [pipewire] Modifier: 0x100000000000002
11:35:26.782: [pipewire] Size: 1901x1019
11:35:26.782: [pipewire] Framerate: 0/1
11:35:26.784: [pipewire] Negotiated format:
11:35:26.784: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.784: [pipewire] Modifier: 0x100000000000002
11:35:26.784: [pipewire] Size: 1901x1019
11:35:26.784: [pipewire] Framerate: 0/1
11:35:26.792: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.792: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.792: [pipewire] Negotiated format:
11:35:26.792: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.792: [pipewire] Modifier: 0x100000000000002
11:35:26.792: [pipewire] Size: 1902x1019
11:35:26.792: [pipewire] Framerate: 0/1
11:35:26.795: [pipewire] Negotiated format:
11:35:26.795: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.795: [pipewire] Modifier: 0x100000000000002
11:35:26.795: [pipewire] Size: 1902x1019
11:35:26.795: [pipewire] Framerate: 0/1
11:35:26.802: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.815: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.815: [pipewire] Negotiated format:
11:35:26.815: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.815: [pipewire] Modifier: 0x100000000000002
11:35:26.815: [pipewire] Size: 1903x1019
11:35:26.815: [pipewire] Framerate: 0/1
11:35:26.818: [pipewire] Negotiated format:
11:35:26.818: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.818: [pipewire] Modifier: 0x100000000000002
11:35:26.818: [pipewire] Size: 1903x1019
11:35:26.818: [pipewire] Framerate: 0/1
11:35:26.825: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.848: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.848: [pipewire] Negotiated format:
11:35:26.848: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.848: [pipewire] Modifier: 0x100000000000002
11:35:26.848: [pipewire] Size: 1904x1019
11:35:26.848: [pipewire] Framerate: 0/1
11:35:26.851: [pipewire] Negotiated format:
11:35:26.851: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.851: [pipewire] Modifier: 0x100000000000002
11:35:26.851: [pipewire] Size: 1904x1019
11:35:26.851: [pipewire] Framerate: 0/1
11:35:26.859: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.881: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.881: [pipewire] Negotiated format:
11:35:26.881: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.881: [pipewire] Modifier: 0x100000000000002
11:35:26.881: [pipewire] Size: 1903x1019
11:35:26.881: [pipewire] Framerate: 0/1
11:35:26.883: [pipewire] Negotiated format:
11:35:26.883: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.884: [pipewire] Modifier: 0x100000000000002
11:35:26.884: [pipewire] Size: 1903x1019
11:35:26.884: [pipewire] Framerate: 0/1
11:35:26.891: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.931: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.931: [pipewire] Negotiated format:
11:35:26.931: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.931: [pipewire] Modifier: 0x100000000000002
11:35:26.931: [pipewire] Size: 1902x1019
11:35:26.931: [pipewire] Framerate: 0/1
11:35:26.934: [pipewire] Negotiated format:
11:35:26.934: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.934: [pipewire] Modifier: 0x100000000000002
11:35:26.934: [pipewire] Size: 1902x1019
11:35:26.934: [pipewire] Framerate: 0/1
11:35:26.942: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.942: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.942: [pipewire] Negotiated format:
11:35:26.942: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.942: [pipewire] Modifier: 0x100000000000002
11:35:26.942: [pipewire] Size: 1901x1019
11:35:26.942: [pipewire] Framerate: 0/1
11:35:26.945: [pipewire] Negotiated format:
11:35:26.945: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.945: [pipewire] Modifier: 0x100000000000002
11:35:26.945: [pipewire] Size: 1901x1019
11:35:26.945: [pipewire] Framerate: 0/1
11:35:26.952: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.981: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.982: [pipewire] Negotiated format:
11:35:26.982: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.982: [pipewire] Modifier: 0x100000000000002
11:35:26.982: [pipewire] Size: 1900x1019
11:35:26.982: [pipewire] Framerate: 0/1
11:35:26.984: [pipewire] Negotiated format:
11:35:26.984: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.984: [pipewire] Modifier: 0x100000000000002
11:35:26.984: [pipewire] Size: 1900x1019
11:35:26.984: [pipewire] Framerate: 0/1
11:35:26.992: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:26.992: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:26.992: [pipewire] Negotiated format:
11:35:26.992: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.992: [pipewire] Modifier: 0x100000000000002
11:35:26.992: [pipewire] Size: 1899x1019
11:35:26.992: [pipewire] Framerate: 0/1
11:35:26.995: [pipewire] Negotiated format:
11:35:26.995: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:26.995: [pipewire] Modifier: 0x100000000000002
11:35:26.995: [pipewire] Size: 1899x1019
11:35:26.995: [pipewire] Framerate: 0/1
11:35:27.003: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:27.015: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:27.015: [pipewire] Negotiated format:
11:35:27.015: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:27.015: [pipewire] Modifier: 0x100000000000002
11:35:27.015: [pipewire] Size: 1898x1019
11:35:27.015: [pipewire] Framerate: 0/1
11:35:27.017: [pipewire] Negotiated format:
11:35:27.017: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:27.017: [pipewire] Modifier: 0x100000000000002
11:35:27.017: [pipewire] Size: 1898x1019
11:35:27.017: [pipewire] Framerate: 0/1
11:35:27.025: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:27.025: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:35:27.025: [pipewire] Negotiated format:
11:35:27.025: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:27.025: [pipewire] Modifier: 0x100000000000002
11:35:27.025: [pipewire] Size: 1896x1019
11:35:27.025: [pipewire] Framerate: 0/1
11:35:27.027: [pipewire] Negotiated format:
11:35:27.027: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:35:27.027: [pipewire] Modifier: 0x100000000000002
11:35:27.027: [pipewire] Size: 1896x1019
11:35:27.027: [pipewire] Framerate: 0/1
11:35:27.035: [pipewire] Stream 0x642c9bb02900 state: "streaming" (error: none)
11:35:32.431: ---------------------------------
11:35:32.431: [x264 encoder: 'simple_video_recording'] preset: veryfast
11:35:32.431: [x264 encoder: 'simple_video_recording'] profile: high
11:35:32.432: [x264 encoder: 'simple_video_recording'] settings:
11:35:32.432: rate_control: CRF
11:35:32.432: bitrate: 0
11:35:32.432: buffer size: 0
11:35:32.432: crf: 23
11:35:32.432: fps_num: 60
11:35:32.432: fps_den: 1
11:35:32.432: width: 1920
11:35:32.432: height: 1080
11:35:32.432: keyint: 250
11:35:32.432:
11:35:32.451: libfdk_aac encoder created
11:35:32.451: libfdk_aac bitrate: 192, channels: 2
11:35:32.454: ==== Recording Start ===============================================
11:35:32.454: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/rafayahmad/Videos/OBS/2024-12-27 11-35-32.mp4'...
11:35:32.458: 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
11:35:54.233: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/rafayahmad/Videos/OBS/2024-12-27 11-35-32.mp4' stopped
11:35:54.233: Output 'simple_file_output': stopping
11:35:54.233: Output 'simple_file_output': Total frames output: 1278
11:35:54.233: Output 'simple_file_output': Total drawn frames: 1307
11:35:54.233: ==== Recording Stop ================================================
11:35:54.248: libfdk_aac encoder destroyed
11:36:08.948: ==== Shutting down ==================================================
11:36:08.953: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor'
11:36:08.953: pulse-input: Got 2264 packets with 2716800 frames
11:36:08.953: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source'
11:36:08.954: pulse-input: Got 2263 packets with 2715600 frames
11:36:08.954: [pipewire] Stream 0x642c9bb02900 state: "paused" (error: none)
11:36:08.955: [pipewire] Stream 0x642c9bb02900 state: "unconnected" (error: none)
11:36:08.998: All scene data cleared
11:36:08.998: ------------------------------------------------
11:36:09.048: [Scripting] Total detached callbacks: 0
11:36:09.048: Freeing OBS context data
11:36:09.076: == Profiler Results =============================
11:36:09.076: run_program_init: 1425.56 ms
11:36:09.076: ┣OBSApp::AppInit: 36.872 ms
11:36:09.076: ┃ ┗OBSApp::InitLocale: 5.004 ms
11:36:09.076: ┗OBSApp::OBSInit: 1298.91 ms
11:36:09.076: ┣obs_startup: 4.241 ms
11:36:09.076: ┗OBSBasic::OBSInit: 1209.65 ms
11:36:09.076: ┣OBSBasic::InitBasicConfig: 1.795 ms
11:36:09.076: ┣OBSBasic::ResetAudio: 0.363 ms
11:36:09.076: ┣OBSBasic::ResetVideo: 388.685 ms
11:36:09.076: ┃ ┗obs_init_graphics: 378.663 ms
11:36:09.076: ┃ ┗shader compilation: 296.67 ms
11:36:09.076: ┣OBSBasic::InitOBSCallbacks: 0.006 ms
11:36:09.076: ┣OBSBasic::InitHotkeys: 0.042 ms
11:36:09.076: ┣obs_load_all_modules2: 695.197 ms
11:36:09.076: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
11:36:09.076: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
11:36:09.076: ┃ ┣obs_init_module(decklink.so): 0.195 ms
11:36:09.076: ┃ ┣obs_init_module(frontend-tools.so): 144.247 ms
11:36:09.076: ┃ ┣obs_init_module(image-source.so): 0.016 ms
11:36:09.076: ┃ ┣obs_init_module(linux-alsa.so): 0.004 ms
11:36:09.076: ┃ ┣obs_init_module(linux-capture.so): 0.001 ms
11:36:09.076: ┃ ┣obs_init_module(linux-jack.so): 0.01 ms
11:36:09.076: ┃ ┣obs_init_module(linux-pipewire.so): 22.869 ms
11:36:09.076: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.018 ms
11:36:09.076: ┃ ┣obs_init_module(linux-v4l2.so): 4.653 ms
11:36:09.076: ┃ ┣obs_init_module(obs-ffmpeg.so): 14.418 ms
11:36:09.076: ┃ ┣obs_init_module(obs-filters.so): 0.045 ms
11:36:09.076: ┃ ┣obs_init_module(obs-libfdk.so): 0.003 ms
11:36:09.076: ┃ ┣obs_init_module(obs-nvenc.so): 0.185 ms
11:36:09.076: ┃ ┃ ┗nvenc_check: 0.17 ms
11:36:09.076: ┃ ┣obs_init_module(obs-outputs.so): 0.007 ms
11:36:09.076: ┃ ┣obs_init_module(obs-qsv11.so): 7.966 ms
11:36:09.076: ┃ ┣obs_init_module(obs-transitions.so): 0.012 ms
11:36:09.076: ┃ ┣obs_init_module(obs-vst.so): 0.007 ms
11:36:09.076: ┃ ┣obs_init_module(obs-webrtc.so): 0.007 ms
11:36:09.076: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
11:36:09.076: ┃ ┣obs_init_module(rtmp-services.so): 2.573 ms
11:36:09.076: ┃ ┗obs_init_module(text-freetype2.so): 0.024 ms
11:36:09.076: ┣OBSBasic::InitService: 4.138 ms
11:36:09.076: ┣OBSBasic::ResetOutputs: 0.402 ms
11:36:09.076: ┣OBSBasic::CreateHotkeys: 0.032 ms
11:36:09.076: ┣OBSBasic::InitPrimitives: 0.142 ms
11:36:09.076: ┗OBSBasic::Load: 68.862 ms
11:36:09.076: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.002 ms, 99th percentile=0.001 ms, 100% below 25 ms
11:36:09.076: audio_thread(Audio): min=0.013 ms, median=0.097 ms, max=23.472 ms, 99th percentile=2.426 ms
11:36:09.076: ┗receive_audio: min=0.003 ms, median=0.169 ms, max=23.379 ms, 99th percentile=0.336 ms, 0.375782 calls per parent call
11:36:09.076: ┣buffer_audio: min=0.001 ms, median=0.001 ms, max=0.016 ms, 99th percentile=0.005 ms
11:36:09.076: ┗do_encode: min=0.117 ms, median=0.165 ms, max=23.374 ms, 99th percentile=0.324 ms
11:36:09.076: ┣encode(simple_aac_recording0): min=0.11 ms, median=0.153 ms, max=2.733 ms, 99th percentile=0.297 ms
11:36:09.076: ┗send_packet: min=0.002 ms, median=0.008 ms, max=23.237 ms, 99th percentile=0.029 ms
11:36:09.076: obs_graphics_thread(16.6667 ms): min=0.138 ms, median=0.719 ms, max=70.96 ms, 99th percentile=9.959 ms, 99.6231% below 16.667 ms
11:36:09.076: ┣tick_sources: min=0 ms, median=0.011 ms, max=41.214 ms, 99th percentile=0.026 ms
11:36:09.076: ┣output_frame: min=0.1 ms, median=0.345 ms, max=25.779 ms, 99th percentile=7.348 ms
11:36:09.076: ┃ ┣gs_context(video->graphics): min=0.1 ms, median=0.336 ms, max=25.22 ms, 99th percentile=6.927 ms
11:36:09.076: ┃ ┃ ┣render_video: min=0.025 ms, median=0.136 ms, max=21.246 ms, 99th percentile=0.383 ms
11:36:09.076: ┃ ┃ ┃ ┣render_main_texture: min=0.019 ms, median=0.108 ms, max=1.123 ms, 99th percentile=0.25 ms
11:36:09.076: ┃ ┃ ┃ ┣render_convert_texture: min=0.033 ms, median=0.045 ms, max=20.052 ms, 99th percentile=0.119 ms, 0.37895 calls per parent call
11:36:09.076: ┃ ┃ ┃ ┗stage_output_texture: min=0.021 ms, median=0.027 ms, max=1.068 ms, 99th percentile=0.066 ms, 0.37895 calls per parent call
11:36:09.076: ┃ ┃ ┣gs_flush: min=0.054 ms, median=0.143 ms, max=4.408 ms, 99th percentile=0.376 ms
11:36:09.076: ┃ ┃ ┗download_frame: min=0 ms, median=0.098 ms, max=24.634 ms, 99th percentile=9.278 ms, 0.37895 calls per parent call
11:36:09.076: ┃ ┗output_video_data: min=0.33 ms, median=0.502 ms, max=4.076 ms, 99th percentile=1.751 ms, 0.37866 calls per parent call
11:36:09.076: ┗render_displays: min=0.003 ms, median=0.27 ms, max=70.766 ms, 99th percentile=5.384 ms
11:36:09.076: video_thread(video): min=0.001 ms, median=2.493 ms, max=19.978 ms, 99th percentile=6.886 ms
11:36:09.076: ┗receive_video: min=1.932 ms, median=2.491 ms, max=19.975 ms, 99th percentile=6.882 ms
11:36:09.076: ┗do_encode: min=1.931 ms, median=2.489 ms, max=19.974 ms, 99th percentile=6.881 ms
11:36:09.076: ┣encode(simple_video_recording): min=1.917 ms, median=2.469 ms, max=19.96 ms, 99th percentile=6.339 ms
11:36:09.076: ┗send_packet: min=0.004 ms, median=0.009 ms, max=9.453 ms, 99th percentile=0.034 ms
11:36:09.076: =================================================
11:36:09.077: == Profiler Time Between Calls ==================
11:36:09.077: obs_hotkey_thread(25 ms): min=25.038 ms, median=25.088 ms, max=33.644 ms, 98.5708% within ±2% of 25 ms (0% lower, 1.42919% higher)
11:36:09.077: obs_graphics_thread(16.6667 ms): min=2.501 ms, median=16.667 ms, max=70.968 ms, 96.8968% within ±2% of 16.667 ms (1.53712% lower, 1.56613% higher)
11:36:09.077: =================================================
11:36:09.097: Number of memory leaks: 0

View file

@ -1,189 +0,0 @@
11:36:10.889: Platform: Wayland
11:36:10.889: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
11:36:10.889: CPU Speed: 1801.115MHz
11:36:10.889: Physical Cores: 4, Logical Cores: 8
11:36:10.889: Physical Memory: 15636MB Total, 9360MB Free
11:36:10.889: Kernel Version: Linux 6.12.4-arch1-1
11:36:10.889: Distribution: "Arch Linux" Unknown
11:36:10.889: Desktop Environment: Hyprland (Hyprland)
11:36:10.889: Session Type: wayland
11:36:10.893: Qt Version: 6.8.1 (runtime), 6.8.1 (compiled)
11:36:10.893: Portable mode: false
11:36:10.939: OBS 31.0.0-1 (linux)
11:36:10.939: ---------------------------------
11:36:10.941: ---------------------------------
11:36:10.941: audio settings reset:
11:36:10.941: samples per sec: 48000
11:36:10.941: speakers: 2
11:36:10.941: max buffering: 960 milliseconds
11:36:10.941: buffering type: dynamically increasing
11:36:10.943: ---------------------------------
11:36:10.943: Initializing OpenGL...
11:36:10.943: Using EGL/Wayland
11:36:10.997: Initialized EGL 1.5
11:36:11.020: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
11:36:11.020: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 24.3.1-arch1.3, shading language 4.60
11:36:11.076: ---------------------------------
11:36:11.076: video settings reset:
11:36:11.076: base resolution: 1920x1080
11:36:11.076: output resolution: 1920x1080
11:36:11.076: downscale filter: Bicubic
11:36:11.076: fps: 60/1
11:36:11.076: format: NV12
11:36:11.076: YUV mode: Rec. 709/Partial
11:36:11.076: NV12 texture support enabled
11:36:11.076: P010 texture support not available
11:36:11.084: Audio monitoring device:
11:36:11.084: name: Default
11:36:11.084: id: default
11:36:11.085: ---------------------------------
11:36:11.095: Failed to load 'en-US' text for module: 'decklink-captions.so'
11:36:11.105: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
11:36:11.114: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
11:36:11.114: Failed to initialize module 'decklink.so'
11:36:11.341: [pipewire] Available capture sources:
11:36:11.341: [pipewire] - Monitor source
11:36:11.341: [pipewire] - Window source
11:36:11.372: v4l2loopback not installed, virtual camera not registered
11:36:11.456: VAAPI: API version 1.22
11:36:11.457: FFmpeg VAAPI H264 encoding supported
11:36:11.460: FFmpeg VAAPI AV1 encoding not supported
11:36:11.462: FFmpeg VAAPI HEVC encoding supported
11:36:11.498: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
11:36:11.498:
11:36:11.498: NVENC not supported
11:36:11.498: Failed to initialize module 'obs-nvenc.so'
11:36:11.645: ---------------------------------
11:36:11.645: Loaded Modules:
11:36:11.645: text-freetype2.so
11:36:11.645: rtmp-services.so
11:36:11.645: obs-x264.so
11:36:11.645: obs-webrtc.so
11:36:11.645: obs-vst.so
11:36:11.645: obs-transitions.so
11:36:11.645: obs-qsv11.so
11:36:11.645: obs-outputs.so
11:36:11.645: obs-libfdk.so
11:36:11.645: obs-filters.so
11:36:11.645: obs-ffmpeg.so
11:36:11.645: linux-v4l2.so
11:36:11.645: linux-pulseaudio.so
11:36:11.645: linux-pipewire.so
11:36:11.645: linux-jack.so
11:36:11.645: linux-capture.so
11:36:11.645: linux-alsa.so
11:36:11.645: image-source.so
11:36:11.645: frontend-tools.so
11:36:11.645: decklink-output-ui.so
11:36:11.645: decklink-captions.so
11:36:11.645: ---------------------------------
11:36:11.645: ---------------------------------
11:36:11.645: Available Encoders:
11:36:11.645: Video Encoders:
11:36:11.645: - ffmpeg_svt_av1 (SVT-AV1)
11:36:11.645: - ffmpeg_aom_av1 (AOM AV1)
11:36:11.645: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
11:36:11.645: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
11:36:11.645: - obs_qsv11_v2 (QuickSync H.264)
11:36:11.645: - obs_qsv11_hevc (QuickSync HEVC)
11:36:11.645: - obs_x264 (x264)
11:36:11.645: Audio Encoders:
11:36:11.645: - ffmpeg_aac (FFmpeg AAC)
11:36:11.645: - ffmpeg_opus (FFmpeg Opus)
11:36:11.645: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
11:36:11.645: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
11:36:11.645: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
11:36:11.645: - ffmpeg_alac (FFmpeg ALAC (24-bit))
11:36:11.645: - ffmpeg_flac (FFmpeg FLAC (16-bit))
11:36:11.645: - libfdk_aac (libfdk AAC)
11:36:11.645: ==== Startup complete ===============================================
11:36:11.692: All scene data cleared
11:36:11.692: ------------------------------------------------
11:36:11.698: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:36:11.698: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:36:11.698: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor' (default)
11:36:11.699: [Loaded global audio device]: 'Desktop Audio'
11:36:11.699: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:36:11.700: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:36:11.700: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source' (default)
11:36:11.700: [Loaded global audio device]: 'Mic/Aux'
11:36:11.700: PipeWire initialized
11:36:11.702: Switched to scene 'Scene'
11:36:11.702: ------------------------------------------------
11:36:11.702: Loaded scenes:
11:36:11.702: - scene 'Scene':
11:36:11.703: - source: 'Main' (pipewire-screen-capture-source)
11:36:11.703: ------------------------------------------------
11:36:11.757: [pipewire] Screencast session created
11:36:12.285: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
11:36:12.285:
11:36:30.330: [pipewire] Failed to select source, denied or cancelled by user
11:36:30.731: ==== Shutting down ==================================================
11:36:30.735: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor'
11:36:30.735: pulse-input: Got 760 packets with 912000 frames
11:36:30.736: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source'
11:36:30.736: pulse-input: Got 759 packets with 910800 frames
11:36:30.765: All scene data cleared
11:36:30.765: ------------------------------------------------
11:36:30.835: [Scripting] Total detached callbacks: 0
11:36:30.836: Freeing OBS context data
11:36:30.852: == Profiler Results =============================
11:36:30.852: run_program_init: 925.286 ms
11:36:30.852: ┣OBSApp::AppInit: 22.682 ms
11:36:30.852: ┃ ┗OBSApp::InitLocale: 1.348 ms
11:36:30.852: ┗OBSApp::OBSInit: 859.527 ms
11:36:30.852: ┣obs_startup: 3.869 ms
11:36:30.852: ┗OBSBasic::OBSInit: 808.488 ms
11:36:30.852: ┣OBSBasic::InitBasicConfig: 0.959 ms
11:36:30.852: ┣OBSBasic::ResetAudio: 0.354 ms
11:36:30.852: ┣OBSBasic::ResetVideo: 143.272 ms
11:36:30.852: ┃ ┗obs_init_graphics: 134.699 ms
11:36:30.852: ┃ ┗shader compilation: 54.797 ms
11:36:30.852: ┣OBSBasic::InitOBSCallbacks: 0.007 ms
11:36:30.852: ┣OBSBasic::InitHotkeys: 0.037 ms
11:36:30.852: ┣obs_load_all_modules2: 559.968 ms
11:36:30.852: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
11:36:30.852: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
11:36:30.852: ┃ ┣obs_init_module(decklink.so): 0.139 ms
11:36:30.852: ┃ ┣obs_init_module(frontend-tools.so): 126.059 ms
11:36:30.852: ┃ ┣obs_init_module(image-source.so): 0.015 ms
11:36:30.852: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
11:36:30.852: ┃ ┣obs_init_module(linux-capture.so): 0 ms
11:36:30.852: ┃ ┣obs_init_module(linux-jack.so): 0.014 ms
11:36:30.852: ┃ ┣obs_init_module(linux-pipewire.so): 22.958 ms
11:36:30.852: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.019 ms
11:36:30.852: ┃ ┣obs_init_module(linux-v4l2.so): 4.672 ms
11:36:30.852: ┃ ┣obs_init_module(obs-ffmpeg.so): 11.685 ms
11:36:30.852: ┃ ┣obs_init_module(obs-filters.so): 0.052 ms
11:36:30.852: ┃ ┣obs_init_module(obs-libfdk.so): 0.003 ms
11:36:30.852: ┃ ┣obs_init_module(obs-nvenc.so): 0.142 ms
11:36:30.852: ┃ ┃ ┗nvenc_check: 0.127 ms
11:36:30.852: ┃ ┣obs_init_module(obs-outputs.so): 0.009 ms
11:36:30.852: ┃ ┣obs_init_module(obs-qsv11.so): 6.708 ms
11:36:30.852: ┃ ┣obs_init_module(obs-transitions.so): 0.015 ms
11:36:30.852: ┃ ┣obs_init_module(obs-vst.so): 0.006 ms
11:36:30.852: ┃ ┣obs_init_module(obs-webrtc.so): 0.005 ms
11:36:30.852: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
11:36:30.852: ┃ ┣obs_init_module(rtmp-services.so): 1.015 ms
11:36:30.852: ┃ ┗obs_init_module(text-freetype2.so): 0.019 ms
11:36:30.852: ┣OBSBasic::InitService: 2.266 ms
11:36:30.852: ┣OBSBasic::ResetOutputs: 0.372 ms
11:36:30.852: ┣OBSBasic::CreateHotkeys: 0.038 ms
11:36:30.852: ┣OBSBasic::InitPrimitives: 0.163 ms
11:36:30.852: ┗OBSBasic::Load: 54.857 ms
11:36:30.852: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.004 ms, 99th percentile=0.001 ms, 100% below 25 ms
11:36:30.852: audio_thread(Audio): min=0.014 ms, median=0.078 ms, max=3.385 ms, 99th percentile=0.264 ms
11:36:30.852: obs_graphics_thread(16.6667 ms): min=0.122 ms, median=0.423 ms, max=14.208 ms, 99th percentile=3.123 ms, 100% below 16.667 ms
11:36:30.852: ┣tick_sources: min=0.001 ms, median=0.011 ms, max=0.044 ms, 99th percentile=0.019 ms
11:36:30.852: ┣output_frame: min=0.087 ms, median=0.138 ms, max=3.022 ms, 99th percentile=0.242 ms
11:36:30.852: ┃ ┗gs_context(video->graphics): min=0.087 ms, median=0.137 ms, max=3.021 ms, 99th percentile=0.241 ms
11:36:30.852: ┃ ┣render_video: min=0.026 ms, median=0.049 ms, max=0.118 ms, 99th percentile=0.079 ms
11:36:30.852: ┃ ┃ ┗render_main_texture: min=0.02 ms, median=0.043 ms, max=0.112 ms, 99th percentile=0.068 ms
11:36:30.852: ┃ ┗gs_flush: min=0.046 ms, median=0.082 ms, max=2.933 ms, 99th percentile=0.16 ms
11:36:30.852: ┗render_displays: min=0.003 ms, median=0.236 ms, max=13.988 ms, 99th percentile=1.27 ms
11:36:30.852: =================================================
11:36:30.852: == Profiler Time Between Calls ==================
11:36:30.852: obs_hotkey_thread(25 ms): min=25.024 ms, median=25.089 ms, max=29.04 ms, 98.4848% within ±2% of 25 ms (0% lower, 1.51515% higher)
11:36:30.852: obs_graphics_thread(16.6667 ms): min=12.066 ms, median=16.667 ms, max=21.254 ms, 97.4641% within ±2% of 16.667 ms (1.26796% lower, 1.26796% higher)
11:36:30.852: =================================================
11:36:30.856: Number of memory leaks: 0

View file

@ -1,278 +0,0 @@
11:36:32.250: Platform: Wayland
11:36:32.251: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
11:36:32.251: CPU Speed: 1832.597MHz
11:36:32.251: Physical Cores: 4, Logical Cores: 8
11:36:32.251: Physical Memory: 15636MB Total, 8898MB Free
11:36:32.251: Kernel Version: Linux 6.12.4-arch1-1
11:36:32.251: Distribution: "Arch Linux" Unknown
11:36:32.251: Desktop Environment: Hyprland (Hyprland)
11:36:32.251: Session Type: wayland
11:36:32.254: Qt Version: 6.8.1 (runtime), 6.8.1 (compiled)
11:36:32.254: Portable mode: false
11:36:32.302: OBS 31.0.0-1 (linux)
11:36:32.302: ---------------------------------
11:36:32.303: ---------------------------------
11:36:32.303: audio settings reset:
11:36:32.303: samples per sec: 48000
11:36:32.303: speakers: 2
11:36:32.303: max buffering: 960 milliseconds
11:36:32.303: buffering type: dynamically increasing
11:36:32.305: ---------------------------------
11:36:32.305: Initializing OpenGL...
11:36:32.306: Using EGL/Wayland
11:36:32.359: Initialized EGL 1.5
11:36:32.383: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
11:36:32.383: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 24.3.1-arch1.3, shading language 4.60
11:36:32.439: ---------------------------------
11:36:32.439: video settings reset:
11:36:32.439: base resolution: 1920x1080
11:36:32.439: output resolution: 1920x1080
11:36:32.439: downscale filter: Bicubic
11:36:32.439: fps: 60/1
11:36:32.439: format: NV12
11:36:32.439: YUV mode: Rec. 709/Partial
11:36:32.439: NV12 texture support enabled
11:36:32.439: P010 texture support not available
11:36:32.448: Audio monitoring device:
11:36:32.448: name: Default
11:36:32.448: id: default
11:36:32.449: ---------------------------------
11:36:32.459: Failed to load 'en-US' text for module: 'decklink-captions.so'
11:36:32.469: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
11:36:32.479: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
11:36:32.479: Failed to initialize module 'decklink.so'
11:36:32.709: [pipewire] Available capture sources:
11:36:32.709: [pipewire] - Monitor source
11:36:32.709: [pipewire] - Window source
11:36:32.738: v4l2loopback not installed, virtual camera not registered
11:36:32.827: VAAPI: API version 1.22
11:36:32.828: FFmpeg VAAPI H264 encoding supported
11:36:32.831: FFmpeg VAAPI AV1 encoding not supported
11:36:32.833: FFmpeg VAAPI HEVC encoding supported
11:36:32.871: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
11:36:32.871:
11:36:32.871: NVENC not supported
11:36:32.871: Failed to initialize module 'obs-nvenc.so'
11:36:33.015: ---------------------------------
11:36:33.015: Loaded Modules:
11:36:33.015: text-freetype2.so
11:36:33.015: rtmp-services.so
11:36:33.015: obs-x264.so
11:36:33.015: obs-webrtc.so
11:36:33.015: obs-vst.so
11:36:33.015: obs-transitions.so
11:36:33.015: obs-qsv11.so
11:36:33.015: obs-outputs.so
11:36:33.015: obs-libfdk.so
11:36:33.015: obs-filters.so
11:36:33.015: obs-ffmpeg.so
11:36:33.015: linux-v4l2.so
11:36:33.015: linux-pulseaudio.so
11:36:33.015: linux-pipewire.so
11:36:33.015: linux-jack.so
11:36:33.015: linux-capture.so
11:36:33.015: linux-alsa.so
11:36:33.015: image-source.so
11:36:33.015: frontend-tools.so
11:36:33.015: decklink-output-ui.so
11:36:33.015: decklink-captions.so
11:36:33.015: ---------------------------------
11:36:33.015: ---------------------------------
11:36:33.015: Available Encoders:
11:36:33.015: Video Encoders:
11:36:33.015: - ffmpeg_svt_av1 (SVT-AV1)
11:36:33.015: - ffmpeg_aom_av1 (AOM AV1)
11:36:33.015: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
11:36:33.015: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
11:36:33.015: - obs_qsv11_v2 (QuickSync H.264)
11:36:33.015: - obs_qsv11_hevc (QuickSync HEVC)
11:36:33.015: - obs_x264 (x264)
11:36:33.015: Audio Encoders:
11:36:33.015: - ffmpeg_aac (FFmpeg AAC)
11:36:33.015: - ffmpeg_opus (FFmpeg Opus)
11:36:33.015: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
11:36:33.015: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
11:36:33.015: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
11:36:33.015: - ffmpeg_alac (FFmpeg ALAC (24-bit))
11:36:33.015: - ffmpeg_flac (FFmpeg FLAC (16-bit))
11:36:33.015: - libfdk_aac (libfdk AAC)
11:36:33.015: ==== Startup complete ===============================================
11:36:33.054: All scene data cleared
11:36:33.054: ------------------------------------------------
11:36:33.060: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:36:33.060: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:36:33.060: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor' (default)
11:36:33.060: [Loaded global audio device]: 'Desktop Audio'
11:36:33.061: pulse-input: Server name: 'PulseAudio (on PipeWire 1.2.7) 15.0.0'
11:36:33.061: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
11:36:33.061: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source' (default)
11:36:33.061: [Loaded global audio device]: 'Mic/Aux'
11:36:33.062: PipeWire initialized
11:36:33.064: Switched to scene 'Scene'
11:36:33.064: ------------------------------------------------
11:36:33.064: Loaded scenes:
11:36:33.064: - scene 'Scene':
11:36:33.064: - source: 'Main' (pipewire-screen-capture-source)
11:36:33.064: ------------------------------------------------
11:36:33.125: [pipewire] Screencast session created
11:36:33.627: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
11:36:33.627:
11:36:36.893: [pipewire] Asking for monitor and window
11:36:36.896: [pipewire] source selected, setting up screencast
11:36:36.904: [pipewire] Server version: 1.2.7
11:36:36.904: [pipewire] Library version: 1.2.7
11:36:36.904: [pipewire] Header version: 1.2.7
11:36:36.904: [pipewire] Created stream 0x648c13bffc30
11:36:36.904: [pipewire] Stream 0x648c13bffc30 state: "connecting" (error: none)
11:36:36.905: [pipewire] Playing stream 0x648c13bffc30
11:36:36.905: [pipewire] Stream 0x648c13bffc30 state: "paused" (error: none)
11:36:36.935: [pipewire] Negotiated format:
11:36:36.935: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.936: [pipewire] Modifier: 0x0
11:36:36.936: [pipewire] Size: 1896x1019
11:36:36.936: [pipewire] Framerate: 0/1
11:36:36.937: [pipewire] Negotiated format:
11:36:36.938: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.938: [pipewire] Modifier: 0x100000000000008
11:36:36.938: [pipewire] Size: 1896x1019
11:36:36.938: [pipewire] Framerate: 0/1
11:36:36.946: [pipewire] Stream 0x648c13bffc30 state: "streaming" (error: none)
11:36:36.958: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
11:36:36.958: [pipewire] Renegotiating stream
11:36:36.959: [pipewire] Stream 0x648c13bffc30 state: "paused" (error: none)
11:36:36.959: [pipewire] Negotiated format:
11:36:36.959: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.959: [pipewire] Modifier: 0x100000000000008
11:36:36.959: [pipewire] Size: 1896x1019
11:36:36.959: [pipewire] Framerate: 0/1
11:36:36.961: [pipewire] Negotiated format:
11:36:36.961: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.961: [pipewire] Modifier: 0x100000000000006
11:36:36.961: [pipewire] Size: 1896x1019
11:36:36.961: [pipewire] Framerate: 0/1
11:36:36.969: [pipewire] Stream 0x648c13bffc30 state: "streaming" (error: none)
11:36:36.975: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
11:36:36.975: [pipewire] Renegotiating stream
11:36:36.975: [pipewire] Stream 0x648c13bffc30 state: "paused" (error: none)
11:36:36.975: [pipewire] Negotiated format:
11:36:36.975: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.975: [pipewire] Modifier: 0x100000000000006
11:36:36.975: [pipewire] Size: 1896x1019
11:36:36.975: [pipewire] Framerate: 0/1
11:36:36.978: [pipewire] Negotiated format:
11:36:36.978: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
11:36:36.978: [pipewire] Modifier: 0x100000000000002
11:36:36.978: [pipewire] Size: 1896x1019
11:36:36.978: [pipewire] Framerate: 0/1
11:36:36.986: [pipewire] Stream 0x648c13bffc30 state: "streaming" (error: none)
11:36:43.744: ---------------------------------
11:36:43.744: [x264 encoder: 'simple_video_recording'] preset: veryfast
11:36:43.744: [x264 encoder: 'simple_video_recording'] profile: high
11:36:43.744: [x264 encoder: 'simple_video_recording'] settings:
11:36:43.744: rate_control: CRF
11:36:43.744: bitrate: 0
11:36:43.744: buffer size: 0
11:36:43.744: crf: 23
11:36:43.744: fps_num: 60
11:36:43.744: fps_den: 1
11:36:43.744: width: 1920
11:36:43.744: height: 1080
11:36:43.744: keyint: 250
11:36:43.744:
11:36:43.759: libfdk_aac encoder created
11:36:43.759: libfdk_aac bitrate: 192, channels: 2
11:36:43.762: ==== Recording Start ===============================================
11:36:43.762: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/rafayahmad/Videos/OBS/2024-12-27 11-36-43.mp4'...
11:36:43.766: 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
11:36:57.640: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/rafayahmad/Videos/OBS/2024-12-27 11-36-43.mp4' stopped
11:36:57.640: Output 'simple_file_output': stopping
11:36:57.640: Output 'simple_file_output': Total frames output: 806
11:36:57.640: Output 'simple_file_output': Total drawn frames: 833
11:36:57.641: ==== Recording Stop ================================================
11:36:57.656: libfdk_aac encoder destroyed
11:37:49.718: User Removed source 'Main' (pipewire-screen-capture-source) from scene 'Scene'
11:37:49.719: [pipewire] Stream 0x648c13bffc30 state: "paused" (error: none)
11:37:49.719: [pipewire] Stream 0x648c13bffc30 state: "unconnected" (error: none)
11:37:57.757: ==== Shutting down ==================================================
11:37:57.761: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink.monitor'
11:37:57.761: pulse-input: Got 3386 packets with 4063200 frames
11:37:57.762: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source'
11:37:57.762: pulse-input: Got 3386 packets with 4063200 frames
11:37:57.789: All scene data cleared
11:37:57.789: ------------------------------------------------
11:37:57.865: [Scripting] Total detached callbacks: 0
11:37:57.865: Freeing OBS context data
11:37:57.884: == Profiler Results =============================
11:37:57.884: run_program_init: 930.619 ms
11:37:57.884: ┣OBSApp::AppInit: 21.852 ms
11:37:57.884: ┃ ┗OBSApp::InitLocale: 1.337 ms
11:37:57.884: ┗OBSApp::OBSInit: 866.425 ms
11:37:57.884: ┣obs_startup: 3.972 ms
11:37:57.884: ┗OBSBasic::OBSInit: 814.397 ms
11:37:57.884: ┣OBSBasic::InitBasicConfig: 0.906 ms
11:37:57.884: ┣OBSBasic::ResetAudio: 0.335 ms
11:37:57.884: ┣OBSBasic::ResetVideo: 144.275 ms
11:37:57.884: ┃ ┗obs_init_graphics: 135.403 ms
11:37:57.884: ┃ ┗shader compilation: 55.038 ms
11:37:57.884: ┣OBSBasic::InitOBSCallbacks: 0.006 ms
11:37:57.884: ┣OBSBasic::InitHotkeys: 0.033 ms
11:37:57.884: ┣obs_load_all_modules2: 566.061 ms
11:37:57.884: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
11:37:57.884: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
11:37:57.884: ┃ ┣obs_init_module(decklink.so): 0.154 ms
11:37:57.884: ┃ ┣obs_init_module(frontend-tools.so): 126.485 ms
11:37:57.884: ┃ ┣obs_init_module(image-source.so): 0.019 ms
11:37:57.884: ┃ ┣obs_init_module(linux-alsa.so): 0.004 ms
11:37:57.885: ┃ ┣obs_init_module(linux-capture.so): 0 ms
11:37:57.885: ┃ ┣obs_init_module(linux-jack.so): 0.006 ms
11:37:57.885: ┃ ┣obs_init_module(linux-pipewire.so): 23.537 ms
11:37:57.885: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.014 ms
11:37:57.885: ┃ ┣obs_init_module(linux-v4l2.so): 4.666 ms
11:37:57.885: ┃ ┣obs_init_module(obs-ffmpeg.so): 11.954 ms
11:37:57.885: ┃ ┣obs_init_module(obs-filters.so): 0.045 ms
11:37:57.885: ┃ ┣obs_init_module(obs-libfdk.so): 0.003 ms
11:37:57.885: ┃ ┣obs_init_module(obs-nvenc.so): 0.149 ms
11:37:57.885: ┃ ┃ ┗nvenc_check: 0.133 ms
11:37:57.885: ┃ ┣obs_init_module(obs-outputs.so): 0.006 ms
11:37:57.885: ┃ ┣obs_init_module(obs-qsv11.so): 7.031 ms
11:37:57.885: ┃ ┣obs_init_module(obs-transitions.so): 0.015 ms
11:37:57.885: ┃ ┣obs_init_module(obs-vst.so): 0.006 ms
11:37:57.885: ┃ ┣obs_init_module(obs-webrtc.so): 0.007 ms
11:37:57.885: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
11:37:57.885: ┃ ┣obs_init_module(rtmp-services.so): 1.043 ms
11:37:57.885: ┃ ┗obs_init_module(text-freetype2.so): 0.019 ms
11:37:57.885: ┣OBSBasic::InitService: 2.382 ms
11:37:57.885: ┣OBSBasic::ResetOutputs: 0.377 ms
11:37:57.885: ┣OBSBasic::CreateHotkeys: 0.04 ms
11:37:57.885: ┣OBSBasic::InitPrimitives: 0.149 ms
11:37:57.885: ┗OBSBasic::Load: 48.548 ms
11:37:57.885: obs_hotkey_thread(25 ms): min=0 ms, median=0.001 ms, max=1.128 ms, 99th percentile=0.002 ms, 100% below 25 ms
11:37:57.885: audio_thread(Audio): min=0.014 ms, median=0.078 ms, max=16.774 ms, 99th percentile=0.864 ms
11:37:57.885: ┗receive_audio: min=0.003 ms, median=0.177 ms, max=7 ms, 99th percentile=0.579 ms, 0.162594 calls per parent call
11:37:57.885: ┣buffer_audio: min=0.001 ms, median=0.002 ms, max=0.013 ms, 99th percentile=0.005 ms
11:37:57.885: ┗do_encode: min=0.119 ms, median=0.173 ms, max=6.994 ms, 99th percentile=0.573 ms
11:37:57.885: ┣encode(simple_aac_recording0): min=0.113 ms, median=0.162 ms, max=6.971 ms, 99th percentile=0.338 ms
11:37:57.885: ┗send_packet: min=0.002 ms, median=0.008 ms, max=0.359 ms, 99th percentile=0.032 ms
11:37:57.885: obs_graphics_thread(16.6667 ms): min=0.13 ms, median=0.628 ms, max=33.234 ms, 99th percentile=4.439 ms, 99.8438% below 16.667 ms
11:37:57.885: ┣tick_sources: min=0 ms, median=0.012 ms, max=32.061 ms, 99th percentile=0.023 ms
11:37:57.885: ┣output_frame: min=0.092 ms, median=0.338 ms, max=22.537 ms, 99th percentile=2.625 ms
11:37:57.885: ┃ ┣gs_context(video->graphics): min=0.091 ms, median=0.336 ms, max=21.789 ms, 99th percentile=0.941 ms
11:37:57.885: ┃ ┃ ┣render_video: min=0.026 ms, median=0.123 ms, max=2.75 ms, 99th percentile=0.301 ms
11:37:57.885: ┃ ┃ ┃ ┣render_main_texture: min=0.021 ms, median=0.113 ms, max=0.715 ms, 99th percentile=0.21 ms
11:37:57.885: ┃ ┃ ┃ ┣render_convert_texture: min=0.032 ms, median=0.043 ms, max=1.244 ms, 99th percentile=0.093 ms, 0.1626 calls per parent call
11:37:57.885: ┃ ┃ ┃ ┗stage_output_texture: min=0.021 ms, median=0.027 ms, max=1.357 ms, 99th percentile=0.056 ms, 0.1626 calls per parent call
11:37:57.885: ┃ ┃ ┣gs_flush: min=0.044 ms, median=0.181 ms, max=6.386 ms, 99th percentile=0.391 ms
11:37:57.885: ┃ ┃ ┗download_frame: min=0 ms, median=0.101 ms, max=21.317 ms, 99th percentile=6.838 ms, 0.1626 calls per parent call
11:37:57.885: ┃ ┗output_video_data: min=0.378 ms, median=0.585 ms, max=4.266 ms, 99th percentile=2.533 ms, 0.162405 calls per parent call
11:37:57.885: ┗render_displays: min=0.003 ms, median=0.236 ms, max=20.804 ms, 99th percentile=1.114 ms
11:37:57.885: video_thread(video): min=1.955 ms, median=2.449 ms, max=12.241 ms, 99th percentile=8.761 ms
11:37:57.885: ┗receive_video: min=1.953 ms, median=2.446 ms, max=12.238 ms, 99th percentile=8.759 ms
11:37:57.885: ┗do_encode: min=1.952 ms, median=2.445 ms, max=12.237 ms, 99th percentile=8.756 ms
11:37:57.885: ┣encode(simple_video_recording): min=1.938 ms, median=2.425 ms, max=12.222 ms, 99th percentile=8.743 ms
11:37:57.885: ┗send_packet: min=0.003 ms, median=0.009 ms, max=5.87 ms, 99th percentile=0.03 ms
11:37:57.885: =================================================
11:37:57.885: == Profiler Time Between Calls ==================
11:37:57.885: obs_hotkey_thread(25 ms): min=25.022 ms, median=25.088 ms, max=29.533 ms, 99.2662% within ±2% of 25 ms (0% lower, 0.733783% higher)
11:37:57.885: obs_graphics_thread(16.6667 ms): min=8.352 ms, median=16.666 ms, max=33.253 ms, 98.5553% within ±2% of 16.667 ms (0.761421% lower, 0.683327% higher)
11:37:57.885: =================================================
11:37:57.904: Number of memory leaks: 0

View file

@ -0,0 +1,246 @@
12:26:47.432: Platform: Wayland
12:26:47.432: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
12:26:47.432: CPU Speed: 3400.000MHz
12:26:47.432: Physical Cores: 4, Logical Cores: 8
12:26:47.432: Physical Memory: 15630MB Total, 4104MB Free
12:26:47.432: Kernel Version: Linux 6.13.8-arch1-1
12:26:47.432: Distribution: "Arch Linux" Unknown
12:26:47.432: Desktop Environment: Hyprland (Hyprland)
12:26:47.432: Session Type: wayland
12:26:47.434: Qt Version: 6.8.3 (runtime), 6.8.1 (compiled)
12:26:47.434: Portable mode: false
12:26:47.487: OBS 31.0.1 (linux)
12:26:47.487: ---------------------------------
12:26:47.489: ---------------------------------
12:26:47.489: audio settings reset:
12:26:47.489: samples per sec: 48000
12:26:47.489: speakers: 2
12:26:47.489: max buffering: 960 milliseconds
12:26:47.489: buffering type: dynamically increasing
12:26:47.492: ---------------------------------
12:26:47.492: Initializing OpenGL...
12:26:47.492: Using EGL/Wayland
12:26:47.530: Initialized EGL 1.5
12:26:47.544: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
12:26:47.544: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 25.0.2-arch1.2, shading language 4.60
12:26:47.730: ---------------------------------
12:26:47.730: video settings reset:
12:26:47.730: base resolution: 1920x1080
12:26:47.730: output resolution: 1920x1080
12:26:47.730: downscale filter: Bicubic
12:26:47.730: fps: 60/1
12:26:47.730: format: NV12
12:26:47.730: YUV mode: Rec. 709/Partial
12:26:47.730: NV12 texture support enabled
12:26:47.730: P010 texture support not available
12:26:47.738: Audio monitoring device:
12:26:47.738: name: Default
12:26:47.738: id: default
12:26:47.739: ---------------------------------
12:26:47.750: Failed to load 'en-US' text for module: 'decklink-captions.so'
12:26:47.760: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
12:26:47.771: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
12:26:47.771: Failed to initialize module 'decklink.so'
12:26:47.959: [pipewire] Available capture sources:
12:26:47.959: [pipewire] - Monitor source
12:26:47.959: [pipewire] - Window source
12:26:47.986: v4l2loopback not installed, virtual camera not registered
12:26:48.095: VAAPI: API version 1.22
12:26:48.095: FFmpeg VAAPI H264 encoding supported
12:26:48.098: FFmpeg VAAPI AV1 encoding not supported
12:26:48.100: FFmpeg VAAPI HEVC encoding supported
12:26:48.140: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
12:26:48.140:
12:26:48.140: NVENC not supported
12:26:48.140: Failed to initialize module 'obs-nvenc.so'
12:26:48.241: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
12:26:48.241:
12:26:48.245: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
12:26:48.245:
12:26:48.245: Module '/usr/lib/obs-plugins/obs-websocket.so' not loaded
12:26:48.281: ---------------------------------
12:26:48.281: Loaded Modules:
12:26:48.281: text-freetype2.so
12:26:48.281: rtmp-services.so
12:26:48.281: obs-x264.so
12:26:48.281: obs-webrtc.so
12:26:48.281: obs-vst.so
12:26:48.281: obs-transitions.so
12:26:48.281: obs-qsv11.so
12:26:48.281: obs-outputs.so
12:26:48.281: obs-libfdk.so
12:26:48.281: obs-filters.so
12:26:48.281: obs-ffmpeg.so
12:26:48.281: linux-v4l2.so
12:26:48.281: linux-pulseaudio.so
12:26:48.281: linux-pipewire.so
12:26:48.281: linux-jack.so
12:26:48.281: linux-capture.so
12:26:48.281: linux-alsa.so
12:26:48.282: image-source.so
12:26:48.282: frontend-tools.so
12:26:48.282: decklink-output-ui.so
12:26:48.282: decklink-captions.so
12:26:48.282: ---------------------------------
12:26:48.282: ---------------------------------
12:26:48.282: Available Encoders:
12:26:48.282: Video Encoders:
12:26:48.282: - ffmpeg_svt_av1 (SVT-AV1)
12:26:48.282: - ffmpeg_aom_av1 (AOM AV1)
12:26:48.282: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
12:26:48.282: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
12:26:48.282: - obs_qsv11_v2 (QuickSync H.264)
12:26:48.282: - obs_qsv11_hevc (QuickSync HEVC)
12:26:48.282: - obs_x264 (x264)
12:26:48.282: Audio Encoders:
12:26:48.282: - ffmpeg_aac (FFmpeg AAC)
12:26:48.282: - ffmpeg_opus (FFmpeg Opus)
12:26:48.282: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
12:26:48.282: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
12:26:48.282: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
12:26:48.282: - ffmpeg_alac (FFmpeg ALAC (24-bit))
12:26:48.282: - ffmpeg_flac (FFmpeg FLAC (16-bit))
12:26:48.282: - libfdk_aac (libfdk AAC)
12:26:48.282: ==== Startup complete ===============================================
12:26:48.324: All scene data cleared
12:26:48.324: ------------------------------------------------
12:26:48.337: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
12:26:48.337: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
12:26:48.337: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor' (default)
12:26:48.337: [Loaded global audio device]: 'Desktop Audio'
12:26:48.338: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
12:26:48.338: pulse-input: Audio format: s24-32le, 48000 Hz, 2 channels
12:26:48.338: pulse-input: Sample format s24-32le not supported by OBS,using float32le instead for recording
12:26:48.338: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source' (default)
12:26:48.338: [Loaded global audio device]: 'Mic/Aux'
12:26:48.339: PipeWire initialized
12:26:48.340: Switched to scene 'Scene'
12:26:48.340: ------------------------------------------------
12:26:48.340: Loaded scenes:
12:26:48.340: - scene 'Scene':
12:26:48.340: - source: 'Main' (pipewire-screen-capture-source)
12:26:48.340: ------------------------------------------------
12:26:48.373: [pipewire] Screencast session created
12:26:48.897: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
12:26:48.897:
12:26:49.210: [rtmp-services plugin] Successfully updated file 'services.json' (version 268)
12:26:49.210: [rtmp-services plugin] Successfully updated package (version 268)
12:26:51.781: [pipewire] Asking for monitor and window
12:26:51.784: [pipewire] source selected, setting up screencast
12:26:51.792: [pipewire] Server version: 1.4.1
12:26:51.793: [pipewire] Library version: 1.4.1
12:26:51.793: [pipewire] Header version: 1.2.7
12:26:51.793: [pipewire] Created stream 0x5abe58febe20
12:26:51.793: [pipewire] Stream 0x5abe58febe20 state: "connecting" (error: none)
12:26:51.793: [pipewire] Playing stream 0x5abe58febe20
12:26:51.794: [pipewire] Stream 0x5abe58febe20 state: "paused" (error: none)
12:26:51.814: [pipewire] Negotiated format:
12:26:51.814: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.814: [pipewire] Modifier: 0x0
12:26:51.814: [pipewire] Size: 941x1019
12:26:51.814: [pipewire] Framerate: 0/1
12:26:51.815: [pipewire] Negotiated format:
12:26:51.815: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.815: [pipewire] Modifier: 0x100000000000008
12:26:51.815: [pipewire] Size: 941x1019
12:26:51.815: [pipewire] Framerate: 0/1
12:26:51.822: [pipewire] Stream 0x5abe58febe20 state: "streaming" (error: none)
12:26:51.837: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
12:26:51.837: [pipewire] Renegotiating stream
12:26:51.837: [pipewire] Stream 0x5abe58febe20 state: "paused" (error: none)
12:26:51.837: [pipewire] Negotiated format:
12:26:51.837: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.837: [pipewire] Modifier: 0x100000000000008
12:26:51.837: [pipewire] Size: 941x1019
12:26:51.837: [pipewire] Framerate: 0/1
12:26:51.839: [pipewire] Negotiated format:
12:26:51.839: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.839: [pipewire] Modifier: 0x100000000000006
12:26:51.839: [pipewire] Size: 941x1019
12:26:51.839: [pipewire] Framerate: 0/1
12:26:51.843: [pipewire] Stream 0x5abe58febe20 state: "streaming" (error: none)
12:26:51.854: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
12:26:51.854: [pipewire] Renegotiating stream
12:26:51.855: [pipewire] Stream 0x5abe58febe20 state: "paused" (error: none)
12:26:51.855: [pipewire] Negotiated format:
12:26:51.855: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.855: [pipewire] Modifier: 0x100000000000006
12:26:51.855: [pipewire] Size: 941x1019
12:26:51.855: [pipewire] Framerate: 0/1
12:26:51.856: [pipewire] Negotiated format:
12:26:51.856: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:26:51.856: [pipewire] Modifier: 0x100000000000002
12:26:51.856: [pipewire] Size: 941x1019
12:26:51.856: [pipewire] Framerate: 0/1
12:26:51.859: [pipewire] Stream 0x5abe58febe20 state: "streaming" (error: none)
12:26:53.884: ==== Shutting down ==================================================
12:26:53.887: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor'
12:26:53.887: pulse-input: Got 221 packets with 265200 frames
12:26:53.887: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source'
12:26:53.887: pulse-input: Got 220 packets with 264000 frames
12:26:53.887: [pipewire] Stream 0x5abe58febe20 state: "paused" (error: none)
12:26:53.887: [pipewire] Stream 0x5abe58febe20 state: "unconnected" (error: none)
12:26:53.914: All scene data cleared
12:26:53.914: ------------------------------------------------
12:26:53.986: [Scripting] Total detached callbacks: 0
12:26:53.986: Freeing OBS context data
12:26:54.006: == Profiler Results =============================
12:26:54.006: run_program_init: 993.593 ms
12:26:54.006: ┣OBSApp::AppInit: 26.042 ms
12:26:54.006: ┃ ┗OBSApp::InitLocale: 4.962 ms
12:26:54.006: ┗OBSApp::OBSInit: 935.072 ms
12:26:54.006: ┣obs_startup: 2.484 ms
12:26:54.006: ┗OBSBasic::OBSInit: 879.369 ms
12:26:54.006: ┣OBSBasic::InitBasicConfig: 1.489 ms
12:26:54.006: ┣OBSBasic::ResetAudio: 0.206 ms
12:26:54.006: ┣OBSBasic::ResetVideo: 248.965 ms
12:26:54.006: ┃ ┗obs_init_graphics: 240.583 ms
12:26:54.006: ┃ ┗shader compilation: 185.191 ms
12:26:54.006: ┣OBSBasic::InitOBSCallbacks: 0.006 ms
12:26:54.006: ┣OBSBasic::InitHotkeys: 0.027 ms
12:26:54.006: ┣obs_load_all_modules2: 542.386 ms
12:26:54.006: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
12:26:54.006: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
12:26:54.006: ┃ ┣obs_init_module(decklink.so): 0.185 ms
12:26:54.006: ┃ ┣obs_init_module(frontend-tools.so): 99.918 ms
12:26:54.006: ┃ ┣obs_init_module(image-source.so): 0.017 ms
12:26:54.006: ┃ ┣obs_init_module(linux-alsa.so): 0.003 ms
12:26:54.006: ┃ ┣obs_init_module(linux-capture.so): 0 ms
12:26:54.006: ┃ ┣obs_init_module(linux-jack.so): 0.005 ms
12:26:54.006: ┃ ┣obs_init_module(linux-pipewire.so): 12.936 ms
12:26:54.006: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.013 ms
12:26:54.006: ┃ ┣obs_init_module(linux-v4l2.so): 3.006 ms
12:26:54.006: ┃ ┣obs_init_module(obs-ffmpeg.so): 10.447 ms
12:26:54.006: ┃ ┣obs_init_module(obs-filters.so): 0.034 ms
12:26:54.006: ┃ ┣obs_init_module(obs-libfdk.so): 0.002 ms
12:26:54.006: ┃ ┣obs_init_module(obs-nvenc.so): 0.152 ms
12:26:54.006: ┃ ┃ ┗nvenc_check: 0.144 ms
12:26:54.006: ┃ ┣obs_init_module(obs-outputs.so): 0.005 ms
12:26:54.006: ┃ ┣obs_init_module(obs-qsv11.so): 4.674 ms
12:26:54.006: ┃ ┣obs_init_module(obs-transitions.so): 0.011 ms
12:26:54.006: ┃ ┣obs_init_module(obs-vst.so): 0.004 ms
12:26:54.006: ┃ ┣obs_init_module(obs-webrtc.so): 0.005 ms
12:26:54.006: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
12:26:54.006: ┃ ┣obs_init_module(rtmp-services.so): 1.863 ms
12:26:54.006: ┃ ┗obs_init_module(text-freetype2.so): 0.758 ms
12:26:54.006: ┣OBSBasic::InitService: 2.683 ms
12:26:54.006: ┣OBSBasic::ResetOutputs: 0.26 ms
12:26:54.006: ┣OBSBasic::CreateHotkeys: 0.04 ms
12:26:54.006: ┣OBSBasic::InitPrimitives: 0.157 ms
12:26:54.006: ┗OBSBasic::Load: 54.345 ms
12:26:54.006: obs_hotkey_thread(25 ms): min=0 ms, median=0 ms, max=0.002 ms, 99th percentile=0.002 ms, 100% below 25 ms
12:26:54.006: audio_thread(Audio): min=0.009 ms, median=0.042 ms, max=0.355 ms, 99th percentile=0.155 ms
12:26:54.006: obs_graphics_thread(16.6667 ms): min=0.072 ms, median=0.317 ms, max=35.799 ms, 99th percentile=2.118 ms, 99.7312% below 16.667 ms
12:26:54.006: ┣tick_sources: min=0 ms, median=0.01 ms, max=0.043 ms, 99th percentile=0.029 ms
12:26:54.006: ┣output_frame: min=0.048 ms, median=0.121 ms, max=0.702 ms, 99th percentile=0.36 ms
12:26:54.006: ┃ ┗gs_context(video->graphics): min=0.047 ms, median=0.121 ms, max=0.702 ms, 99th percentile=0.359 ms
12:26:54.006: ┃ ┣render_video: min=0.016 ms, median=0.044 ms, max=0.275 ms, 99th percentile=0.14 ms
12:26:54.006: ┃ ┃ ┗render_main_texture: min=0.012 ms, median=0.039 ms, max=0.268 ms, 99th percentile=0.135 ms
12:26:54.006: ┃ ┗gs_flush: min=0.025 ms, median=0.072 ms, max=0.478 ms, 99th percentile=0.217 ms
12:26:54.006: ┗render_displays: min=0.001 ms, median=0.134 ms, max=35.617 ms, 99th percentile=1.306 ms
12:26:54.006: =================================================
12:26:54.006: == Profiler Time Between Calls ==================
12:26:54.006: obs_hotkey_thread(25 ms): min=25.026 ms, median=25.08 ms, max=27.988 ms, 98.8417% within ±2% of 25 ms (0% lower, 1.1583% higher)
12:26:54.006: obs_graphics_thread(16.6667 ms): min=14.212 ms, median=16.666 ms, max=35.805 ms, 96.7655% within ±2% of 16.667 ms (1.61725% lower, 1.61725% higher)
12:26:54.006: =================================================
12:26:54.007: Number of memory leaks: 0

View file

@ -0,0 +1,283 @@
12:26:55.830: Platform: Wayland
12:26:55.830: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
12:26:55.830: CPU Speed: 3398.721MHz
12:26:55.830: Physical Cores: 4, Logical Cores: 8
12:26:55.830: Physical Memory: 15630MB Total, 4073MB Free
12:26:55.830: Kernel Version: Linux 6.13.8-arch1-1
12:26:55.830: Distribution: "Arch Linux" Unknown
12:26:55.830: Desktop Environment: Hyprland (Hyprland)
12:26:55.830: Session Type: wayland
12:26:55.832: Qt Version: 6.8.3 (runtime), 6.8.1 (compiled)
12:26:55.832: Portable mode: false
12:26:55.861: OBS 31.0.1 (linux)
12:26:55.861: ---------------------------------
12:26:55.862: ---------------------------------
12:26:55.863: audio settings reset:
12:26:55.863: samples per sec: 48000
12:26:55.863: speakers: 2
12:26:55.863: max buffering: 960 milliseconds
12:26:55.863: buffering type: dynamically increasing
12:26:55.864: ---------------------------------
12:26:55.864: Initializing OpenGL...
12:26:55.864: Using EGL/Wayland
12:26:55.901: Initialized EGL 1.5
12:26:55.914: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
12:26:55.914: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 25.0.2-arch1.2, shading language 4.60
12:26:55.949: ---------------------------------
12:26:55.949: video settings reset:
12:26:55.949: base resolution: 1920x1080
12:26:55.949: output resolution: 1920x1080
12:26:55.949: downscale filter: Bicubic
12:26:55.949: fps: 60/1
12:26:55.949: format: NV12
12:26:55.949: YUV mode: Rec. 709/Partial
12:26:55.949: NV12 texture support enabled
12:26:55.949: P010 texture support not available
12:26:55.958: Audio monitoring device:
12:26:55.958: name: Default
12:26:55.958: id: default
12:26:55.958: ---------------------------------
12:26:55.966: Failed to load 'en-US' text for module: 'decklink-captions.so'
12:26:55.975: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
12:26:55.982: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
12:26:55.982: Failed to initialize module 'decklink.so'
12:26:56.149: [pipewire] Available capture sources:
12:26:56.149: [pipewire] - Monitor source
12:26:56.149: [pipewire] - Window source
12:26:56.194: v4l2loopback not installed, virtual camera not registered
12:26:56.300: VAAPI: API version 1.22
12:26:56.300: FFmpeg VAAPI H264 encoding supported
12:26:56.302: FFmpeg VAAPI AV1 encoding not supported
12:26:56.305: FFmpeg VAAPI HEVC encoding supported
12:26:56.345: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
12:26:56.345:
12:26:56.345: NVENC not supported
12:26:56.345: Failed to initialize module 'obs-nvenc.so'
12:26:56.444: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
12:26:56.444:
12:26:56.448: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
12:26:56.448:
12:26:56.448: Module '/usr/lib/obs-plugins/obs-websocket.so' not loaded
12:26:56.484: ---------------------------------
12:26:56.484: Loaded Modules:
12:26:56.484: text-freetype2.so
12:26:56.484: rtmp-services.so
12:26:56.484: obs-x264.so
12:26:56.484: obs-webrtc.so
12:26:56.484: obs-vst.so
12:26:56.484: obs-transitions.so
12:26:56.485: obs-qsv11.so
12:26:56.485: obs-outputs.so
12:26:56.485: obs-libfdk.so
12:26:56.485: obs-filters.so
12:26:56.485: obs-ffmpeg.so
12:26:56.485: linux-v4l2.so
12:26:56.485: linux-pulseaudio.so
12:26:56.485: linux-pipewire.so
12:26:56.485: linux-jack.so
12:26:56.485: linux-capture.so
12:26:56.485: linux-alsa.so
12:26:56.485: image-source.so
12:26:56.485: frontend-tools.so
12:26:56.485: decklink-output-ui.so
12:26:56.485: decklink-captions.so
12:26:56.485: ---------------------------------
12:26:56.485: ---------------------------------
12:26:56.485: Available Encoders:
12:26:56.485: Video Encoders:
12:26:56.485: - ffmpeg_svt_av1 (SVT-AV1)
12:26:56.485: - ffmpeg_aom_av1 (AOM AV1)
12:26:56.485: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
12:26:56.485: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
12:26:56.485: - obs_qsv11_v2 (QuickSync H.264)
12:26:56.485: - obs_qsv11_hevc (QuickSync HEVC)
12:26:56.485: - obs_x264 (x264)
12:26:56.485: Audio Encoders:
12:26:56.485: - ffmpeg_aac (FFmpeg AAC)
12:26:56.485: - ffmpeg_opus (FFmpeg Opus)
12:26:56.485: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
12:26:56.485: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
12:26:56.485: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
12:26:56.485: - ffmpeg_alac (FFmpeg ALAC (24-bit))
12:26:56.485: - ffmpeg_flac (FFmpeg FLAC (16-bit))
12:26:56.485: - libfdk_aac (libfdk AAC)
12:26:56.485: ==== Startup complete ===============================================
12:26:56.526: All scene data cleared
12:26:56.526: ------------------------------------------------
12:26:56.532: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
12:26:56.532: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
12:26:56.532: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor' (default)
12:26:56.532: [Loaded global audio device]: 'Desktop Audio'
12:26:56.532: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
12:26:56.533: pulse-input: Audio format: s24-32le, 48000 Hz, 2 channels
12:26:56.533: pulse-input: Sample format s24-32le not supported by OBS,using float32le instead for recording
12:26:56.533: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source' (default)
12:26:56.533: [Loaded global audio device]: 'Mic/Aux'
12:26:56.533: PipeWire initialized
12:26:56.535: Switched to scene 'Scene'
12:26:56.535: ------------------------------------------------
12:26:56.535: Loaded scenes:
12:26:56.535: - scene 'Scene':
12:26:56.535: - source: 'Main' (pipewire-screen-capture-source)
12:26:56.535: ------------------------------------------------
12:26:56.581: [pipewire] Screencast session created
12:26:57.100: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)
12:26:57.100:
12:27:27.947: [pipewire] Asking for monitor and window
12:27:27.960: [pipewire] source selected, setting up screencast
12:27:27.970: [pipewire] Server version: 1.4.1
12:27:27.970: [pipewire] Library version: 1.4.1
12:27:27.970: [pipewire] Header version: 1.2.7
12:27:27.970: [pipewire] Created stream 0x596ee417f4f0
12:27:27.970: [pipewire] Stream 0x596ee417f4f0 state: "connecting" (error: none)
12:27:27.971: [pipewire] Playing stream 0x596ee417f4f0
12:27:27.971: [pipewire] Stream 0x596ee417f4f0 state: "paused" (error: none)
12:27:27.992: [pipewire] Negotiated format:
12:27:27.992: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:27.992: [pipewire] Modifier: 0x0
12:27:27.992: [pipewire] Size: 1920x1080
12:27:27.992: [pipewire] Framerate: 0/1
12:27:27.994: [pipewire] Negotiated format:
12:27:27.994: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:27.994: [pipewire] Modifier: 0x100000000000008
12:27:27.994: [pipewire] Size: 1920x1080
12:27:27.994: [pipewire] Framerate: 0/1
12:27:28.005: [pipewire] Stream 0x596ee417f4f0 state: "streaming" (error: none)
12:27:28.021: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
12:27:28.021: [pipewire] Renegotiating stream
12:27:28.021: [pipewire] Stream 0x596ee417f4f0 state: "paused" (error: none)
12:27:28.021: [pipewire] Negotiated format:
12:27:28.021: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:28.021: [pipewire] Modifier: 0x100000000000008
12:27:28.021: [pipewire] Size: 1920x1080
12:27:28.021: [pipewire] Framerate: 0/1
12:27:28.024: [pipewire] Negotiated format:
12:27:28.024: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:28.024: [pipewire] Modifier: 0x100000000000006
12:27:28.024: [pipewire] Size: 1920x1080
12:27:28.024: [pipewire] Framerate: 0/1
12:27:28.033: [pipewire] Stream 0x596ee417f4f0 state: "streaming" (error: none)
12:27:28.038: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
12:27:28.038: [pipewire] Renegotiating stream
12:27:28.038: [pipewire] Stream 0x596ee417f4f0 state: "paused" (error: none)
12:27:28.038: [pipewire] Negotiated format:
12:27:28.038: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:28.038: [pipewire] Modifier: 0x100000000000006
12:27:28.038: [pipewire] Size: 1920x1080
12:27:28.038: [pipewire] Framerate: 0/1
12:27:28.041: [pipewire] Negotiated format:
12:27:28.041: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
12:27:28.041: [pipewire] Modifier: 0x100000000000002
12:27:28.041: [pipewire] Size: 1920x1080
12:27:28.041: [pipewire] Framerate: 0/1
12:27:28.050: [pipewire] Stream 0x596ee417f4f0 state: "streaming" (error: none)
12:27:31.835: ---------------------------------
12:27:31.835: [x264 encoder: 'simple_video_recording'] preset: veryfast
12:27:31.835: [x264 encoder: 'simple_video_recording'] profile: high
12:27:31.841: [x264 encoder: 'simple_video_recording'] settings:
12:27:31.841: rate_control: CRF
12:27:31.841: bitrate: 0
12:27:31.841: buffer size: 0
12:27:31.841: crf: 23
12:27:31.841: fps_num: 60
12:27:31.841: fps_den: 1
12:27:31.841: width: 1920
12:27:31.841: height: 1080
12:27:31.841: keyint: 250
12:27:31.841:
12:27:31.854: libfdk_aac encoder created
12:27:31.854: libfdk_aac bitrate: 192, channels: 2
12:27:31.858: ==== Recording Start ===============================================
12:27:31.858: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/rafayahmad/Videos/OBS/2025-04-05 12-27-31.mp4'...
12:42:02.527: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/rafayahmad/Videos/OBS/2025-04-05 12-27-31.mp4' stopped
12:42:02.527: Output 'simple_file_output': stopping
12:42:02.527: Output 'simple_file_output': Total frames output: 52204
12:42:02.527: Output 'simple_file_output': Total drawn frames: 52240
12:42:02.528: ==== Recording Stop ================================================
12:42:02.533: Video stopped, number of skipped frames due to encoding lag: 2047/52239 (3.9%)
12:42:02.569: libfdk_aac encoder destroyed
12:47:59.106: ==== Shutting down ==================================================
12:47:59.111: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor'
12:47:59.111: pulse-input: Got 50502 packets with 60602400 frames
12:47:59.111: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source'
12:47:59.111: pulse-input: Got 50501 packets with 60601200 frames
12:47:59.112: [pipewire] Stream 0x596ee417f4f0 state: "paused" (error: none)
12:47:59.113: [pipewire] Stream 0x596ee417f4f0 state: "unconnected" (error: none)
12:47:59.147: All scene data cleared
12:47:59.147: ------------------------------------------------
12:47:59.194: [Scripting] Total detached callbacks: 0
12:47:59.194: Freeing OBS context data
12:47:59.220: == Profiler Results =============================
12:47:59.220: run_program_init: 780.066 ms
12:47:59.220: ┣OBSApp::AppInit: 14.437 ms
12:47:59.220: ┃ ┗OBSApp::InitLocale: 0.766 ms
12:47:59.220: ┗OBSApp::OBSInit: 739.727 ms
12:47:59.220: ┣obs_startup: 1.98 ms
12:47:59.220: ┗OBSBasic::OBSInit: 707.607 ms
12:47:59.220: ┣OBSBasic::InitBasicConfig: 0.696 ms
12:47:59.220: ┣OBSBasic::ResetAudio: 0.222 ms
12:47:59.220: ┣OBSBasic::ResetVideo: 95.135 ms
12:47:59.220: ┃ ┗obs_init_graphics: 86.486 ms
12:47:59.220: ┃ ┗shader compilation: 34.122 ms
12:47:59.220: ┣OBSBasic::InitOBSCallbacks: 0.006 ms
12:47:59.220: ┣OBSBasic::InitHotkeys: 0.03 ms
12:47:59.220: ┣obs_load_all_modules2: 526.12 ms
12:47:59.220: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
12:47:59.220: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
12:47:59.220: ┃ ┣obs_init_module(decklink.so): 0.134 ms
12:47:59.220: ┃ ┣obs_init_module(frontend-tools.so): 84.689 ms
12:47:59.220: ┃ ┣obs_init_module(image-source.so): 0.012 ms
12:47:59.220: ┃ ┣obs_init_module(linux-alsa.so): 0.002 ms
12:47:59.220: ┃ ┣obs_init_module(linux-capture.so): 0 ms
12:47:59.220: ┃ ┣obs_init_module(linux-jack.so): 0.007 ms
12:47:59.220: ┃ ┣obs_init_module(linux-pipewire.so): 17.102 ms
12:47:59.220: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.012 ms
12:47:59.220: ┃ ┣obs_init_module(linux-v4l2.so): 6.076 ms
12:47:59.220: ┃ ┣obs_init_module(obs-ffmpeg.so): 10.497 ms
12:47:59.220: ┃ ┣obs_init_module(obs-filters.so): 0.03 ms
12:47:59.220: ┃ ┣obs_init_module(obs-libfdk.so): 0.002 ms
12:47:59.220: ┃ ┣obs_init_module(obs-nvenc.so): 0.166 ms
12:47:59.220: ┃ ┃ ┗nvenc_check: 0.152 ms
12:47:59.220: ┃ ┣obs_init_module(obs-outputs.so): 0.005 ms
12:47:59.220: ┃ ┣obs_init_module(obs-qsv11.so): 5.984 ms
12:47:59.220: ┃ ┣obs_init_module(obs-transitions.so): 0.01 ms
12:47:59.220: ┃ ┣obs_init_module(obs-vst.so): 0.005 ms
12:47:59.220: ┃ ┣obs_init_module(obs-webrtc.so): 0.011 ms
12:47:59.220: ┃ ┣obs_init_module(obs-x264.so): 0.003 ms
12:47:59.220: ┃ ┣obs_init_module(rtmp-services.so): 1.026 ms
12:47:59.220: ┃ ┗obs_init_module(text-freetype2.so): 0.029 ms
12:47:59.220: ┣OBSBasic::InitService: 1.506 ms
12:47:59.220: ┣OBSBasic::ResetOutputs: 0.27 ms
12:47:59.220: ┣OBSBasic::CreateHotkeys: 0.039 ms
12:47:59.220: ┣OBSBasic::InitPrimitives: 0.205 ms
12:47:59.220: ┗OBSBasic::Load: 48.302 ms
12:47:59.220: obs_hotkey_thread(25 ms): min=0 ms, median=0.001 ms, max=0.134 ms, 99th percentile=0.002 ms, 100% below 25 ms
12:47:59.220: audio_thread(Audio): min=0.009 ms, median=0.48 ms, max=18.8 ms, 99th percentile=3.269 ms
12:47:59.220: ┗receive_audio: min=0.006 ms, median=0.521 ms, max=17.499 ms, 99th percentile=2.825 ms, 0.689216 calls per parent call
12:47:59.220: ┣buffer_audio: min=0.001 ms, median=0.002 ms, max=1.122 ms, 99th percentile=0.006 ms
12:47:59.220: ┗do_encode: min=0.077 ms, median=0.515 ms, max=17.49 ms, 99th percentile=2.815 ms
12:47:59.220: ┣encode(simple_aac_recording0): min=0.07 ms, median=0.493 ms, max=8.087 ms, 99th percentile=2.045 ms
12:47:59.220: ┗send_packet: min=0.001 ms, median=0.015 ms, max=16.934 ms, 99th percentile=1.077 ms
12:47:59.220: obs_graphics_thread(16.6667 ms): min=0.097 ms, median=1.375 ms, max=22.438 ms, 99th percentile=5.033 ms, 99.9987% below 16.667 ms
12:47:59.220: ┣tick_sources: min=0 ms, median=0.011 ms, max=2.975 ms, 99th percentile=0.03 ms
12:47:59.220: ┣output_frame: min=0.047 ms, median=0.9 ms, max=21.927 ms, 99th percentile=3.709 ms
12:47:59.220: ┃ ┣gs_context(video->graphics): min=0.047 ms, median=0.359 ms, max=21.924 ms, 99th percentile=2.258 ms
12:47:59.220: ┃ ┃ ┣render_video: min=0.018 ms, median=0.144 ms, max=21.478 ms, 99th percentile=0.421 ms
12:47:59.220: ┃ ┃ ┃ ┣render_main_texture: min=0.014 ms, median=0.09 ms, max=7.051 ms, 99th percentile=0.267 ms
12:47:59.220: ┃ ┃ ┃ ┣render_convert_texture: min=0.021 ms, median=0.04 ms, max=20.238 ms, 99th percentile=0.097 ms, 0.689259 calls per parent call
12:47:59.220: ┃ ┃ ┃ ┗stage_output_texture: min=0.012 ms, median=0.024 ms, max=4.079 ms, 99th percentile=0.064 ms, 0.689259 calls per parent call
12:47:59.220: ┃ ┃ ┣gs_flush: min=0.024 ms, median=0.143 ms, max=7.439 ms, 99th percentile=1.537 ms
12:47:59.220: ┃ ┃ ┗download_frame: min=0 ms, median=0.081 ms, max=7.748 ms, 99th percentile=0.257 ms, 0.689259 calls per parent call
12:47:59.220: ┃ ┗output_video_data: min=0 ms, median=0.661 ms, max=8.099 ms, 99th percentile=2.689 ms, 0.689246 calls per parent call
12:47:59.220: ┗render_displays: min=0.002 ms, median=0.373 ms, max=11.079 ms, 99th percentile=2.53 ms
12:47:59.220: video_thread(video): min=1.327 ms, median=2.58 ms, max=206.158 ms, 99th percentile=63.813 ms
12:47:59.220: ┗receive_video: min=1.325 ms, median=2.6 ms, max=165.04 ms, 99th percentile=58.205 ms
12:47:59.220: ┗do_encode: min=1.325 ms, median=2.598 ms, max=165.039 ms, 99th percentile=58.205 ms
12:47:59.220: ┣encode(simple_video_recording): min=1.314 ms, median=2.569 ms, max=164.986 ms, 99th percentile=58.091 ms
12:47:59.220: ┗send_packet: min=0.002 ms, median=0.013 ms, max=29.05 ms, 99th percentile=0.508 ms
12:47:59.220: =================================================
12:47:59.220: == Profiler Time Between Calls ==================
12:47:59.220: obs_hotkey_thread(25 ms): min=25.016 ms, median=25.08 ms, max=40.544 ms, 94.2897% within ±2% of 25 ms (0% lower, 5.7103% higher)
12:47:59.220: obs_graphics_thread(16.6667 ms): min=4.73 ms, median=16.667 ms, max=28.747 ms, 84.8361% within ±2% of 16.667 ms (7.56412% lower, 7.59975% higher)
12:47:59.220: =================================================
12:47:59.322: Number of memory leaks: 0

View file

@ -0,0 +1,284 @@
13:11:51.282: Platform: Wayland
13:11:51.282: CPU Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
13:11:51.282: CPU Speed: 3299.966MHz
13:11:51.283: Physical Cores: 4, Logical Cores: 8
13:11:51.283: Physical Memory: 15630MB Total, 6296MB Free
13:11:51.283: Kernel Version: Linux 6.13.8-arch1-1
13:11:51.283: Distribution: "Arch Linux" Unknown
13:11:51.283: Desktop Environment: Hyprland (Hyprland)
13:11:51.283: Session Type: wayland
13:11:51.284: Qt Version: 6.8.3 (runtime), 6.8.1 (compiled)
13:11:51.284: Portable mode: false
13:11:51.320: OBS 31.0.1 (linux)
13:11:51.320: ---------------------------------
13:11:51.321: ---------------------------------
13:11:51.321: audio settings reset:
13:11:51.321: samples per sec: 48000
13:11:51.321: speakers: 2
13:11:51.321: max buffering: 960 milliseconds
13:11:51.321: buffering type: dynamically increasing
13:11:51.323: ---------------------------------
13:11:51.323: Initializing OpenGL...
13:11:51.323: Using EGL/Wayland
13:11:51.368: Initialized EGL 1.5
13:11:51.383: Loading up OpenGL on adapter Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
13:11:51.383: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 25.0.2-arch1.2, shading language 4.60
13:11:51.420: ---------------------------------
13:11:51.420: video settings reset:
13:11:51.420: base resolution: 1920x1080
13:11:51.420: output resolution: 1920x1080
13:11:51.420: downscale filter: Bicubic
13:11:51.420: fps: 60/1
13:11:51.420: format: NV12
13:11:51.420: YUV mode: Rec. 709/Partial
13:11:51.420: NV12 texture support enabled
13:11:51.420: P010 texture support not available
13:11:51.429: Audio monitoring device:
13:11:51.429: name: Default
13:11:51.429: id: default
13:11:51.429: ---------------------------------
13:11:51.438: Failed to load 'en-US' text for module: 'decklink-captions.so'
13:11:51.446: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
13:11:51.454: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
13:11:51.454: Failed to initialize module 'decklink.so'
13:11:51.628: [pipewire] Available capture sources:
13:11:51.629: [pipewire] - Monitor source
13:11:51.629: [pipewire] - Window source
13:11:51.653: v4l2loopback not installed, virtual camera not registered
13:11:51.732: VAAPI: API version 1.22
13:11:51.733: FFmpeg VAAPI H264 encoding supported
13:11:51.734: FFmpeg VAAPI AV1 encoding not supported
13:11:51.737: FFmpeg VAAPI HEVC encoding supported
13:11:51.769: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
13:11:51.769:
13:11:51.769: NVENC not supported
13:11:51.769: Failed to initialize module 'obs-nvenc.so'
13:11:51.849: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
13:11:51.849:
13:11:51.853: os_dlopen(/usr/lib/obs-plugins/obs-websocket.so->/usr/lib/obs-plugins/obs-websocket.so): libqrcodegencpp.so.1: cannot open shared object file: No such file or directory
13:11:51.853:
13:11:51.853: Module '/usr/lib/obs-plugins/obs-websocket.so' not loaded
13:11:51.884: ---------------------------------
13:11:51.884: Loaded Modules:
13:11:51.884: text-freetype2.so
13:11:51.884: rtmp-services.so
13:11:51.884: obs-x264.so
13:11:51.884: obs-webrtc.so
13:11:51.884: obs-vst.so
13:11:51.884: obs-transitions.so
13:11:51.884: obs-qsv11.so
13:11:51.884: obs-outputs.so
13:11:51.884: obs-libfdk.so
13:11:51.884: obs-filters.so
13:11:51.884: obs-ffmpeg.so
13:11:51.884: linux-v4l2.so
13:11:51.884: linux-pulseaudio.so
13:11:51.884: linux-pipewire.so
13:11:51.884: linux-jack.so
13:11:51.884: linux-capture.so
13:11:51.884: linux-alsa.so
13:11:51.884: image-source.so
13:11:51.884: frontend-tools.so
13:11:51.884: decklink-output-ui.so
13:11:51.884: decklink-captions.so
13:11:51.884: ---------------------------------
13:11:51.884: ---------------------------------
13:11:51.884: Available Encoders:
13:11:51.884: Video Encoders:
13:11:51.884: - ffmpeg_svt_av1 (SVT-AV1)
13:11:51.884: - ffmpeg_aom_av1 (AOM AV1)
13:11:51.884: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264)
13:11:51.884: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC)
13:11:51.884: - obs_qsv11_v2 (QuickSync H.264)
13:11:51.884: - obs_qsv11_hevc (QuickSync HEVC)
13:11:51.884: - obs_x264 (x264)
13:11:51.884: Audio Encoders:
13:11:51.884: - ffmpeg_aac (FFmpeg AAC)
13:11:51.884: - ffmpeg_opus (FFmpeg Opus)
13:11:51.884: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit))
13:11:51.884: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit))
13:11:51.884: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float))
13:11:51.884: - ffmpeg_alac (FFmpeg ALAC (24-bit))
13:11:51.884: - ffmpeg_flac (FFmpeg FLAC (16-bit))
13:11:51.884: - libfdk_aac (libfdk AAC)
13:11:51.884: ==== Startup complete ===============================================
13:11:51.921: All scene data cleared
13:11:51.921: ------------------------------------------------
13:11:51.926: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
13:11:51.926: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
13:11:51.926: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor' (default)
13:11:51.926: [Loaded global audio device]: 'Desktop Audio'
13:11:51.927: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.1) 15.0.0'
13:11:51.927: pulse-input: Audio format: s24-32le, 48000 Hz, 2 channels
13:11:51.927: pulse-input: Sample format s24-32le not supported by OBS,using float32le instead for recording
13:11:51.927: pulse-input: Started recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source' (default)
13:11:51.927: [Loaded global audio device]: 'Mic/Aux'
13:11:51.927: PipeWire initialized
13:11:51.929: Switched to scene 'Scene'
13:11:51.929: ------------------------------------------------
13:11:51.929: Loaded scenes:
13:11:51.929: - scene 'Scene':
13:11:51.929: - source: 'Main' (pipewire-screen-capture-source)
13:11:51.929: ------------------------------------------------
13:11:51.962: [pipewire] Screencast session created
13:11:52.495: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Desktop Audio)
13:11:52.495:
13:11:54.573: [pipewire] Asking for monitor and window
13:11:54.581: [pipewire] source selected, setting up screencast
13:11:54.591: [pipewire] Server version: 1.4.1
13:11:54.592: [pipewire] Library version: 1.4.1
13:11:54.592: [pipewire] Header version: 1.2.7
13:11:54.592: [pipewire] Created stream 0x57979eae9250
13:11:54.592: [pipewire] Stream 0x57979eae9250 state: "connecting" (error: none)
13:11:54.593: [pipewire] Playing stream 0x57979eae9250
13:11:54.594: [pipewire] Stream 0x57979eae9250 state: "paused" (error: none)
13:11:54.612: [pipewire] Negotiated format:
13:11:54.612: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.612: [pipewire] Modifier: 0x0
13:11:54.612: [pipewire] Size: 1920x1080
13:11:54.612: [pipewire] Framerate: 0/1
13:11:54.614: [pipewire] Negotiated format:
13:11:54.614: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.614: [pipewire] Modifier: 0x100000000000008
13:11:54.614: [pipewire] Size: 1920x1080
13:11:54.614: [pipewire] Framerate: 0/1
13:11:54.624: [pipewire] Stream 0x57979eae9250 state: "streaming" (error: none)
13:11:54.638: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
13:11:54.639: [pipewire] Renegotiating stream
13:11:54.639: [pipewire] Stream 0x57979eae9250 state: "paused" (error: none)
13:11:54.639: [pipewire] Negotiated format:
13:11:54.639: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.639: [pipewire] Modifier: 0x100000000000008
13:11:54.639: [pipewire] Size: 1920x1080
13:11:54.639: [pipewire] Framerate: 0/1
13:11:54.641: [pipewire] Negotiated format:
13:11:54.641: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.641: [pipewire] Modifier: 0x100000000000006
13:11:54.641: [pipewire] Size: 1920x1080
13:11:54.641: [pipewire] Framerate: 0/1
13:11:54.648: [pipewire] Stream 0x57979eae9250 state: "streaming" (error: none)
13:11:54.655: Cannot create EGLImage: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
13:11:54.655: [pipewire] Renegotiating stream
13:11:54.656: [pipewire] Stream 0x57979eae9250 state: "paused" (error: none)
13:11:54.656: [pipewire] Negotiated format:
13:11:54.656: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.656: [pipewire] Modifier: 0x100000000000006
13:11:54.656: [pipewire] Size: 1920x1080
13:11:54.656: [pipewire] Framerate: 0/1
13:11:54.658: [pipewire] Negotiated format:
13:11:54.658: [pipewire] Format: 8 (Spa:Enum:VideoFormat:BGRx)
13:11:54.658: [pipewire] Modifier: 0x100000000000002
13:11:54.658: [pipewire] Size: 1920x1080
13:11:54.658: [pipewire] Framerate: 0/1
13:11:54.665: [pipewire] Stream 0x57979eae9250 state: "streaming" (error: none)
13:11:55.939: ---------------------------------
13:11:55.939: [x264 encoder: 'simple_video_recording'] preset: veryfast
13:11:55.939: [x264 encoder: 'simple_video_recording'] profile: high
13:11:55.939: [x264 encoder: 'simple_video_recording'] settings:
13:11:55.939: rate_control: CRF
13:11:55.939: bitrate: 0
13:11:55.939: buffer size: 0
13:11:55.939: crf: 23
13:11:55.939: fps_num: 60
13:11:55.939: fps_den: 1
13:11:55.939: width: 1920
13:11:55.939: height: 1080
13:11:55.939: keyint: 250
13:11:55.939:
13:11:55.948: libfdk_aac encoder created
13:11:55.948: libfdk_aac bitrate: 192, channels: 2
13:11:55.950: ==== Recording Start ===============================================
13:11:55.950: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/rafayahmad/Videos/OBS/2025-04-05 13-11-55.mp4'...
13:15:55.358: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/rafayahmad/Videos/OBS/2025-04-05 13-11-55.mp4' stopped
13:15:55.358: Output 'simple_file_output': stopping
13:15:55.358: Output 'simple_file_output': Total frames output: 14328
13:15:55.358: Output 'simple_file_output': Total drawn frames: 14363 (14364 attempted)
13:15:55.358: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 1 (0.0%)
13:15:55.358: Video stopped, number of skipped frames due to encoding lag: 1542/14363 (10.7%)
13:15:55.359: ==== Recording Stop ================================================
13:15:55.382: libfdk_aac encoder destroyed
13:15:57.109: ==== Shutting down ==================================================
13:15:57.113: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Headphones__sink.monitor'
13:15:57.113: pulse-input: Got 9806 packets with 11767200 frames
13:15:57.113: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source'
13:15:57.113: pulse-input: Got 9804 packets with 11764800 frames
13:15:57.113: [pipewire] Stream 0x57979eae9250 state: "paused" (error: none)
13:15:57.114: [pipewire] Stream 0x57979eae9250 state: "unconnected" (error: none)
13:15:57.148: All scene data cleared
13:15:57.148: ------------------------------------------------
13:15:57.198: [Scripting] Total detached callbacks: 0
13:15:57.199: Freeing OBS context data
13:15:57.214: == Profiler Results =============================
13:15:57.215: run_program_init: 713.421 ms
13:15:57.215: ┣OBSApp::AppInit: 15.041 ms
13:15:57.215: ┃ ┗OBSApp::InitLocale: 0.78 ms
13:15:57.215: ┗OBSApp::OBSInit: 672.079 ms
13:15:57.215: ┣obs_startup: 2.012 ms
13:15:57.215: ┗OBSBasic::OBSInit: 633.949 ms
13:15:57.215: ┣OBSBasic::InitBasicConfig: 0.832 ms
13:15:57.215: ┣OBSBasic::ResetAudio: 0.247 ms
13:15:57.215: ┣OBSBasic::ResetVideo: 107.363 ms
13:15:57.215: ┃ ┗obs_init_graphics: 98.251 ms
13:15:57.215: ┃ ┗shader compilation: 36.738 ms
13:15:57.215: ┣OBSBasic::InitOBSCallbacks: 0.007 ms
13:15:57.215: ┣OBSBasic::InitHotkeys: 0.039 ms
13:15:57.215: ┣obs_load_all_modules2: 454.326 ms
13:15:57.215: ┃ ┣obs_init_module(decklink-captions.so): 0 ms
13:15:57.215: ┃ ┣obs_init_module(decklink-output-ui.so): 0 ms
13:15:57.215: ┃ ┣obs_init_module(decklink.so): 0.154 ms
13:15:57.215: ┃ ┣obs_init_module(frontend-tools.so): 101.168 ms
13:15:57.215: ┃ ┣obs_init_module(image-source.so): 0.012 ms
13:15:57.215: ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
13:15:57.215: ┃ ┣obs_init_module(linux-capture.so): 0 ms
13:15:57.215: ┃ ┣obs_init_module(linux-jack.so): 0.005 ms
13:15:57.215: ┃ ┣obs_init_module(linux-pipewire.so): 13.617 ms
13:15:57.215: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.006 ms
13:15:57.215: ┃ ┣obs_init_module(linux-v4l2.so): 3.859 ms
13:15:57.215: ┃ ┣obs_init_module(obs-ffmpeg.so): 9.028 ms
13:15:57.215: ┃ ┣obs_init_module(obs-filters.so): 0.028 ms
13:15:57.215: ┃ ┣obs_init_module(obs-libfdk.so): 0.002 ms
13:15:57.215: ┃ ┣obs_init_module(obs-nvenc.so): 0.116 ms
13:15:57.215: ┃ ┃ ┗nvenc_check: 0.106 ms
13:15:57.215: ┃ ┣obs_init_module(obs-outputs.so): 0.006 ms
13:15:57.215: ┃ ┣obs_init_module(obs-qsv11.so): 5.127 ms
13:15:57.215: ┃ ┣obs_init_module(obs-transitions.so): 0.01 ms
13:15:57.215: ┃ ┣obs_init_module(obs-vst.so): 0.006 ms
13:15:57.215: ┃ ┣obs_init_module(obs-webrtc.so): 0.005 ms
13:15:57.215: ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
13:15:57.215: ┃ ┣obs_init_module(rtmp-services.so): 0.675 ms
13:15:57.215: ┃ ┗obs_init_module(text-freetype2.so): 0.011 ms
13:15:57.215: ┣OBSBasic::InitService: 1.571 ms
13:15:57.215: ┣OBSBasic::ResetOutputs: 0.229 ms
13:15:57.215: ┣OBSBasic::CreateHotkeys: 0.024 ms
13:15:57.215: ┣OBSBasic::InitPrimitives: 0.111 ms
13:15:57.215: ┗OBSBasic::Load: 43.033 ms
13:15:57.215: obs_hotkey_thread(25 ms): min=0 ms, median=0.001 ms, max=3.006 ms, 99th percentile=0.002 ms, 100% below 25 ms
13:15:57.215: audio_thread(Audio): min=0.01 ms, median=0.71 ms, max=12.642 ms, 99th percentile=4.721 ms
13:15:57.215: ┗receive_audio: min=0.003 ms, median=0.602 ms, max=9.342 ms, 99th percentile=3.666 ms
13:15:57.215: ┣buffer_audio: min=0.001 ms, median=0.002 ms, max=0.256 ms, 99th percentile=0.007 ms
13:15:57.215: ┗do_encode: min=0.083 ms, median=0.596 ms, max=9.335 ms, 99th percentile=3.662 ms
13:15:57.215: ┣encode(simple_aac_recording0): min=0.077 ms, median=0.564 ms, max=8.778 ms, 99th percentile=3.06 ms
13:15:57.215: ┗send_packet: min=0.002 ms, median=0.015 ms, max=8.504 ms, 99th percentile=2.304 ms
13:15:57.215: obs_graphics_thread(16.6667 ms): min=0.088 ms, median=1.769 ms, max=37.734 ms, 99th percentile=6.581 ms, 99.9661% below 16.667 ms
13:15:57.215: ┣tick_sources: min=0 ms, median=0.012 ms, max=2.723 ms, 99th percentile=0.034 ms
13:15:57.215: ┣output_frame: min=0.062 ms, median=1.23 ms, max=28.432 ms, 99th percentile=5.288 ms
13:15:57.215: ┃ ┣gs_context(video->graphics): min=0.061 ms, median=0.487 ms, max=27.687 ms, 99th percentile=3.805 ms
13:15:57.215: ┃ ┃ ┣render_video: min=0.016 ms, median=0.183 ms, max=6.351 ms, 99th percentile=1.067 ms
13:15:57.215: ┃ ┃ ┃ ┣render_main_texture: min=0.013 ms, median=0.105 ms, max=5.076 ms, 99th percentile=0.397 ms
13:15:57.215: ┃ ┃ ┃ ┣render_convert_texture: min=0.021 ms, median=0.043 ms, max=6.158 ms, 99th percentile=0.121 ms
13:15:57.215: ┃ ┃ ┃ ┗stage_output_texture: min=0.013 ms, median=0.028 ms, max=5.428 ms, 99th percentile=0.079 ms
13:15:57.215: ┃ ┃ ┣gs_flush: min=0.037 ms, median=0.179 ms, max=8.618 ms, 99th percentile=2.886 ms
13:15:57.215: ┃ ┃ ┗download_frame: min=0 ms, median=0.096 ms, max=26.948 ms, 99th percentile=1.095 ms
13:15:57.215: ┃ ┗output_video_data: min=0 ms, median=0.734 ms, max=7.643 ms, 99th percentile=3.49 ms
13:15:57.215: ┗render_displays: min=0.002 ms, median=0.428 ms, max=15.369 ms, 99th percentile=3.603 ms
13:15:57.215: video_thread(video): min=1.439 ms, median=3.123 ms, max=209.847 ms, 99th percentile=77.893 ms
13:15:57.215: ┗receive_video: min=1.438 ms, median=3.156 ms, max=123.636 ms, 99th percentile=71.5 ms, 1.12036 calls per parent call
13:15:57.215: ┗do_encode: min=1.437 ms, median=3.155 ms, max=123.635 ms, 99th percentile=71.498 ms
13:15:57.215: ┣encode(simple_video_recording): min=1.423 ms, median=3.088 ms, max=123.619 ms, 99th percentile=71.388 ms
13:15:57.215: ┗send_packet: min=0.002 ms, median=0.018 ms, max=10.001 ms, 99th percentile=1.452 ms
13:15:57.215: =================================================
13:15:57.215: == Profiler Time Between Calls ==================
13:15:57.215: obs_hotkey_thread(25 ms): min=25.022 ms, median=25.082 ms, max=41.13 ms, 87.9589% within ±2% of 25 ms (0% lower, 12.0411% higher)
13:15:57.215: obs_graphics_thread(16.6667 ms): min=6.734 ms, median=16.667 ms, max=37.775 ms, 59.3231% within ±2% of 16.667 ms (20.1519% lower, 20.525% higher)
13:15:57.215: =================================================
13:15:57.270: Number of memory leaks: 0

View file

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

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show more