--
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-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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.
--Best,Anil
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
HiYou can find my script hereMy major issue is this partffmpegParams="-strict -2"command="ffmpeg -i $videoSource -i $audioSource $ffmpegParams $outputFile"Anyone know if speed can be improved for above command.. I remember someone in IRC suggested to copy codecs instead actually do ffmpeg processing .. anyone know how to do this?