MPG 2 TS ?
MPG 2 TS ?
Hallo,
gibt es neben ProjectX eine andere Software mit der ich MPG Files nach TS Konvertieren kann um diese direkt über die DBOX abzuspielen?
gibt es neben ProjectX eine andere Software mit der ich MPG Files nach TS Konvertieren kann um diese direkt über die DBOX abzuspielen?
Warum willst du was anderes nehmen? ProjectX geht doch hervorragend!
Gruß
Rüdiger.
Gruß
Rüdiger.
Sagem 1x Sat AVIA600, JtG-Snap vom 17.05., int. ucode, avia600v028
Streaming-PC: Siemens Pentium II, 400 MHz, 128 MB CPU, Win2000 Pro, Samsung 160 GB, dboxwinserver 0.2.1b, MCE-DAR Build190, SFU-NFS > dbox-Movieplayer
Streaming-PC: Siemens Pentium II, 400 MHz, 128 MB CPU, Win2000 Pro, Samsung 160 GB, dboxwinserver 0.2.1b, MCE-DAR Build190, SFU-NFS > dbox-Movieplayer
Das Problem bei der Umwandlung von mpg in TS ist das du bei (S(M)(K))VCDs das "nonkonforme" mpeg zwar in einen ts stream umwandeln kannst. Dabei wird die Anordnung der Pakete etwas verändert und es kommen noch einige Informationen hinzu.
Das Abspielen auf der Box ist dabei dann allerdings reine Glückssache, da diese Streams mit DVB-S oder DVB-C rein gar nichts mehr zu tun haben und sich die Box dann damit auch nur schwerlichst auseinandersetzen kann.
Das Abspielen auf der Box ist dabei dann allerdings reine Glückssache, da diese Streams mit DVB-S oder DVB-C rein gar nichts mehr zu tun haben und sich die Box dann damit auch nur schwerlichst auseinandersetzen kann.
naja ..ging bei mir bis vorgestern auch hervorragend,doch auf einmal wollte es nicht mehr starten.ging nicht mal mehr neu zu compelieren..Ruediger hat geschrieben:Warum willst du was anderes nehmen? ProjectX geht doch hervorragend!
Gruß
Rüdiger.
keine ahnung was bei mir im system nicht richtig läuft.
da wäre eine alternative schon mal nicht schlecht...
Vielleicht sind ja nur die Einstellungen in der X.INI defekt/Fehlerhaft. Durch einfaches Löschen der Datei geht's vielleicht wieder.
Grüße,
Charles
Kamen denn Fehlermeldungen?ging nicht mal mehr neu zu compelieren..
Grüße,
Charles
[dBox2 Philips - JtG-Image] [JackTheGrabber 0.74c] [udrec 0.12q]
[ProjectX 0.82.1.02] [Cuttermaran 1.66] [Muxxi V1.10.047] [DVDlabPro 1.55]
[ProjectX 0.82.1.02] [Cuttermaran 1.66] [Muxxi V1.10.047] [DVDlabPro 1.55]
so,heute habe ich es mal geschafft, hier die komplette Fehlermeldung...
von heut auf morgen so zu sagen ohne erkennbaren Grund.
ging jetzt 1 Jahr alles Super und dann dies ???
Build-Verzeichnis wird angelegt..
Compiler wird gestartet..
C:\Programme\Java\jdk1.5.0_03\bin\javac.exe -O -classpath src -d build @sources.lst
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:54: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:57: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:58: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTP;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:36: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:77: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> private FTPFile ftpFile = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:79: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> private FTPClient client = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:50: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> private FTPFile ftpFile = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:52: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FtpVO(String server, String user, String password, String directory, FTPFile ftpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:61: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FtpVO(String server, String user, String password, String directory, String port, FTPFile ftpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:204: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FTPFile getFtpFile() {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:212: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public void setFtpFile(FTPFile aFtpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:40: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTP;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:41: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:42: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:43: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPReply;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:38: package org.apache.commons.net does not exist
> import org.apache.commons.net.ProtocolCommandEvent;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:39: package org.apache.commons.net does not exist
> import org.apache.commons.net.ProtocolCommandListener;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:48: cannot find symbol
> symbol: class ProtocolCommandListener
> class StringCommandListener implements ProtocolCommandListener {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:51: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> private FTPClient ftpClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:54: cannot find symbol
> symbol : class ProtocolCommandEvent
> location: class net.sourceforge.dvb.projectx.xinput.ftp.StringCommandListener
> public void protocolCommandSent(ProtocolCommandEvent event) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:59: cannot find symbol
> symbol : class ProtocolCommandEvent
> location: class net.sourceforge.dvb.projectx.xinput.ftp.StringCommandListener
> public void protocolReplyReceived(ProtocolCommandEvent event) {
> ^
> src/net/sourceforge/dvb/projectx/common/X.java:5497: package org.apache.commons.net.ftp does not exist
> org.apache.commons.net.ftp.FTPClient fc = new org.apache.commons.net.ftp.FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/common/X.java:5497: package org.apache.commons.net.ftp does not exist
> org.apache.commons.net.ftp.FTPClient fc = new org.apache.commons.net.ftp.FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:332: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> FTPFile[] aFtpFiles = client.listFiles();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:363: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> client = new FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:373: cannot find symbol
> symbol : variable FTP
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> ret = client.setFileType(FTP.BINARY_FILE_TYPE); //bool
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:67: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> ftpClient = new FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:83: cannot find symbol
> symbol : variable FTPReply
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> if (!FTPReply.isPositiveCompletion(reply)) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:98: cannot find symbol
> symbol : variable FTP
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> ftpClient.setFileType(FTP.BINARY_FILE_TYPE);
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:118: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> FTPFile[] ftpFiles = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:158: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> FTPFile[] ftpFiles;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:168: cannot find symbol
> symbol : variable FTPReply
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> if (!FTPReply.isPositiveCompletion(reply)) {
> ^
> Note: * uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 32 errors
>
Exitcode: 1
Abbruch wegen Fehler
von heut auf morgen so zu sagen ohne erkennbaren Grund.
ging jetzt 1 Jahr alles Super und dann dies ???
Build-Verzeichnis wird angelegt..
Compiler wird gestartet..
C:\Programme\Java\jdk1.5.0_03\bin\javac.exe -O -classpath src -d build @sources.lst
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:54: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:57: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:58: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTP;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:36: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:77: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> private FTPFile ftpFile = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:79: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> private FTPClient client = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:50: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> private FTPFile ftpFile = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:52: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FtpVO(String server, String user, String password, String directory, FTPFile ftpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:61: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FtpVO(String server, String user, String password, String directory, String port, FTPFile ftpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:204: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public FTPFile getFtpFile() {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpVO.java:212: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
> public void setFtpFile(FTPFile aFtpFile) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:40: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTP;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:41: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:42: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPFile;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:43: package org.apache.commons.net.ftp does not exist
> import org.apache.commons.net.ftp.FTPReply;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:38: package org.apache.commons.net does not exist
> import org.apache.commons.net.ProtocolCommandEvent;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:39: package org.apache.commons.net does not exist
> import org.apache.commons.net.ProtocolCommandListener;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:48: cannot find symbol
> symbol: class ProtocolCommandListener
> class StringCommandListener implements ProtocolCommandListener {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:51: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> private FTPClient ftpClient;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:54: cannot find symbol
> symbol : class ProtocolCommandEvent
> location: class net.sourceforge.dvb.projectx.xinput.ftp.StringCommandListener
> public void protocolCommandSent(ProtocolCommandEvent event) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/StringCommandListener.java:59: cannot find symbol
> symbol : class ProtocolCommandEvent
> location: class net.sourceforge.dvb.projectx.xinput.ftp.StringCommandListener
> public void protocolReplyReceived(ProtocolCommandEvent event) {
> ^
> src/net/sourceforge/dvb/projectx/common/X.java:5497: package org.apache.commons.net.ftp does not exist
> org.apache.commons.net.ftp.FTPClient fc = new org.apache.commons.net.ftp.FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/common/X.java:5497: package org.apache.commons.net.ftp does not exist
> org.apache.commons.net.ftp.FTPClient fc = new org.apache.commons.net.ftp.FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:332: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> FTPFile[] aFtpFiles = client.listFiles();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:363: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> client = new FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/XInputFileImpl.java:373: cannot find symbol
> symbol : variable FTP
> location: class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
> ret = client.setFileType(FTP.BINARY_FILE_TYPE); //bool
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:67: cannot find symbol
> symbol : class FTPClient
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> ftpClient = new FTPClient();
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:83: cannot find symbol
> symbol : variable FTPReply
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> if (!FTPReply.isPositiveCompletion(reply)) {
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:98: cannot find symbol
> symbol : variable FTP
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> ftpClient.setFileType(FTP.BINARY_FILE_TYPE);
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:118: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> FTPFile[] ftpFiles = null;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:158: cannot find symbol
> symbol : class FTPFile
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> FTPFile[] ftpFiles;
> ^
> src/net/sourceforge/dvb/projectx/xinput/ftp/FtpServer.java:168: cannot find symbol
> symbol : variable FTPReply
> location: class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
> if (!FTPReply.isPositiveCompletion(reply)) {
> ^
> Note: * uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 32 errors
>
Exitcode: 1
Abbruch wegen Fehler
Also da würde ich darauf tippen, daß Du entweder das LIB-Verzeichnis nicht (mehr) im Verzeichnis hast oder ein zu altes CompileX verwendest 
Am besten entpackst Du das neueste ProjectX-Release neu in ein leeres Verzeichnis und kopierst noch das letzte Udate drüber. Danach bitte das neuere UND zukunftssichere GetJavaHome downloaden holen, und schon geht das ...
... hoffe ich
Grüße
Charles
GetJavaHome
Beschreibung und DownLoad: http://people.freenet.de/CharlesWeb/pro ... _verwenden

Am besten entpackst Du das neueste ProjectX-Release neu in ein leeres Verzeichnis und kopierst noch das letzte Udate drüber. Danach bitte das neuere UND zukunftssichere GetJavaHome downloaden holen, und schon geht das ...
... hoffe ich
Grüße
Charles
GetJavaHome
Beschreibung und DownLoad: http://people.freenet.de/CharlesWeb/pro ... _verwenden
[dBox2 Philips - JtG-Image] [JackTheGrabber 0.74c] [udrec 0.12q]
[ProjectX 0.82.1.02] [Cuttermaran 1.66] [Muxxi V1.10.047] [DVDlabPro 1.55]
[ProjectX 0.82.1.02] [Cuttermaran 1.66] [Muxxi V1.10.047] [DVDlabPro 1.55]
also, habe es wieder hinbekommen, jedoch lag es nicht am compilex..
sondern am aktivierten FSAA der Grafikkarte..?? warum auch immer
habe es deaktiviert und das startete es wieder.
habe es nur wegen einen Spieles aktiviert wegen der besseren Grafik, aber das es sich so auf Project X auswirkte kann ja niemand ahnen..
sondern am aktivierten FSAA der Grafikkarte..?? warum auch immer
habe es deaktiviert und das startete es wieder.
habe es nur wegen einen Spieles aktiviert wegen der besseren Grafik, aber das es sich so auf Project X auswirkte kann ja niemand ahnen..