mg262
31st December 2004, 01:00
While playing around with AVC encoding in Nero, I was getting crashes as soon as I started encoding, with log files containing stuff like this:
23:54:02 File burn_ndigital.cpp, Line 722
Nth-pass file = C:\DOCUME~1\Mohan\LOCALS~1\Temp\\00. creditsa00616.bin
ERROR in file:E:\Sources\Current\Recode 2.2\Nero Recode II\burning\burn_ndigital.cpp, line:2048, error:Unspecified error (0x80004005)
23:54:02 File burn_ndigital.cpp, Line 200
NeroDigital: exit
________________________________
Turns out you can work around it by creating a 'null' AVISynth file like
aviSource("01. The Dreamstone.avi")
(The original file was encoding using HuffYUV. Maybe there some well-known reason why I shouldn't be feeding this into Recode, but I don't know it.)
Mohan
23:54:02 File burn_ndigital.cpp, Line 722
Nth-pass file = C:\DOCUME~1\Mohan\LOCALS~1\Temp\\00. creditsa00616.bin
ERROR in file:E:\Sources\Current\Recode 2.2\Nero Recode II\burning\burn_ndigital.cpp, line:2048, error:Unspecified error (0x80004005)
23:54:02 File burn_ndigital.cpp, Line 200
NeroDigital: exit
________________________________
Turns out you can work around it by creating a 'null' AVISynth file like
aviSource("01. The Dreamstone.avi")
(The original file was encoding using HuffYUV. Maybe there some well-known reason why I shouldn't be feeding this into Recode, but I don't know it.)
Mohan