• 1.8.3 b577987efd

    Case DSR Stable

    Anri released this 2024-05-12 17:45:16 +02:00 | 48 commits to main since this release

    Bug fix

    • Ignore case of extensions (MP4 vs mp4 for example) 85cabf536c

    Full changelog

    Downloads
  • 1.8.2 6c0f8e70d8

    Cleaner DSR Stable

    Anri released this 2024-04-04 12:36:11 +02:00 | 50 commits to main since this release

    Quality of life


    Full changelog

    Downloads
  • 1.8.1 a3f4c077ef

    Debugging DSR Stable

    Anri released this 2024-04-04 12:09:53 +02:00 | 53 commits to main since this release

    Quality of life

    • Don't close the app when an error is raised 274e67ff45

    Installation

    Chore


    Full changelog

    Downloads
  • 1.8.0 5a5fe09a93

    Streaming DSR Stable

    Anri released this 2024-01-16 20:26:55 +01:00 | 60 commits to main since this release

    Improvement


    Full changelog

    Downloads
  • 1.7.0 22d8c76bfa

    NVenc DSR Stable

    Anri released this 2023-12-03 00:02:07 +01:00 | 65 commits to main since this release

    Improvement

    Chore

    NVenc is optimized?

    Here is how I tested with a file:

      @ECHO OFF
      SETLOCAL ENABLEDELAYEDEXPANSION
    
      SET "ffmpeg=%LOCALAPPDATA%\DSR\resources\app\node_modules\ffmpeg-static\ffmpeg.exe"
    
      :: CPU
      ::
      :: Seconds           : 46
      ::
      !ffmpeg! -y -i "video.mp4" -c:v libx264 -b:v 1605k -pass 1 -an -f mp4 NUL && \
      !ffmpeg! -y -i "video.mp4" -c:v libx264 -b:v 1605k -pass 2 -c:a copy -map 0:0 -map 0:1 -map 0:2 -f mp4 "out.mp4"
    
      :: GPU
      ::
      :: Seconds           : 37
      ::
      !ffmpeg! -y -hwaccel cuda -i "video.mp4" -c:v h264_nvenc -b:v 2889k -pass 1 -an -f mp4 NUL && \
      !ffmpeg! -y -hwaccel cuda -i "video.mp4" -c:v h264_nvenc -b:v 2889k -pass 2 -c:a copy -map 0:0 -map 0:1 -map 0:2 -f mp4 "out2.mp4"
    

    Running the file: Measure-Command { Start-Process -FilePath ".\script.bat" -Wait -NoNewWindow }

    So it reduce the wait of 10 seconds I guess? But the quality is also kinda reduced ; feel free to check with your own tests.


    Full changelog

    Downloads
  • 1.6.0 e244e78b2f

    Anri released this 2023-11-19 22:32:29 +01:00 | 68 commits to main since this release

    Improvement

    Chore


    Full changelog

    Downloads
  • 1.5.1 6c7d2e984c

    Nitro DSR Stable

    Anri released this 2023-11-11 14:54:51 +01:00 | 73 commits to main since this release

    Improvement

    • Add nitro support via nitro flag (add /nitro as argument when calling dsr.exe will work!) 61defcc7b0
    • Script snippet for easier installation 6e23fb64df

    Chore


    Full changelog

    Downloads
  • 1.4.0 df63747376

    Anri released this 2023-08-24 16:20:34 +02:00 | 78 commits to main since this release

    Improvement

    Chore


    Full changelog

    Downloads
  • 1.3.0 ef356ef58f

    Stereo DSR Stable

    Anri released this 2023-08-04 21:24:22 +02:00 | 87 commits to main since this release

    Improvement

    • The mixed audio track is now stereo (d42b8a0345)

    Bug fixes

    • Correctly logs errors into the user console when FFmpeg crash (542136dc46)
    • Correct default audio track to the mixed one (01b4cdcc03)

    Full changelog

    Downloads
  • 1.2.1 823618535f

    QoL DSR Stable

    Anri released this 2023-08-01 15:59:59 +02:00 | 92 commits to main since this release

    Improvement

    • 7eafb0b27c delete twopass files created by ffmpeg if needed

    Full changelog

    Downloads