Re: how can I convert audio files to vidio files for youtube

If you want to create a video file with a static image and get a small file size for the video, you can use ffmpeg. Download FFmpeg, extract it to a folder of your choice and navigate to that folder using the command line. You can copy the audio and image file to the ffmpeg folder for simplicity so you can input them in the command easily.

In the command prompt, enter this command:

ffmpeg -y -i your-image.jpg -i your-audio-file.mp3 -c:a copy video0output0name.avi

If you want FFmpeg to be accessible in the command line from anywhere, you will neet to put a reference to it in the Windows PATH variable. Replace the image file name, audio file name and the video file name for your files above.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : yousuf via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ertay via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Dragons via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector

Reply via email to