run_converter_app {LJmp3converter} | R Documentation |
Launch the Video to MP3 Converter App
Description
This function converts video files to MP3. It provides a simple interface for selecting an input folder and processing the files, with the converted MP3 files saved in the same input folder.
Usage
run_converter_app()
Value
No return value, called for side effects.
Examples
## Not run:
if (interactive()) {
run_converter_app()
}
## End(Not run)
[Package LJmp3converter version 1.0.7 Index]