/opt/janus/bin/janus-pp-rec $dir/$filename-video.mjr $dir/$filename.mp4 : gives me a mp4 file
/opt/janus/bin/janus-pp-rec $dir/$filename-audio.mjr $dir/$filename.mp3 : gives me a mp3 file
Missing key frame while reordering index according to edit list
Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), none, 640x480, 130 kb/s): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Unable to parse option value "-1" as pixel format
Error setting option pix_fmt to value -1.
Error applying options to the filter.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,I tried merging .opus and .mp4 to form a mp4 file and it works for me. Just set the audio codec in the video room as opus and video codec as h264. Then convert mjr files to .mp4 and .opus and use them to form .mp4. I tried it and it works for me.I used your command - ffmpeg -i video.mp4 -i audio.mp3 output.mp4-Mayank