View Single Post
  #1172  
Old 07.03.2020, 06:07
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,549
Default

Quote:
Originally Posted by Loadrix View Post
Is it possible if you download a video (MP4, MPEG, MKV) from a website (not youtube), to automatically extract the audio part of the video container and then delete the video?
JD already has an option for this. In the linkgrabber tab, select the file and use context menu command "Convert to... > Extract Audio Stream".

Quote:
Also, is it possible to write a 2nd version of that script that includes also automatic re-encoding with lower bitrate (64kbps?) to drastically shrink the filesize of the audio file?
Find the 'ffmpeg' CLI command needed to convert the file and use 'callSync/callAsync' method to call it from eventscripter. If you need help adding it to the script, please provide the working CLI command here.
Reply With Quote