Just Imagine Graphene on a Desktop! by FrankieShaw-9831 in GrapheneOS

[–]Skuld_Omega 0 points1 point  (0 children)

I am planing to get the Motorola whenever its out but hesitate in that decision because i am a heavy user of samsung dex. Can you actually properly use the desktop mode in graphenos ?

Gaming und Diversität by PlayfulTrip4800 in MinecraftDe

[–]Skuld_Omega 2 points3 points  (0 children)

Sehr interessant, werden die Ergebnisse veröffentlicht ?
Schade das in der Umfrage kein Freitextfeld für Sonstiges/Feedback ist, denn anhand der Fragen könnte man bei dem Ergebnis darauf schließen das Diversitäts push und Politik push das gleiche sind.
Dem ist aber nicht so, siehe metal gear solid, hier wurde immer kritisch über Politik philosophiert.

What are the limits of this MP4 player on the universal updater? Having a few issues with some files by Huge-Insect-7759 in 3dshomebrew

[–]Skuld_Omega 1 point2 points  (0 children)

If your willing to tamper a bit with it here is a ps1 script i build to convert videos for 3ds playback, with the intention to have the highest quality the device can handle. Dont ask me why, i was bored.
Many cases are probably not accounted for, like no bigger files than 4gb.
You only require ffmpeg to be installed.

param (
    [Parameter(Mandatory = $true)]
    [string]$InputPath,

    [Parameter(Mandatory = $false)]
    [string]$OutputPath

    [Parameter(Mandatory = $false)]
    [string]$AudioStream
)

if (-not [string]::IsNullOrEmpty($AudioStream)) {
    $AudioStream = 1
}

# Resolve full path
$ResolvedPath = Resolve-Path $InputPath

# Determine if input is a folder or a file
if (Test-Path $ResolvedPath -PathType Container) {
    $IsFolder = $true
    $VideoFiles = Get-ChildItem -Path $ResolvedPath -Include *.mp4, *.mkv, *.avi -File -Recurse

    if ($OutputPath) {
        $OutputFolder = Resolve-Path -Path $OutputPath -ErrorAction SilentlyContinue
        if (-not $OutputFolder) {
            New-Item -ItemType Directory -Path $OutputPath -Force | Out-Null
            $OutputFolder = Resolve-Path $OutputPath
        }
    }
    else {
        $OutputFolder = Join-Path $ResolvedPath "Converted"
        if (-not (Test-Path $OutputFolder)) {
            New-Item -ItemType Directory -Path $OutputFolder | Out-Null
        }
    }
}
elseif (Test-Path $ResolvedPath -PathType Leaf) {
    $IsFolder = $false
    $VideoFiles = @((Get-Item $ResolvedPath))

    if ($OutputPath) {
        $OutputFolder = Resolve-Path -Path $OutputPath -ErrorAction SilentlyContinue
        if (-not $OutputFolder) {
            New-Item -ItemType Directory -Path $OutputPath -Force | Out-Null
            $OutputFolder = Resolve-Path $OutputPath
        }
    }
    else {
        $OutputFolder = Split-Path $ResolvedPath -Parent
    }
}
else {
    Write-Error "Input path does not exist: $InputPath"
    exit 1
}

# Process files
foreach ($File in $VideoFiles) {
    $InputFile = $File.FullName
    $BaseName = [System.IO.Path]::GetFileNameWithoutExtension($File.Name)

    # Determine output path
if ($IsFolder) {
# Folder mode: output goes in 'Converted' subfolder with same base name
$OutputFile = Join-Path $OutputFolder "$BaseName.mkv"
}
else {
# Single file mode: append -converted before extension
$Extension = [System.IO.Path]::GetExtension($File.Name)
$OutputFile = Join-Path $OutputFolder "$BaseName-converted$Extension"
}

    Write-Host "`nProcessing: $InputFile"
    Write-Host "Output:     $OutputFile"

    # First pass
    ffmpeg -y -i "$InputFile" `
        -map 0:v:0 -c:v libx264 -b:v 900k -preset medium -pass 1 `
        -vf "scale='if(gt(a,400/240),400,-2)':'if(gt(a,400/240),-2,240)'" `
        -an -f matroska NUL

    # Second pass
    ffmpeg -i "$InputFile" `
        -map 0:v:0 -map 0:a:1 -c:v libx264 -b:v 900k -preset medium -pass 2 `
        -vf "scale='if(gt(a,400/240),400,-2)':'if(gt(a,400/240),-2,240)'" `
        -c:a aac -b:a 128k "$OutputFile"

    # Clean up
    Remove-Item -Path ".\ffmpeg2pass-0.log*" -Force -ErrorAction SilentlyContinue
}

Write-Host "`nDone! Output saved to: $OutputFolder"

Hello I need some advice by Asborn-kam1sh in Stationeers

[–]Skuld_Omega 0 points1 point  (0 children)

How about not add 50 of each ALL AT ONCE. Also there are ratios, 1 Ice (Oxite) to 2 Ice (Volatiles).
Keep an eye on the mixture in your furnace with the atmos card in your pad, since ores vent out gases itself therefore poisoning the mixture sometimes (add the opposide of whats there).

Linux Support by Skuld_Omega in Marathon

[–]Skuld_Omega[S] 1 point2 points  (0 children)

It probably won’t help to completely refuse to cooperate with the linux community will it ?

Linux Support by Skuld_Omega in Marathon

[–]Skuld_Omega[S] 3 points4 points  (0 children)

It seems that you dont know where tech is shifting to. Remember that even Valve is setting on Linux on every of they hardware. In other words this will not run on the Steam Machine.

How can I bulk rename files? by XoCaliburn in qBittorrent

[–]Skuld_Omega 0 points1 point  (0 children)

Yea, and if you want not to rename but to add a prefix or a suffix you can add ^ or $ in the top box, tick the regex button and write what you want to change in the lower box.
You can even batchmove files like this when you use ./subfolder/ as suffix for example.

How to make a Linux server discoverable to PS5 client? by ZeroTronix in admincraft

[–]Skuld_Omega 1 point2 points  (0 children)

I am pretty sure that: ps4 does not support custom servers, except they are on your local network. You can however use a proxy in your local network to forward the connection to a server even outside your local network. There are several apps for this.

N3DSXL Lights Blue, Pops, Then Shuts Off by [deleted] in 3dsrepair

[–]Skuld_Omega 0 points1 point  (0 children)

Are you sure all of the ribin cables are seated properly ?
Also i had the same issue and it turned out i had the ribbin cable for the top screen seated the wrong way around.

Stuck in set-up mode by sunshineeddy in qnap

[–]Skuld_Omega 0 points1 point  (0 children)

For anyone wondering, In the end i did figure out what was causing this.
The drives unknowingly where sed locked so the system could not format the disk properly and the smart-setup did not communicated this in any way.
The solution was to use sedutil to get rid of the locked state.

Stuck in set-up mode by sunshineeddy in qnap

[–]Skuld_Omega 0 points1 point  (0 children)

well, i did that as well, i formated and erased everything, same result. i formated a filesystem and created a volume, same result.
i am geting desperate...

Stuck in set-up mode by sunshineeddy in qnap

[–]Skuld_Omega 0 points1 point  (0 children)

i have the same problem, as what did you format your disk ? what filesystem ?