09/04/20 14:58:51
勝手に>>130の修正まとめた
download.plの中身
if( $dlconfig::FILE_NAME_FORMAT == 1 ) {
↓
if( ${dlconfig::FILE_NAME_FORMAT} == 1 ) {
my $command = encode( 'cp932', qq[ffmpeg -i "${DOWNLOAD_DIR}\\${flv_filename}" -ab 128 "${MP3_SAVE_DIR}\\${mp3_filename}"] );
↓
my $command = encode( 'cp932', qq[ffmpeg -i -vn "${DOWNLOAD_DIR}\\${flv_filename}" -acodec copy "${MP3_SAVE_DIR}\\${mp3_filename}"] );