Seite 1 von 1

MPG 2 TS ?

Verfasst: Di 14 Jun 2005, 17:41
von Maik20
Hallo,

gibt es neben ProjectX eine andere Software mit der ich MPG Files nach TS Konvertieren kann um diese direkt über die DBOX abzuspielen?

Verfasst: Mi 15 Jun 2005, 6:39
von Ruediger
Warum willst du was anderes nehmen? ProjectX geht doch hervorragend!

Gruß
Rüdiger.

Verfasst: Mi 15 Jun 2005, 7:49
von KeXXeN
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.

Verfasst: Mi 15 Jun 2005, 8:09
von Sedonion
Mir fällt so spontan eigentlich nur neucodieren mit ffmpeg ein. Klappt bei mir wunderbar, sowohl mit MVCDs als auch mit DivX/Xvids.

Verfasst: Mi 15 Jun 2005, 18:56
von Cloud
Ruediger hat geschrieben:Warum willst du was anderes nehmen? ProjectX geht doch hervorragend!

Gruß
Rüdiger.
naja ..ging bei mir bis vorgestern auch hervorragend,doch auf einmal wollte es nicht mehr starten.ging nicht mal mehr neu zu compelieren..
keine ahnung was bei mir im system nicht richtig läuft.
da wäre eine alternative schon mal nicht schlecht...

Verfasst: Mi 15 Jun 2005, 19:53
von Ruediger
Das gibts doch auch compiliert...

Verfasst: Mi 15 Jun 2005, 21:26
von Charles
Vielleicht sind ja nur die Einstellungen in der X.INI defekt/Fehlerhaft. Durch einfaches Löschen der Datei geht's vielleicht wieder.
ging nicht mal mehr neu zu compelieren..
Kamen denn Fehlermeldungen?

Grüße,
Charles

Verfasst: Do 16 Jun 2005, 5:24
von Cloud
ja ne menge, werde sie bei gelegenheit mal hier posten..
ich glaub da ging es vorallen um das java zeug.

Verfasst: So 19 Jun 2005, 19:20
von Cloud
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

Verfasst: So 19 Jun 2005, 21:44
von Charles
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

Verfasst: Mo 20 Jun 2005, 16:06
von Cloud
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..