Questions tagged as 'ogg'

2
answers

Converting mp3 to ogg in php on joomla

I'm trying to convert an mp3 file to ogg using ffmpeg.exe The problem is that Joomla does not let me run an external file, even in the same directory. <?php exec('C:\path\to\ffmpeg.exe -y -i file.mp3 -acodec libvorbis file.ogg'); ?> T...
asked by 29.04.2015 / 21:31
1
answer

Am I loading this Music correctly with Bass.dll?

Based on the Bass documentation, I'm trying to load an ordinary ogg file, with the following code: var FFile : string; Music: HSAMPLE; ch: HCHANNEL; OpenDialog1 : TOpenDialog; begin Dynamic_Bass.Load_BASSDLL('Library/Bass.dll');...
asked by 20.02.2014 / 22:00