ONO::Lib::File

This library contains everything related to file management

Functions

convert();

Convert various file types. Some types are converted directly, others will be added to the CronSync media processing pipeline.

This also supports PDF/HEIC to JPG conversion, M4A/WMV to MP3, various video to MP4 conversions, as well as XLS to CSV.

ONO::Lib::File->convert( $file1,$file2 );

convertfilename();

Generate a filename for the converted target file, usually the original filename followed by a "_converted" string.

ONO::Lib::File->convertfilename( $file,$new );

Sub-Modules

Dependencies