View Single Post
  #1631  
Old 28.12.2020, 05:06
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Kaelthas View Post
The M4A to mp3 converter script keeps crashing on line 17 after a while of download. Was there a fix to it?
The script just passes the command to ffprobe, which fails to return valid JSON data. Most likely caused by ffprobe version which is not compatible (or corrupted?) with the encoded file. Can be confirmed by running the following command in the terminal/cmd window, on the media file which causes the crash.

Quote:
<path/to/ffprobe> -print_format json -show_streams -show_format <path/to/mediafile>
If confirmed, upgrading/replacing ffmpeg with a compatible version/new copy should fix it.
Reply With Quote