2018-12-10, 12:33 AM
Hey, guys.
My new computer doesn't want to encode a video with my old Xvid4PSP v5.0.37.8 software that I always use to make xvid mp3 @ 25 fps out of HD videos to then use as basis to work with in my subtitle software. It's just more convenient that way. What's crazy is that my not-as-good PC does the job all right and they both run on Windows 10. I'm not sure what I'm missing here.
Here's the ongoing report of one that failed:
PLATFORM
------------------------------
OS: Microsoft Windows NT 6.2.9200.0
OEMCodePage: 850
Language: FRA
DecimalSeparator: ,
Framework: 2.0.50727.8835
Processors: 12
Machine: BERTRAND-PC1
UserName: beber
SystemDrive: C:
XVID4PSP
------------------------------
Version: 5.0.37.8 rev132
Created: 30/03/2010 09:15:38
TempPath: C:\Temp
AppPath: C:\Program Files (x86)\Winnydows\XviD4PSP5
FILES
------------------------------
Prince Of Darkness remastered 1080p 2018 Studio Canal Blu-ray REMUX DTS HDMA+PCM MULTi+commentary+PGS.mkv >
Prince Of Darkness remastered 2018 Studio Canal PAL.avi
TASK
------------------------------
Format: AVI
Duration: 01:37:42:480 (146562)
VideoDecoder: DirectShowSource
Resolution: 1920x1080 > 640x360
VCodecPreset: XviD HQ Ultra
VEncodingMode: Quality
VideoCodec: h264 > XviD
VideoBitrate: 36612 > Q3.0
Framerate: 24.000 > 25.000
FramerateModifer: AssumeFPS
SourceType: PROGRESSIVE
FieldOrder: UNKNOWN
AudioDecoder: 0
AEncodingPreset: MP3 CBR 128k
AudioCodec: PCM > MP3
AudioBitrate: 1536 > 128
Samplerate: 48000
Channels: 2
Normalize: 100%
Accurate: 10%
Gain: 4.761
SCRIPT
------------------------------
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\VideoFunctions.avs")
DirectShowSource("C:\Users\beber\Videos\Prince Of Darkness remastered 1080p 2018 Studio Canal Blu-ray REMUX DTS HDMA+PCM MULTi+commentary+PGS.mkv", fps=24.000, convertfps=true)
AmplifydB(4.761)
ConvertToYV12()
BilinearResize(640, 360)
AssumeFPS(25.000, true)
ResampleAudio(48000)
VIDEO ENCODING
------------------------------
Encoding video to: C:\Temp\0000.avi
XviD Q3.0 640x360 25.000fps (146562 frames)
xvid_encraw.exe: -cq 3 -bvhq -qpel -gmc -max_bframes 3 -threads 14 -avi "C:\Temp\0000.avi" -i "C:\Temp\0000.avs"
AUDIO ENCODING
------------------------------
Encoding audio to: C:\Temp\0000.mp3
MP3 128kbps 2ch 16bit 48000khz
lame.exe: -m s -b 128 -q 2 - "C:\Temp\0000.mp3"
MUXING
------------------------------
Video file: C:\Temp\0000.avi
Audio file: C:\Temp\0000.mp3
Muxing to: C:\Users\beber\Videos\Prince Of Darkness remastered 2018 Studio Canal PAL.avi
Please wait...
Error:
This log was saved here: C:\Users\beber\Videos\Prince Of Darkness remastered 2018 Studio Canal PAL.avi.error.log
The video encoding part is actually skipped and it goes right away to audio encoding, and then, it crashes when reaching the muxing and I get this error message:
And now, here's one that worked on my lesser PC:
PLATFORM
------------------------------
OS: Microsoft Windows NT 6.2.9200.0
OEMCodePage: 850
Language: FRA
DecimalSeparator: ,
Framework: 2.0.50727.8937
Processors: 4
Machine: BERTRAND-PC2
UserName: beber
SystemDrive: C:
XVID4PSP
------------------------------
Version: 5.0.37.8 rev132
Created: 30/03/2010 09:15:38
TempPath: D:\
AppPath: C:\Program Files (x86)\Winnydows\XviD4PSP5
FILES
------------------------------
Halloween 1080p US UHD Blu-ray TrueHD+PCM+AC3+commentary.mkv >
Halloween UHD.avi
TASK
------------------------------
Format: AVI
Duration: 01:27:50:760 (131769)
VideoDecoder: DirectShowSource
Resolution: 1920x1080 > 640x360
VCodecPreset: XviD HQ Ultra
VEncodingMode: Quality
VideoCodec: h264 > XviD
VideoBitrate: 21479 > Q3.0
Framerate: 23.976 > 25.000
FramerateModifer: AssumeFPS
SourceType: PROGRESSIVE
FieldOrder: UNKNOWN
AudioDecoder: NicAC3Source
AEncodingPreset: MP3 CBR 128k
AudioCodec: AC3 > MP3
AudioBitrate: 448 > 128
Samplerate: 48000
Channels: 6 > 2
UpDownMix: ConvertToDolbyProLogicII
Normalize: 100%
Accurate: 10%
Gain: 8.514
SCRIPT
------------------------------
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\VideoFunctions.avs")
loadplugin("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\NicAudio.dll")
loadplugin("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\soxfilter.dll")
video = DirectShowSource("\\NASNO2\Public\Zappiti Collection suite\Halloween\Halloween 1080p US UHD Blu-ray TrueHD+PCM+AC3+commentary.mkv", audio=false, fps=23.976, convertfps=true)
audio = NicAC3Source("D:\\0005_2.ac3")
AudioDub(video, audio)
ConvertToDolbyProLogicII()
ConvertAudioTo16bit()
AmplifydB(8.514)
ConvertToYV12()
BilinearResize(640, 360)
AssumeFPS(25.000, true)
ResampleAudio(48000)
VIDEO ENCODING
------------------------------
Encoding video to: D:\\0005.avi
XviD Q3.0 640x360 25.000fps (131769 frames)
xvid_encraw.exe: -cq 3 -bvhq -qpel -gmc -max_bframes 3 -threads 6 -avi "D:\\0005.avi" -i "D:\\0005.avs"
AUDIO ENCODING
------------------------------
Encoding audio to: D:\\0005.mp3
MP3 128kbps 2ch 16bit 48000khz
lame.exe: -m s -b 128 -q 2 - "D:\\0005.mp3"
MUXING
------------------------------
Video file: D:\\0005.avi
Audio file: D:\\0005.mp3
Muxing to: C:\Users\beber\Videos\Halloween UHD.avi
Please wait...
TIME
------------------------------
Temps total d'encodage: 35 min 26 sec
Le taille du fichier de sortie est: 413.46 mb
So what's wrong with my "better" PC? Did I forget to install something?
My new computer doesn't want to encode a video with my old Xvid4PSP v5.0.37.8 software that I always use to make xvid mp3 @ 25 fps out of HD videos to then use as basis to work with in my subtitle software. It's just more convenient that way. What's crazy is that my not-as-good PC does the job all right and they both run on Windows 10. I'm not sure what I'm missing here.
Here's the ongoing report of one that failed:
PLATFORM
------------------------------
OS: Microsoft Windows NT 6.2.9200.0
OEMCodePage: 850
Language: FRA
DecimalSeparator: ,
Framework: 2.0.50727.8835
Processors: 12
Machine: BERTRAND-PC1
UserName: beber
SystemDrive: C:
XVID4PSP
------------------------------
Version: 5.0.37.8 rev132
Created: 30/03/2010 09:15:38
TempPath: C:\Temp
AppPath: C:\Program Files (x86)\Winnydows\XviD4PSP5
FILES
------------------------------
Prince Of Darkness remastered 1080p 2018 Studio Canal Blu-ray REMUX DTS HDMA+PCM MULTi+commentary+PGS.mkv >
Prince Of Darkness remastered 2018 Studio Canal PAL.avi
TASK
------------------------------
Format: AVI
Duration: 01:37:42:480 (146562)
VideoDecoder: DirectShowSource
Resolution: 1920x1080 > 640x360
VCodecPreset: XviD HQ Ultra
VEncodingMode: Quality
VideoCodec: h264 > XviD
VideoBitrate: 36612 > Q3.0
Framerate: 24.000 > 25.000
FramerateModifer: AssumeFPS
SourceType: PROGRESSIVE
FieldOrder: UNKNOWN
AudioDecoder: 0
AEncodingPreset: MP3 CBR 128k
AudioCodec: PCM > MP3
AudioBitrate: 1536 > 128
Samplerate: 48000
Channels: 2
Normalize: 100%
Accurate: 10%
Gain: 4.761
SCRIPT
------------------------------
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\VideoFunctions.avs")
DirectShowSource("C:\Users\beber\Videos\Prince Of Darkness remastered 1080p 2018 Studio Canal Blu-ray REMUX DTS HDMA+PCM MULTi+commentary+PGS.mkv", fps=24.000, convertfps=true)
AmplifydB(4.761)
ConvertToYV12()
BilinearResize(640, 360)
AssumeFPS(25.000, true)
ResampleAudio(48000)
VIDEO ENCODING
------------------------------
Encoding video to: C:\Temp\0000.avi
XviD Q3.0 640x360 25.000fps (146562 frames)
xvid_encraw.exe: -cq 3 -bvhq -qpel -gmc -max_bframes 3 -threads 14 -avi "C:\Temp\0000.avi" -i "C:\Temp\0000.avs"
AUDIO ENCODING
------------------------------
Encoding audio to: C:\Temp\0000.mp3
MP3 128kbps 2ch 16bit 48000khz
lame.exe: -m s -b 128 -q 2 - "C:\Temp\0000.mp3"
MUXING
------------------------------
Video file: C:\Temp\0000.avi
Audio file: C:\Temp\0000.mp3
Muxing to: C:\Users\beber\Videos\Prince Of Darkness remastered 2018 Studio Canal PAL.avi
Please wait...
Error:
This log was saved here: C:\Users\beber\Videos\Prince Of Darkness remastered 2018 Studio Canal PAL.avi.error.log
The video encoding part is actually skipped and it goes right away to audio encoding, and then, it crashes when reaching the muxing and I get this error message:
And now, here's one that worked on my lesser PC:
PLATFORM
------------------------------
OS: Microsoft Windows NT 6.2.9200.0
OEMCodePage: 850
Language: FRA
DecimalSeparator: ,
Framework: 2.0.50727.8937
Processors: 4
Machine: BERTRAND-PC2
UserName: beber
SystemDrive: C:
XVID4PSP
------------------------------
Version: 5.0.37.8 rev132
Created: 30/03/2010 09:15:38
TempPath: D:\
AppPath: C:\Program Files (x86)\Winnydows\XviD4PSP5
FILES
------------------------------
Halloween 1080p US UHD Blu-ray TrueHD+PCM+AC3+commentary.mkv >
Halloween UHD.avi
TASK
------------------------------
Format: AVI
Duration: 01:27:50:760 (131769)
VideoDecoder: DirectShowSource
Resolution: 1920x1080 > 640x360
VCodecPreset: XviD HQ Ultra
VEncodingMode: Quality
VideoCodec: h264 > XviD
VideoBitrate: 21479 > Q3.0
Framerate: 23.976 > 25.000
FramerateModifer: AssumeFPS
SourceType: PROGRESSIVE
FieldOrder: UNKNOWN
AudioDecoder: NicAC3Source
AEncodingPreset: MP3 CBR 128k
AudioCodec: AC3 > MP3
AudioBitrate: 448 > 128
Samplerate: 48000
Channels: 6 > 2
UpDownMix: ConvertToDolbyProLogicII
Normalize: 100%
Accurate: 10%
Gain: 8.514
SCRIPT
------------------------------
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\functions\VideoFunctions.avs")
loadplugin("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\NicAudio.dll")
loadplugin("C:\Program Files (x86)\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\soxfilter.dll")
video = DirectShowSource("\\NASNO2\Public\Zappiti Collection suite\Halloween\Halloween 1080p US UHD Blu-ray TrueHD+PCM+AC3+commentary.mkv", audio=false, fps=23.976, convertfps=true)
audio = NicAC3Source("D:\\0005_2.ac3")
AudioDub(video, audio)
ConvertToDolbyProLogicII()
ConvertAudioTo16bit()
AmplifydB(8.514)
ConvertToYV12()
BilinearResize(640, 360)
AssumeFPS(25.000, true)
ResampleAudio(48000)
VIDEO ENCODING
------------------------------
Encoding video to: D:\\0005.avi
XviD Q3.0 640x360 25.000fps (131769 frames)
xvid_encraw.exe: -cq 3 -bvhq -qpel -gmc -max_bframes 3 -threads 6 -avi "D:\\0005.avi" -i "D:\\0005.avs"
AUDIO ENCODING
------------------------------
Encoding audio to: D:\\0005.mp3
MP3 128kbps 2ch 16bit 48000khz
lame.exe: -m s -b 128 -q 2 - "D:\\0005.mp3"
MUXING
------------------------------
Video file: D:\\0005.avi
Audio file: D:\\0005.mp3
Muxing to: C:\Users\beber\Videos\Halloween UHD.avi
Please wait...
TIME
------------------------------
Temps total d'encodage: 35 min 26 sec
Le taille du fichier de sortie est: 413.46 mb
So what's wrong with my "better" PC? Did I forget to install something?