VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member geohei's Avatar
    Join Date
    May 2002
    Location
    Luxembourg
    Search Comp PM
    Hi.

    I'm looking for a tool to demux my DVB-S transport stream file.

    So far, I used Project.X (old - 2006) and PVAstrumento (even older!), but Project.X doesn't like new Java versions too much.

    Anything else out there which might do a similar job?

    Thanks,
    Quote Quote  
  2. I use projectx for mpeg2 files and works flawlessly, it hasn''t been updated for avc/h.264 streams I assume that's what your talking about
    if so try tsdemux or tsmuxer.

    There's more here: https://www.videohelp.com/tools/sections/video-de-multiplexers
    Quote Quote  
  3. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by geohei View Post
    Hi.

    I'm looking for a tool to demux my DVB-S transport stream file.

    So far, I used Project.X (old - 2006) and PVAstrumento (even older!), but Project.X doesn't like new Java versions too much.

    Anything else out there which might do a similar job?

    Thanks,
    You can get the latest build here

    http://www.watchersnet.de/Downloads/tabid/53/rrcid/2/rrscid/8/rreid/345/rrpid/1/rrepp/...0/Default.aspx

    It would also be helpful if you posted the text log file from MediaInfo - this would help in diagnosis.

    Also is you system 32bit or 64bit ?
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  4. Member geohei's Avatar
    Join Date
    May 2002
    Location
    Luxembourg
    Search Comp PM
    I forgot to mention ...

    It's for MPEG-2 demux.
    It's for a 16 bit machine.

    It was compiled for java 1.3.0.
    Now I use 1.6 jre and this probably generates the errors.

    BTW ... the errors are sporadic. I tried to copy/paste one here now, but the file generating this morning went through flawlessly right now.
    Quote Quote  
  5. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Originally Posted by geohei View Post
    I forgot to mention ...

    It's for MPEG-2 demux.
    It's for a 16 bit machine.
    DOS or Windows 3.x ???
    Read my blog here.
    Quote Quote  
  6. I'm using java 1.6 latest build and all is fine, use the java to run on java for any vsn of windows
    I guess you can use the exe...
    Quote Quote  
  7. Originally Posted by geohei View Post
    So far, I used Project.X (old - 2006) and PVAstrumento (even older!), but Project.X doesn't like new Java versions too much.
    Latest version of PVAStrumento is v2.1.0.22 released on the 2009-03-15 which is not that old
    Official page here: http://www.offeryn.de/pvas_2_1.htm
    Although be aware that the default settings are very agressive and may lead to the loss of many GOP's so you may want to tweak some of the settings of the Expert tab.

    For ProjectX I'm using the v0.90.04.00.b32 build from this page http://www.oozoon.de/main_en.html which is working pretty fine with latest Java 1.6.0 build 23 as of today.
    Quote Quote  
  8. Member geohei's Avatar
    Join Date
    May 2002
    Location
    Luxembourg
    Search Comp PM
    Originally Posted by guns1inger View Post
    Originally Posted by geohei View Post
    I forgot to mention ...

    It's for MPEG-2 demux.
    It's for a 16 bit machine.
    DOS or Windows 3.x ???
    My god ... SORRY! a 32 bit of course !!!
    Windows XP SP3.

    BTW ... the error reappeared.

    Code:
    !> an error has occured..  (please inform the authors at 'forum.dvbtechnics.info')
    java.lang.ClassCastException: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.d3d.D3DSurfaceData
        at sun.java2d.d3d.D3DRenderer.copyArea(Unknown Source)
        at sun.java2d.d3d.D3DSurfaceData.copyArea(Unknown Source)
        at sun.java2d.SunGraphics2D.doCopyArea(Unknown Source)
        at sun.java2d.SunGraphics2D.copyArea(Unknown Source)
        at javax.swing.BufferStrategyPaintManager.copyArea(Unknown Source)
        at javax.swing.RepaintManager.copyArea(Unknown Source)
        at javax.swing.JViewport.blitDoubleBuffered(Unknown Source)
        at javax.swing.JViewport.windowBlitPaint(Unknown Source)
        at javax.swing.JViewport.setViewPosition(Unknown Source)
        at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(Unknown Source)
        at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(Unknown Source)
        at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)
        at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)
        at javax.swing.JScrollBar.setValues(Unknown Source)
        at javax.swing.plaf.basic.BasicScrollPaneUI.syncScrollPaneWithViewport(Unknown Source)
        at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.viewportStateChanged(Unknown Source)
        at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(Unknown Source)
        at javax.swing.JViewport.fireStateChanged(Unknown Source)
        at javax.swing.JViewport.setViewPosition(Unknown Source)
        at net.sourceforge.dvb.projectx.gui.ProcessWindow.setMessage(ProcessWindow.java:979)
        at net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl.setMessage(GuiInterfaceImpl.java:225)
        at net.sourceforge.dvb.projectx.common.GuiInterface.setMessage(GuiInterface.java:212)
        at net.sourceforge.dvb.projectx.common.Common.setMessage(Common.java:1095)
        at net.sourceforge.dvb.projectx.common.Common.setMessage(Common.java:1049)
        at net.sourceforge.dvb.projectx.common.Common.setMessage(Common.java:1038)
        at net.sourceforge.dvb.projectx.parser.StreamParserTS.parseStream(StreamParserTS.java:1054)
        at net.sourceforge.dvb.projectx.parser.StreamParser.parseStream(StreamParser.java:92)
        at net.sourceforge.dvb.projectx.parser.MainProcess.processCollection(MainProcess.java:954)
        at net.sourceforge.dvb.projectx.parser.MainProcess.startProcessing(MainProcess.java:366)
        at net.sourceforge.dvb.projectx.parser.MainProcess.run(MainProcess.java:151)
    @Bazil

    Thanks a lot. Works fine with 1.6.0 / 22.
    Last edited by geohei; 15th Feb 2011 at 09:00.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!