Talk:WriteFile
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) (WriteFileIf: append always true) |
Raffriff42 (Talk | contribs) (Note on 'append' clarification) |
||
Line 3: | Line 3: | ||
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) |
Revision as of 05:32, 11 September 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)