tags:

views:

33

answers:

0

I created an mp4 using the melt command line player by mixing two videos. Following is the melt command used for the generation

melt -blank 0 avformat:/var/www/html/myscenario/app/web/files/videos/1l_926.flv in=0 out=540 -track -blank 300 avformat:/var/www/html/myscenario/app/web/files/videos/1h_376.mp4 in=300 out=900 -consumer avformat:/var/www/html/myscenario/app/web/files/videos/mysc-video-mixed.mp4 -profile vcd_ntsc -verbose

The generated mp4 video is playing properly in quick time player. But only audio is getting played when i tried to play using flash video player. Video is not appearing. Is it a bug of melt or am i missing something? Can somebody help out. I tried searching for a reference in the net but there was no luck.