--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
sudo ./configure --enable-version3 --enable-postproc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libmp3lame --enable-libfdk-aac --enable-gpl --enable-nonfree
Just as a note in case someone might find this useful: the issue was that I missed to add --enable-libfdk-aac when recompiling ffmpeg. Now bbb-download works great. To summarize, the following codecs are needed when recompiling ffmpeg for bbb-download:
sudo ./configure --enable-version3 --enable-postproc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libmp3lame --enable-libfdk-aac --enable-gpl --enable-nonfree
Keep in mind that you still need to compile/install the additional codecs before recompiling. I compiled libx264 according to the following guide:
https://trac.ffmpeg.org/wiki/CompilationGuide/Quick/libx264
libmp3lame and libfdk-aac can be added through the package manager:
apt-get install libfdk-aac-dev
apt-get install libmp3lame-dev
Cheers,
Romeo
On Wednesday, February 24, 2016 at 3:05:42 PM UTC+2, Romeo S wrote:
Dear Travis,
Could you elaborate what tweaking you had to do in order to make it work? I've just gave it a try and wasn't able to make bbb-download work properly. As a first step I had to re-compile ffmpeg with x264 and MP3 support. Now the process goes as far as converting the slides into a single MP4 file, however the timing is incorrect and the audio trimming also fails (audio_trimmed.m4a could not be found). Any thoughts?
Thank you very much!
Kind regards,
Romeo
On Wednesday, December 30, 2015 at 7:38:48 PM UTC+2, Travis Kemen wrote:I did come across https://github.com/palexang/bbb-download as a way to generate a single file to export but I had to do some tweaking to make it work with my last install.Travis
On Wednesday, December 30, 2015 at 4:27:23 AM UTC-6, udaya...@expertus.com wrote:Fred,Thanks for the reply. I will keep a watch on the issue through github. Will also see if i either i can come up with a way to contribute here or be able to work with one of the developers when it's a right time.Regrads.
On Tuesday, December 29, 2015 at 7:38:49 PM UTC+5:30, Fred Dixon wrote:
...
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/YwHXMeKYhRI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
I can vouched for the whole community that BBB has no intention of ever providing the technical support for converting recorded videos to mp4 since it was a strategy policy that came from Fred ( feel free to search my bulletin messages exchanged with Fred about this) even now the screenshare recording format is not functional on 2.2 just the presentation format that works.Regards,Kirk
To unsubscribe from this group and all its topics, send an email to bigblueb...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.