Hello, I have (I hope) a simple question. How can I use the delay feature in the OggMux GUI? I think in the Windows application it is disabled, I can't set a value in the textbox. Maybe, the in command line mode it is possible to use it, but I would try in the GUI. The new version og OggMux (0.9.2) has a configuration file, can I use this in the application or only in command line mode?
FC, hm, the search function is REALLY useful, you know, and as this is your first post, you sure forgot about forum rule no. 1 because there are so many rules.... It's not implemented. To get sound delay, use besweet. Regards, Koepi
--------------------- Polecam świetne świetne projekty domów z poddaszem jak ktoś szuka własnego gniazdka to warto podejrzeć.
Serhpya, if it's all so easy then go on and fetch OggMux sources, implement the graph as a timeline and we're done, easy as this. Ah, and don't forget to send me your SF ID then so I can add you as project member/admin (you'd need to release the stuff ;) ). :P Hehehe. Well, Regards, Koepi
hehe I known your reply just writing my post ;P In previous post you said: don't tell about implementing strange features if you aren't going to code it :P Mine is not a strange feature... However I don't kown if it's supported into tobias filters... and I need to study ogm specs. I've never seen oggmux sources.. but now I'm just curious, I will download sources
There's a feature in dshow called timeline. You've to create the filters and then... well, that's how far I got with it, I never found the motivation to solve the problem like this (knowing that dshow does a bad job on almost everything) intrinsic, if it can be easily done with external tools. This isn't ignorance, but saving precious time ;) Maybe you'll find this link useful: (hell, their pathnames are odd ;) ) I hope you'll finally get a working graph out of it (well, and as corrctly as can be please ;) ) Thanks for your help, best regards, Koepi PS: where's your SourceForge ID? Well, please think of it when sending the source ;)
I've seen it on msdn but seams more difficult as expected. I've got another idea but I don't known if can works... I'm still trying. I want to "seek" audio stream before the main graph starts to mux without resetting the position. Maybe is wrong because ogg stream in mux chains will take no data. (Even with timeline should occur this). I think this feature should be codec into ds filter and "selected" adding a delay tag just like the language. However I will try timelines.. A timeline object should be created for each track then I've seen somewhere browsing msdn (argh... a pain operation) that RendeFile or another object of IGraphBuilder uses directly a timeline obj for sync My first try was like this: Code: