On Tue, April 19, 2005 1:17 pm, QT said:
> is it easy like this, I tried and works good. Shouldn't I need to handle
> something inside mp3? just easy to put each file together in the another
> file?
Some players will play it, and some won't.
Technically, it's an invalid MP3, but most players will
Are you on Windoze or Linux. If you're on linux, I'm sure you could
rig up something with mencoder.
If you're on windoze, you might still be able to use mencoder, but I'm
not sure, and you may find yourself with the need to explore other
options.
--
PHP General Mailing List (http://www.php.net/)
thank you very much I will try
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> QT wrote:
> > I found an exe file, can I run that ms-dos exe file on linux machine
with
> > php?
> >
> > I didn't try anything like this before
>
> First, check if it's really for ms-dos.
QT wrote:
I found an exe file, can I run that ms-dos exe file on linux machine with
php?
I didn't try anything like this before
First, check if it's really for ms-dos. Command line does not mean
ms-dos, it can be a WIN32 command line binary.
If it's really ms-dos executable, use dosemu. If it's W
I found an exe file, can I run that ms-dos exe file on linux machine with
php?
I didn't try anything like this before
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> QT wrote:
> > thank you very much
> >
> > it works with mp3 good. But when I try with amr, it doens
QT wrote:
thank you very much
it works with mp3 good. But when I try with amr, it doenst work. I think
first amr files put some time limit and player stop at time limit. Now I am
looking to find how can I convert mp3 to amr. Because I need to have amr
file at the end
The mp3 file is technicaly brok
thank you very much
it works with mp3 good. But when I try with amr, it doenst work. I think
first amr files put some time limit and player stop at time limit. Now I am
looking to find how can I convert mp3 to amr. Because I need to have amr
file at the end
best regards
"Jay Blanchard" <[EMAIL PR
hi,
is it easy like this, I tried and works good. Shouldn't I need to handle
something inside mp3? just easy to put each file together in the another
file?
Best Regards
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
any idea how can I join two mp3 file with p
[snip]
any idea how can I join two mp3 file with php
[/snip]
if(!function_exists('file_put_contents')) {
function file_put_contents($filename, $data, $file_append = false) {
$fp = fopen($filename, (!$file_append ? 'w+' : 'a+'));
if(!$fp) {
trigger_error('file_put_contents cannot write
dear sir,
any idea how can I join two mp3 file with php
best regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
10 matches
Mail list logo