Today, 06:57 AM
I’m a bit of a newbie, so I apologize if this has already been answered elsewhere.
Some of my playback files freeze, and the audio skips back a few seconds. I’ve tried playing the files through different players, and they all behave strangely, which led me to believe that the issue might be with the encoding itself. I noticed that FFmpeg was from 2023, so I updated it to the latest version.
I also wanted to tweak the TranscodeArgs since my hardware is fairly powerful (Core i9, RTX 4090, 128GB RAM), but I don’t think the settings are taking effect.
When I check the log (nrecord.log), the only parameters I see are as follows (i replaced the name of the show):
C:\Program Files\NextPVR\Other\ffmpeg.exe -re -y -i "M:\PLEX\_TV_\SomeTVShow_2025-04-04_22350030.ts" -vf fps=1/10,scale=220:124 -f mjpeg -flush_packets 1 "M:\PLEX\_TV_\SomeTVShow_2025-04-04_22350030.thumbnail"
here are the changes directly from the config.xml that I made -
<TranscodeHLS>
-y -v error -hwaccel cuda -hwaccel_output_format cuda -i [SOURCE] -f mpegts
-c:v h264_nvenc -preset p5 -rc vbr -cq 19 -b:v [BITRATE] -maxrate [BITRATE] -bufsize 2M
-c:a aac -b:a 128k -ar 48000 -ac 2 -s [RESOLUTION] -aspect [ASPECT] -g 60 -sc_threshold 0 [TARGET]
</TranscodeHLS>
<AnalyzeDuration>default</AnalyzeDuration>
<VideoEncoder>NVIDIA</VideoEncoder>
<TranscodeArgs>
-y -v error -hwaccel cuda -hwaccel_output_format cuda -i [SOURCE] -f mpegts
-c:v h264_nvenc -preset p5 -rc vbr -cq 19 -b:v [BITRATE] -maxrate [BITRATE] -bufsize 2M
-c:a aac -b:a 128k -ar 48000 -ac 2 -s [RESOLUTION] -aspect [ASPECT] -g 60 -sc_threshold 0 [TARGET]
</TranscodeArgs>
Some of my playback files freeze, and the audio skips back a few seconds. I’ve tried playing the files through different players, and they all behave strangely, which led me to believe that the issue might be with the encoding itself. I noticed that FFmpeg was from 2023, so I updated it to the latest version.
I also wanted to tweak the TranscodeArgs since my hardware is fairly powerful (Core i9, RTX 4090, 128GB RAM), but I don’t think the settings are taking effect.
When I check the log (nrecord.log), the only parameters I see are as follows (i replaced the name of the show):
C:\Program Files\NextPVR\Other\ffmpeg.exe -re -y -i "M:\PLEX\_TV_\SomeTVShow_2025-04-04_22350030.ts" -vf fps=1/10,scale=220:124 -f mjpeg -flush_packets 1 "M:\PLEX\_TV_\SomeTVShow_2025-04-04_22350030.thumbnail"
here are the changes directly from the config.xml that I made -
<TranscodeHLS>
-y -v error -hwaccel cuda -hwaccel_output_format cuda -i [SOURCE] -f mpegts
-c:v h264_nvenc -preset p5 -rc vbr -cq 19 -b:v [BITRATE] -maxrate [BITRATE] -bufsize 2M
-c:a aac -b:a 128k -ar 48000 -ac 2 -s [RESOLUTION] -aspect [ASPECT] -g 60 -sc_threshold 0 [TARGET]
</TranscodeHLS>
<AnalyzeDuration>default</AnalyzeDuration>
<VideoEncoder>NVIDIA</VideoEncoder>
<TranscodeArgs>
-y -v error -hwaccel cuda -hwaccel_output_format cuda -i [SOURCE] -f mpegts
-c:v h264_nvenc -preset p5 -rc vbr -cq 19 -b:v [BITRATE] -maxrate [BITRATE] -bufsize 2M
-c:a aac -b:a 128k -ar 48000 -ac 2 -s [RESOLUTION] -aspect [ASPECT] -g 60 -sc_threshold 0 [TARGET]
</TranscodeArgs>