Your visual input is just one frame. I suspect IG doesn’t like this. Loop it to make a video stream out of it.
ffmpeg -i test.wav -loop 1 -i test.png -c:a aac -b:a 256k -ar 44100 -c:v libx264 -pix_fmt yuv420p -preset faster -tune stillimage -shortest test.mp4
(Manual bitrate isn’t usually necessary for libx264)
Related posts:
- FFMPEG Command to Resize & Scale Images For Instagram Posts & Stories Without Losing Aspect Ratio & Quality on Command Line
- React.js Instagram Stories Builder Component Using react-insta-stories-wh Library Full Tutorial With Examples
- React Native Instagram Stories Builder Component Using react-insta-stories Library Full Tutorial With Examples
- Node.js Project to Get Instagram Profile Image and Posts Using Instagram-Links Library in Javascript Full Tutorial For Beginners
- Vue.js Instagram API Tutorial to Embed Posts on Website Using vue-instagram-embed Library in Javascript Full Tutorial For Beginners
- Python 3 Instagramy Library Script to Scrape Instagram API Posts Details Images and Profile of Person in Command Line Full Project For Beginners
- FFMPEG Command to Generate Audio MP3 File Colorful Peaking Waveform in a MP4 Video on Command Line Full Project For Beginners
- Node.js FFMPEG Example to Extract Audio From MP4 Video File Using ffmpeg-extract-audio Library in Javascript Full Project For Beginners
- Python 3 Selenium Instagram Automation API Bot to Like Posts and Images Web App Full Project For Beginners
- Python 3 Web Scraping Script to Scrape Instagram Posts & Images From Username,Hashtags & Locations Full Project For Beginners
- Python 3 FFMPEG Tkinter Script to Build Audio & Video Converter to Merge,Crop Audio & Images GUI Desktop App Full Project For Beginners
- FFMPEG Command to Extract Audio Mp3 From Mp4 or Any Extension Video in Command Line | FFMPEG Convert MP4 to Mp3 in Windows 10 Full Tutorial For Beginners
- C/C++ FFMPEG Program to Generate PNG Waveform Images of Audio MP3 Files Full Project For Beginners
- Python 3 Instagramy + Pandas Script to Scrape Instagram Users Followers and Following Usernames and Posts Data and Analyze them Full Project For Beginners
- Python Instagramy Script to Scrape Instagram API Profile Pic and Posts of Users and Save it in PC Full Project For Beginners
- Python 3 Kivy Instagram API Automate Liking User Posts Bot GUI Desktop App Full Project For Beginners
- Node.js Express FFMPEG Project to Replace Audio Track in Video With Other Audio File in Browser Using Javascript Full Project For Beginners
- Python 3 Web Scraping Tutorial to Scrape Instagram User Followers,Bio & Media on Command Line Using instagram-scraper Library Full Project For Beginners
- FFMPEG Command to Mute Portion of Audio in Video For X Seconds in Command Line Full Project For Beginners
- How to Make Video SlideShows with Images and Audio Using Node FFMPEG VideoShow Library