Log in

View Full Version : bbmpeg.dll and runbbmpeg.exe


(buzz lightyear)
4th October 2003, 07:15
Hi,

i have readed some threads in this forum an tried hard to get
bbmpeg working from cmd (later use in my delphi tool),
but i allways miss the clue :-(

I hhave got my default.ini with the following entries:

intraQuantMatrix=D:\Intra.mtr
nonIntraQuantMatrix=D:\Non-Intra.mtr
statisticsFilename=
AudioFilename=D:\audio.mp2
Audio1Filename=
VideoFilename=D:\video.mpv
.... and much more

If I start "runbbmepg test.mpg" all settings would be setup by my ini
file but:
AudioFilename=D:\audio.mp2
Audio1Filename=
VideoFilename=D:\video.mpv
would be ignored :-(, there are no audio and video streams selected

What's going wrong? (With me :-))

thx for help

buzz

tateu
4th October 2003, 07:57
There are two settings in default.ini that need to = 1 (true). This tells bbmpeg to multiplex both audio and video.
multiplexVideo=1
multiplexAudio=1
If they = 0, then AudioFilename and VideoFilename are ignored.

(buzz lightyear)
4th October 2003, 18:24
hmmmm ?

they both have value 1 and it does not work for me :-(

all other modifications of the ini are used by bbmpeg
but it allways starts with

without audio and video sources

is there anything special to follow at the cmd or in the win.ini?

my win.ini has teh following entries
[bbMPEG]
PALDefaults=0
MMXMode=4
left=196
top=241
Batch=1

and my defaults.ini is completly based on the example of
http://forum.doom9.org/showthread.php?s=&threadid=57111