home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.os.linux.ubuntu      I preferred Xubuntu, seemed a bit faster      134,474 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 133,702 of 134,474   
   Paul to Big Al   
   Re: AI Can Write FFMPEG Scripts   
   22 Mar 24 19:30:43   
   
   XPost: alt.os.linux.mint   
   From: nospam@needed.invalid   
      
   On 3/22/2024 3:41 PM, Big Al wrote:   
   > On 3/22/24 03:20 PM, Dr. Noah Bodie wrote:   
   >> I just found out that AI can write short scripts that use FFMPEG. I asked   
   it to write an app that would convert stereo mp3s into mono mp3s and it did it   
   in one take.   
   >>   
   >> This could make using FFMPEG easier for certain tasks.   
   > what AI program did you use?   
      
   CoPilot:   
      
   $ Give a command line invocation of FFMPEG to convert a stereo MP3   into a   
   monophonic MP3   
      
   ffmpeg -i input.mp3 -c:a libmp3lame -q:a 2 -ac 1 output.mp3   
      
   Explanation:   
      
   -i input.mp3: Specifies the input stereo MP3 file.   
   -c:a libmp3lame: Sets the audio codec to libmp3lame for the output.   
   -q:a 2: Controls the audio quality (2 is a reasonable value).   
   -ac 1: Converts the audio to mono (single channel).   
   output.mp3: Specifies the output monophonic MP3 file.   
      
   *******   
      
   https://trac.ffmpeg.org/wiki/AudioChannelManipulation   
      
      "Mix a single stereo stream down to a mono stream.   
       Both channels of the stereo stream will be downmixed into the stream"   
      
      Paul   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca