Closed SleepWalker closed 7 years ago
Hi
Sometimes you need a video with an audio track to test some features. In my case this is for test of an autoplay of muted videos on safari iOS 10+
The video in commit was generated with:
ffmpeg -i mp4.mp4 -f lavfi -i anullsrc=channel_layout=mono:sample_rate=8000:nb_samples=1 -c:v copy -c:a libvo_aacenc copy -fs 0 video_w_audio.mp4
Hi
Sometimes you need a video with an audio track to test some features. In my case this is for test of an autoplay of muted videos on safari iOS 10+
The video in commit was generated with: