Hi! Ralph Glasstetter wrote: > Hi, > > Am Samstag, 26. August 2006 02:00 schrieb Michael Riepe: > >>Guess what? > > You're amazing,... in the meantime you know Svens code inside out... do > you? ;-)
Partially - I haven't dealt with the GUI portion of the code yet. :) And it's unlikely that I ever will - I'm not familiar with KDE/Qt. >>Yes - I found another one. When I tried to cut a VOB with two AC-3 audio >>tracks (but no MP2) the sound was completely messed up. The tracks were >>still there, but both of them were unusable due to a parsing error in >>the PS reader. Those of you who have unresolved sound problems should >>try cutting again with this patch. > > I normally never read DVDs/PSs with DVBcut... but good to hear, since I have > to reproduce a DVD which has stuttering audio on my brother-in-laws DVD > player and which played fine on mine (Pioneer DV-656 vs. 565). > Maybe it was because of the stuffing bytes...? Maybe. I also had audio problems with the DVD output format on a low-cost player (Cyberhome CH-DVD 452). >>Since this was the third patch within 24 hours, I'm now going to take a >>break ;) Ralph, it's time to install ccache ;P > > I tried it already... but it stopped compiling with an error! :-(( > I installed it with soft links (ln -s /usr/bin/ccache /usr/local/bin/gcc) > because I don't know where to add the ccache command in the scons script... > > Must have somethong to do with the ./configure checks for ffmpeg... Yep... I get the same when I use ccache that way. I'm normally using a slightly different approach: In $HOME/ccache/bin, I placed symlinks for all existing compilers: $ ls -l $HOME/ccache/bin lrwxrwxrwx 1 michael staff 15 May 30 2005 CC -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 c++ -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 c89 -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 c99 -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 cc -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 g++ -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 g77 -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 gcc -> /usr/bin/ccache lrwxrwxrwx 1 michael staff 15 May 30 2005 tcc -> /usr/bin/ccache When I want to compile with ccache, I simply prepend the directory to $PATH, i.e. "make PATH=$HOME/ccache/bin:$PATH". This also works with dvbcut, but I noticed that it doesn't cache *all* files. I assume something (SCons? ffmpeg?) is messing with $PATH. disabling ccache for some files. -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
