Embed Image into video - FFMPEG or JW player? -
so thought embed image part of video content while converting m4a mp4. output file has image video content , plays expected in vlc when same streamed cdn using jw player, not see image video content, still black , audio heard. not sure issue embeding. used ffmpeg embed image video content.
on other hand there posibility jw player overlay image video content while audio can heard in end?
you need to loop image
ffmpeg -loop 1 -r 1 -i img.png -i audio.m4a -shortest -filter:v \ 'crop=trunc(iw/2)*2:trunc(ih/2)*2' out.mp4
- repeat image on , over
- once per second
- stop video when audio stops
- cut image dimensions if necessary
Comments
Post a Comment