Skip to content

Commit

Permalink
Update AviSynth/VapourSynth README.md
Browse files Browse the repository at this point in the history
AviSynth/README.md: update the description of stream_index=-1 (LWLibavAudioSource).
VapourSynth/README.md: add XYZ12LE color format.
  • Loading branch information
Asd-g committed Feb 28, 2024
1 parent c6543b9 commit 0a0f91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AviSynth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
The path of the source file.
+ stream_index (default : -1)
The stream index to open in the source file.
The value -1 means trying to get the first detected audio stream.
The value -1 means the defalut audio stream.
+ cache (default : true)
Same as 'cache' of LWLibavVideoSource().
+ cachefile (default : source + ".lwi")
Expand Down
1 change: 1 addition & 0 deletions VapourSynth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"RGB30"
"RGB48"
"RGB64BE"
"XYZ12LE"
+ decoder (defalut : "")
Names of preferred decoder candidates separated by comma.
For instance, if you prefer to use the 'h264_qsv' and 'mpeg2_qsv' decoders instead of the generally
Expand Down

0 comments on commit 0a0f91d

Please sign in to comment.