DaRtHmAuL
7th October 2007, 18:10
Hi,
I have some problems to build my HD-DVD backup in Scenarist ACA. When I import a sample of 1min from my main movie, Scenarist accepts the file with no problem after the 29.97fps pulldown with H264Info (Alpha v0.11). But when i start to encode the whole movie with the same AVS (1) and x264 (2) scripts as the sample, Scenarist gave me a stream error ("Unsupported stream type") at import with 29.97 pulldown, but not at 59.94fps... weird. So, I decide to import the only working stream, the one at 59.97 and the ac3 file but Scenarist returns another error at build step : "AU size too large; stream is not DVD-legal". I've tried to reencode the file with BeLight with no success.
Graphedit structure:
Haali Media Splitter -----> CoreAVC Video Decoder (MKV in this case)
(1) AVS scripts tested (Avisynth v2.5.8a):
directshowsource("I:\HDTV\swordfish\swordfish.grf",fps=23.98,audio=false)
AddBorders(0,96,0,96) ---> to get a 720P native stream
ConvertToYV12()
AssumeFPS(24000,1001)
AND
directshowsource("I:\HDTV\swordfish\swordfish.grf",framecount=??????,fps=23.98,audio=false)
AddBorders(0,96,0,96)
ConvertToYV12()
AssumeFPS(24000,1001)
(2) x264 used commands (x264_675a_pulldown by Trahald):
"I:\HDTV\x264.exe" --pass 1 --bitrate 5550 --stats "film.stats" --vbv-init 1.0 --aq-strength 0.25 --aq-sensitivity 5 --keyint 12 --min-keyint 4 --mvrange 511 --nal-hrd --vbv-maxrate 20000 --vbv-bufsize 14745 --level 4.1 --bframe 2 --b-rdo --weightb --bime --ref 3 --mixed-refs --deblock -1:-1 --qcomp 0.75 --ipratio 1.10 --pbratio 1.10 --partitions "all" --8x8dct --me "hex" --subme 6 --threads auto --no-fast-pskip --aud --sar 1:1 --deadzone-intra 6 --deadzone-inter 6 --non-deterministic --progress --output NUL "I:\HDTV\swordfish\video.avs"
"I:\HDTV\x264.exe" --pass 2 --bitrate 5550 --stats "film.stats" --vbv-init 1.0 --aq-strength 0.25 --aq-sensitivity 5 --keyint 12 --min-keyint 4 --mvrange 511 --nal-hrd --vbv-maxrate 20000 --vbv-bufsize 14745 --level 4.1 --bframe 2 --b-rdo --weightb --bime --ref 3 --mixed-refs --deblock -1:-1 --qcomp 0.75 --ipratio 1.10 --pbratio 1.10 --partitions "all" --8x8dct --me "hex" --subme 6 --threads auto --no-fast-pskip --aud --sar 1:1 --deadzone-intra 6 --deadzone-inter 6 --non-deterministic --progress --output video.264 "I:\HDTV\swordfish\video.avs"
By the way, all my encoded streams (with or without framecount) have not the same length as the audio file.
Thanks for all your help
Cya
I have some problems to build my HD-DVD backup in Scenarist ACA. When I import a sample of 1min from my main movie, Scenarist accepts the file with no problem after the 29.97fps pulldown with H264Info (Alpha v0.11). But when i start to encode the whole movie with the same AVS (1) and x264 (2) scripts as the sample, Scenarist gave me a stream error ("Unsupported stream type") at import with 29.97 pulldown, but not at 59.94fps... weird. So, I decide to import the only working stream, the one at 59.97 and the ac3 file but Scenarist returns another error at build step : "AU size too large; stream is not DVD-legal". I've tried to reencode the file with BeLight with no success.
Graphedit structure:
Haali Media Splitter -----> CoreAVC Video Decoder (MKV in this case)
(1) AVS scripts tested (Avisynth v2.5.8a):
directshowsource("I:\HDTV\swordfish\swordfish.grf",fps=23.98,audio=false)
AddBorders(0,96,0,96) ---> to get a 720P native stream
ConvertToYV12()
AssumeFPS(24000,1001)
AND
directshowsource("I:\HDTV\swordfish\swordfish.grf",framecount=??????,fps=23.98,audio=false)
AddBorders(0,96,0,96)
ConvertToYV12()
AssumeFPS(24000,1001)
(2) x264 used commands (x264_675a_pulldown by Trahald):
"I:\HDTV\x264.exe" --pass 1 --bitrate 5550 --stats "film.stats" --vbv-init 1.0 --aq-strength 0.25 --aq-sensitivity 5 --keyint 12 --min-keyint 4 --mvrange 511 --nal-hrd --vbv-maxrate 20000 --vbv-bufsize 14745 --level 4.1 --bframe 2 --b-rdo --weightb --bime --ref 3 --mixed-refs --deblock -1:-1 --qcomp 0.75 --ipratio 1.10 --pbratio 1.10 --partitions "all" --8x8dct --me "hex" --subme 6 --threads auto --no-fast-pskip --aud --sar 1:1 --deadzone-intra 6 --deadzone-inter 6 --non-deterministic --progress --output NUL "I:\HDTV\swordfish\video.avs"
"I:\HDTV\x264.exe" --pass 2 --bitrate 5550 --stats "film.stats" --vbv-init 1.0 --aq-strength 0.25 --aq-sensitivity 5 --keyint 12 --min-keyint 4 --mvrange 511 --nal-hrd --vbv-maxrate 20000 --vbv-bufsize 14745 --level 4.1 --bframe 2 --b-rdo --weightb --bime --ref 3 --mixed-refs --deblock -1:-1 --qcomp 0.75 --ipratio 1.10 --pbratio 1.10 --partitions "all" --8x8dct --me "hex" --subme 6 --threads auto --no-fast-pskip --aud --sar 1:1 --deadzone-intra 6 --deadzone-inter 6 --non-deterministic --progress --output video.264 "I:\HDTV\swordfish\video.avs"
By the way, all my encoded streams (with or without framecount) have not the same length as the audio file.
Thanks for all your help
Cya