Talk:WriteFile: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
WriteFileIf: append always true
 
Raffriff42 (talk | contribs)
m Category:Talk
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Talk]]
====WriteFileIf: append always true====
====WriteFileIf: append always true====
Reported [http://forum.doom9.org/showthread.php?t=172578 here] <br>
Reported [http://forum.doom9.org/showthread.php?t=172578 here] <br>
Contrary to the docs, as of v2.60, the 'append' argument seems to be obeyed only during filter [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l560 setup] and [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l627 shutdown] - not during [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l600 frame processing] (append mode hard coded into GetFrame) <br>
Contrary to the docs, as of v2.60, the 'append' argument seems to be obeyed only during filter [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l560 setup] and [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l627 shutdown] - not during [http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/filters/conditional/conditional_reader.cpp?view=markup#l600 frame processing] (append mode hard coded into GetFrame) <br>
[[User:Raffriff42|Raffriff42]] 15:05, 9 September 2015 (CEST)
[[User:Raffriff42|Raffriff42]] 15:05, 9 September 2015 (CEST)
:This is [http://forum.doom9.org/showthread.php?p=1737823#post1737823 normal behavior], but this page did not say so explicitly. Have attempted to clarify. [[User:Raffriff42|Raffriff42]] 06:32, 11 September 2015 (CEST)

Latest revision as of 03:05, 14 December 2015

WriteFileIf: append always true

Reported here
Contrary to the docs, as of v2.60, the 'append' argument seems to be obeyed only during filter setup and shutdown - not during frame processing (append mode hard coded into GetFrame)
Raffriff42 15:05, 9 September 2015 (CEST)

This is normal behavior, but this page did not say so explicitly. Have attempted to clarify. Raffriff42 06:32, 11 September 2015 (CEST)