twazerty
14th March 2016, 22:25
I have the following problem:
Playing the Avisynth script trough MPC HC results in missing the leading black frames that are in front of the video. Result: audio/video out of sync.
Original trailer sample starts with 1 second of black video. Playing the avisynth file is missing the first second of black video. If I put the Avisynth script trough x264 to get a new h264 file: same results, missing first second.
Script:
DirectShowsource("F:\Trailers\Chain of Command.m2ts",fps=23.976,audio=false).ConvertToYV12().AssumeFPS(24000,1001).addborders(0,0,0,0)
Tried with Avisynth 2.58 and 2.60
Tried with LavFilters 0.65 and 0.68
Tried with X264.exe r2665, r2638 and r2334
F:\Temp>"J:\Tools\X264\32bit\x264.exe" --pass 1 --bitrate 17775 --weightp 0 --bframes 3 --nal-hrd vbr
--vbv-maxrate 18000 --vbv-bufsize 18000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--bluray-compat --open-gop --stats "F:\Temp\Test decoder encoder.stats" --fps 24000/1001 --force-cfr
--sar 1:1 --direct auto --output NUL "F:\Temp\Test decoder encoder.avs"
F:\Temp>"J:\Tools\X264\32bit\x264.exe" --pass 2 --bitrate 17775 --weightp 0 --bframes 3 --nal-hrd vbr
--vbv-maxrate 18000 --vbv-bufsize 18000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--bluray-compat --open-gop --stats "F:\Temp\Test decoder encoder.stats" --fps 24000/1001 --force-cfr
--sar 1:1 --me umh --direct auto --psy-rd 1.0:0.25 --output "F:\Temp\Test decoder encoder.264" "F:\Temp\Test decoder encoder.avs"
Running:
Windows 10 Home 64 bit
AMD R390 Graphics card with Crimson Drivers 15.12
Core i7 6700k
Testing with MPC HC 1.7.10 32 bit to play the avisynth files
Testing with different files like m2ts and mkv, all are giving the same problem.
I am trying to figure out what is the problem for days without any progress.
Any ideas what could be the source of my problems?
Playing the Avisynth script trough MPC HC results in missing the leading black frames that are in front of the video. Result: audio/video out of sync.
Original trailer sample starts with 1 second of black video. Playing the avisynth file is missing the first second of black video. If I put the Avisynth script trough x264 to get a new h264 file: same results, missing first second.
Script:
DirectShowsource("F:\Trailers\Chain of Command.m2ts",fps=23.976,audio=false).ConvertToYV12().AssumeFPS(24000,1001).addborders(0,0,0,0)
Tried with Avisynth 2.58 and 2.60
Tried with LavFilters 0.65 and 0.68
Tried with X264.exe r2665, r2638 and r2334
F:\Temp>"J:\Tools\X264\32bit\x264.exe" --pass 1 --bitrate 17775 --weightp 0 --bframes 3 --nal-hrd vbr
--vbv-maxrate 18000 --vbv-bufsize 18000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--bluray-compat --open-gop --stats "F:\Temp\Test decoder encoder.stats" --fps 24000/1001 --force-cfr
--sar 1:1 --direct auto --output NUL "F:\Temp\Test decoder encoder.avs"
F:\Temp>"J:\Tools\X264\32bit\x264.exe" --pass 2 --bitrate 17775 --weightp 0 --bframes 3 --nal-hrd vbr
--vbv-maxrate 18000 --vbv-bufsize 18000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--bluray-compat --open-gop --stats "F:\Temp\Test decoder encoder.stats" --fps 24000/1001 --force-cfr
--sar 1:1 --me umh --direct auto --psy-rd 1.0:0.25 --output "F:\Temp\Test decoder encoder.264" "F:\Temp\Test decoder encoder.avs"
Running:
Windows 10 Home 64 bit
AMD R390 Graphics card with Crimson Drivers 15.12
Core i7 6700k
Testing with MPC HC 1.7.10 32 bit to play the avisynth files
Testing with different files like m2ts and mkv, all are giving the same problem.
I am trying to figure out what is the problem for days without any progress.
Any ideas what could be the source of my problems?