goffer
26th May 2007, 17:02
Hello
I have problem with some movies in mp4 (mp4v aac). I make avs file with one line directshowsource and open it in megui. Megui correctly show movie in preview, I set mkv x264 slow bitrate, next I push enqueue, start and everything go hell. In log file have this:
Looking for job processor for job...
Processor found!
Starting job job1-1 at 16:34:09
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 200 --stats "D:\Users\Piotrek\aaa\zzz\aaa.stats" --bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --merange 12 --thread-input --progress --no-psnr --no-ssim --output NUL "D:\Users\Piotrek\aaa\zzz\aaa.avs"
successfully started encoding
Processing ended at 16:34:13
----------------------------------------------------------------------------------------------------------
Log for job job1-1
avis [error]: unsupported input format (DIB )
x264 [error]: could not open input file 'D:\Users\Piotrek\aaa\zzz\aaa.avs'
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
In google "unsupported input format (DIB )" I had found only to add ConvertToYV12() on end of the script but this don’t work. I decode mp4v in ffdshow as other mpeg4.
Please help me and sorry my English.
I have problem with some movies in mp4 (mp4v aac). I make avs file with one line directshowsource and open it in megui. Megui correctly show movie in preview, I set mkv x264 slow bitrate, next I push enqueue, start and everything go hell. In log file have this:
Looking for job processor for job...
Processor found!
Starting job job1-1 at 16:34:09
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 200 --stats "D:\Users\Piotrek\aaa\zzz\aaa.stats" --bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --merange 12 --thread-input --progress --no-psnr --no-ssim --output NUL "D:\Users\Piotrek\aaa\zzz\aaa.avs"
successfully started encoding
Processing ended at 16:34:13
----------------------------------------------------------------------------------------------------------
Log for job job1-1
avis [error]: unsupported input format (DIB )
x264 [error]: could not open input file 'D:\Users\Piotrek\aaa\zzz\aaa.avs'
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
In google "unsupported input format (DIB )" I had found only to add ConvertToYV12() on end of the script but this don’t work. I decode mp4v in ffdshow as other mpeg4.
Please help me and sorry my English.