essential-apps / Media /VLC /Portable /lua /http /vlm_export.html
codekingpro's picture
Upload folder using huggingface_hub
8739cbb verified
Raw
History Blame Contribute Delete
308 Bytes
## <pre>
##
## <a href="vlm.html">VLM HTTP interface</a>
## This file can be loaded as is in VLM.
## Comments starting with "##" were added by the HTTP interface.
## You can remove them if you want to.
##
<?vlc print(vlc.vlm.execute_command(vlm,"export").value) ?>
##
## end of export
## </pre>