syarif99 / blurip

Automatically exported from code.google.com/p/blurip
0 stars 0 forks source link

switching encoding input method does not rewrite the .asv script #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for yet unknown reasons, one of my blu-ray produces an FFVideoSource error 
("Exception: FFVideoSource: The index does not match the source file"). this 
first happens on autocrop, and later on also in the encoding phase.

i thus switched "AutoCrop input method" to DirectShowSource and rerun the 
autocrop step. this worked fine, with blurip successfully finding the 140px 
crop values.

at this point, i still had "Encoding input method" set to "FFVideoSource", 
which produced the same exception in the encoding step. but this time, 
switching the encoding input method to DirectShowSource still produced the same 
error, as blurip didn't rewrite the .asv script (xx_encode.asv). 

as a workaround, i had to rerun the Autocrop step to have the asv scripts 
rewritten.

Original issue reported on code.google.com by thomas.h...@gmail.com on 24 Aug 2010 at 6:33

GoogleCodeExporter commented 9 years ago
You can set 'Always delete index files' if you get the "The index does not 
match the source file" exception.

Maybe I rewrite the avs file if the input method is changed.

Original comment by hawk...@gmx.net on 26 Aug 2010 at 11:54

GoogleCodeExporter commented 9 years ago
This also occurs if the Avisynth profile has been changed. That is, the .avs 
file (FOLDER_encode.avs) is not updated although profile changed. 

Original comment by bob.pa...@gmail.com on 12 Oct 2010 at 6:04

GoogleCodeExporter commented 9 years ago
I changed this in current svn. The .avs is always created if encoding is 
started.

Original comment by hawk...@gmx.net on 12 Oct 2010 at 6:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Should be fixed pls test

Original comment by hawk...@gmx.net on 14 Oct 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Hawk - just tested - fix verified. Rewrite effective once "encode" started.

Original comment by bob.pa...@gmail.com on 14 Oct 2010 at 4:38