docs: comments for future ffmpeg use

This commit is contained in:
2025-12-25 12:53:07 -07:00
parent 5805e7969f
commit fe1972b877

View File

@@ -31,3 +31,5 @@ local output_encoding='flac'
-- TODO: Loop through the path provided -- TODO: Loop through the path provided
-- TODO: Check if the file is the file_type -- TODO: Check if the file is the file_type
-- TODO: Check if the file has the encoding of ALAC -- TODO: Check if the file has the encoding of ALAC
---- Use the hint found at https://stackoverflow.com/questions/10934936/determine-whether-an-audio-file-is-encoded-in-apple-lossless-alac
---- ffprobe -v error -select_streams a:0 -show_entries stream=codec_name -of default=noprint_wrappers=1:nokey=1 file.m4a