| View previous topic :: View next topic |
| Author |
Message |
therock003
Joined: 23 Sep 2005 Posts: 96
|
Posted: Sun May 07, 2006 12:22 am Post subject: |
|
|
| no they are correct,and i do experience the same issue as well. |
|
| Back to top |
|
 |
lixx
Joined: 06 May 2006 Posts: 5
|
Posted: Sun May 07, 2006 1:53 am Post subject: subtitles |
|
|
ok i did the following:
i installed the newest version
when i add the movie, it appears in the todo list with "(subtitles)" behind it. So I think the tool knows, that there are subtitles present. After encoding -> no subtitles :(
I opened the temp folder, there were 2 files an .avs and the .srt i looked at the .avs and there was entry that loads up the subtitles :(
could this be the reason?
mfg lixx
EDIT:
i've added/edited some lines in the script
| Code: | loadplugin("E:\PMP\temp\AviSynthPlugins\TemporalCleaner.dll")
loadplugin("E:\PMP\temp\AviSynthPlugins\MSharpen.dll")
loadplugin("E:\PMP\temp\AviSynthPlugins\VSFilter.dll") ### Subtitle Plugin
AVISource("E:\20 Two for the Road.avi") ### AVISource, because directshow-filter didn't work in mpc, don't know why
TextSub("E:\PMP\temp\20 Two for the Road.srt") ### Load the subtitles
ConvertToYUY2()
TemporalCleaner (ythresh=5, cthresh=10)
MSharpen(15,100,true,false,false)
Crop(0, 0, -0, -0)
Lanczos4Resize(480, 272)
|
know it shows up the subtitles fine with mediaplayer classic.
http://sourceforge.net/project/showfiles.php?group_id=82303&package_id=84359 |
|
| Back to top |
|
 |
csuper
Joined: 03 Jan 2006 Posts: 103
|
Posted: Sun May 07, 2006 2:58 am Post subject: |
|
|
Find the "mencoder.exe" in your computer...
In the directory do you have a directory call "mplayer" with the "subfont.ttf" file ? If not you will get no subtitle...
So you have to get the file... where ? find mplayer package (google) for your computer then in the archive you will see the directory you seek - copy it to your xvid4psp installed "mencoder" directory, than retry.
Ps : there is an option that you can see what's going on (dos window open with mencoder working)... you will see if the sub is loading properly.
Hope that help.
csuper. |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Sun May 07, 2006 3:25 am Post subject: |
|
|
@lixx
May be yoy forgot choose subtitle font ? (settings - subtutle font - 1252).
Subtitles add in mencoder, not in avisynth. (for compatibility with speed mode). |
|
| Back to top |
|
 |
lixx
Joined: 06 May 2006 Posts: 5
|
Posted: Sun May 07, 2006 3:36 am Post subject: |
|
|
i had selected 1252 font, too.
now i've added the subfont.ttf to the folder. i'll try it and then post if it works. thx so far
mfg lixx
EDIT: subfon.ttf did the job! but i think the vid is a bit asynchron..
Last edited by lixx on Sun May 07, 2006 5:25 am; edited 1 time in total |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Sun May 07, 2006 4:54 am Post subject: |
|
|
| I try today encode source with subtitles. Subtitles was ok, but av sync lost :(. Need to correct this bug. |
|
| Back to top |
|
 |
davthegamer
Joined: 11 May 2006 Posts: 2
|
Posted: Thu May 11, 2006 4:54 am Post subject: |
|
|
hi i try ton install xvid4psp with the 2.00 frameworks but il have all the time an error when i try to open video files :
Common Language Runtime detected an invalid program !!
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidProgramException: Common Language Runtime detected an invalid program.
at Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(Exception ex)
at XviD4PSP.XviD4PSP.AddFile()
at XviD4PSP.XviD4PSP.btnAddFile_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XviD4PSP
Assembly Version: 3.1.0.5
Win32 Version: 3.1.0.5
CodeBase: file:///C:/Documents%20and%20Settings/David%20Zonus/Local%20Settings/Apps/2.0/L3DDDKBV.583/GPC79608.X2D/xvid..tion_b6b8c65a4790630b_0003.0001_963c971457115d05/XviD4PSP.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
LybraVb
Assembly Version: 1.2.0.28020
Win32 Version: 1.2.0.28020
CodeBase: file:///C:/Documents%20and%20Settings/David%20Zonus/Local%20Settings/Apps/2.0/L3DDDKBV.583/GPC79608.X2D/xvid..tion_b6b8c65a4790630b_0003.0001_963c971457115d05/LybraVb.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box. |
|
| Back to top |
|
 |
davthegamer
Joined: 11 May 2006 Posts: 2
|
Posted: Sun May 14, 2006 12:38 am Post subject: |
|
|
| please help me :( |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Sun May 14, 2006 7:08 am Post subject: |
|
|
@davthegamer
Too many different ways. May be wrong codec, wrong framework version, errors on C:.
@all
Now I write very new version. 4.000. Will be many many changes. Prorgram will be not only for PSP. Also PC, phone or PDA. |
|
| Back to top |
|
 |
katak
Joined: 18 May 2006 Posts: 5
|
Posted: Thu May 18, 2006 8:35 am Post subject: |
|
|
Hi,
I tried the last revision, but I still don't know where to fix the resolution.... and when I encoded a video and i try to open it, I got this message:
"pmp_lib_open: invalid file version"
can anyone help me ?
Thanks. |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Thu May 18, 2006 4:07 pm Post subject: |
|
|
@katak
Use pmp player 2.0. |
|
| Back to top |
|
 |
katak
Joined: 18 May 2006 Posts: 5
|
Posted: Thu May 18, 2006 6:35 pm Post subject: |
|
|
Exactly dude! :)
This is amazing, I tried 3Le seigneur des anneaux" (lord of the rings for U :D) and the difference does exist!
the big missing is a search time during the movie (hum you understand ?)...
Good job! |
|
| Back to top |
|
 |
katak
Joined: 18 May 2006 Posts: 5
|
Posted: Sun May 21, 2006 7:56 pm Post subject: |
|
|
| I don't know if it's the same for you but audio treatment takes more time than video..... and I tried 2 movies in Divx and Xvid, but I don't see any difference. The Divx is twice faster.... |
|
| Back to top |
|
 |
gtkpr
Joined: 23 May 2006 Posts: 1
|
Posted: Tue May 23, 2006 10:37 am Post subject: |
|
|
Could i first say what a fantastic program , very easy to use and gives very nice results , in my opinion its not up to virtualdub standards as yet due to a slightly larger filesize with the same bitrate settings , qaulity is slightly poorer also , dont get me wrong as i am not critisizing your hard work (simply my opinion)
1 feature the program is lacking is the ability to demux the files and add an audio delay then remux , mostly due to 10% of all encodes ending up with out of sync audio which is not due to your app , seems to be from VBR audio not being as standard from source file.
If it would not be too much hard work i would love to see this feature added in future rls's
thx for your hard work and keep it up , many thx |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Tue May 23, 2006 11:44 pm Post subject: |
|
|
| gtkpr wrote: | | in my opinion its not up to virtualdub standards as yet due to a slightly larger filesize with the same bitrate settings , qaulity is slightly poorer also |
Witch one filters you use in virtualdub and what modes and filters you use in XviD4PSP ? |
|
| Back to top |
|
 |
NSCXP2005
Joined: 28 Jan 2006 Posts: 8
|
Posted: Tue May 30, 2006 9:25 am Post subject: |
|
|
Winnydowsxx,
can you please tell us when you will be releasing a new version of this fantastic converter?
please reply |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Tue May 30, 2006 6:08 pm Post subject: |
|
|
uuuufffff.
May be month later, may be early. To much work. |
|
| Back to top |
|
 |
winnydowsxx
Joined: 06 Mar 2006 Posts: 43
|
Posted: Sun Jun 11, 2006 7:55 pm Post subject: |
|
|
I`m back to work! :).
Introduce new build:
XviD4PSP 3.106 RapidShare
XviD4PSP 3.106 HomeFTP
Changes 3.106:
Fixed 2-3 parts movies progress.
Subtitles in SUB added.
Fixed AviSynth detection on WindowsXP64.
MediaInfo.dll updated to 7.2.1.0.
DGindex updated to 1.4.7.
PMPmuxer updated to 2.01 (2.00 players read files 2.01).
Next build will have much changes.
@csuper
Need your help for translation update. Now translate much simpler. |
|
| Back to top |
|
 |
Mad_Winnydows
Joined: 12 Jun 2006 Posts: 4
|
Posted: Mon Jun 12, 2006 12:19 am Post subject: |
|
|
f***
I`m banned from forum :(. Don`t understand why. Later will post My Apps on another forum.
I know somebody send me private message but can`t read my winnydowsxx PM. Resend please to my new PM.
Last edited by Mad_Winnydows on Mon Jun 12, 2006 9:16 am; edited 1 time in total |
|
| Back to top |
|
 |
Eingang
Joined: 04 Jan 2006 Posts: 59
|
Posted: Mon Jun 12, 2006 5:10 am Post subject: |
|
|
| winnydowsxx wrote: | I`m back to work! :).
Introduce new build:
XviD4PSP 3.106 RapidShare
XviD4PSP 3.106 HomeFTP
Changes 3.106:
Fixed 2-3 parts movies progress.
Subtitles in SUB added.
Fixed AviSynth detection on WindowsXP64.
MediaInfo.dll updated to 7.2.1.0.
DGindex updated to 1.4.7.
PMPmuxer updated to 2.01 (2.00 players read files 2.01).
Next build will have much changes.
@csuper
Need your help for translation update. Now translate much simpler. |
this is great !!
what about implementin the new x264 codec === ?? this would make us happy.... :D thx |
|
| Back to top |
|
 |
Mad_Winnydows
Joined: 12 Jun 2006 Posts: 4
|
Posted: Mon Jun 12, 2006 5:56 am Post subject: |
|
|
@Eingang
Now I write 3.107 with AVC.
3.106 have bug. Don`t use this version. Wait 3.107.
I hope tomorrow :). |
|
| Back to top |
|
 |
Eingang
Joined: 04 Jan 2006 Posts: 59
|
Posted: Mon Jun 12, 2006 8:35 am Post subject: |
|
|
| Mad_Winnydows wrote: | @Eingang
Now I write 3.107 with AVC.
3.106 have bug. Don`t use this version. Wait 3.107.
I hope tomorrow :). |
thank you again for what you´re doing !!!! :)) |
|
| Back to top |
|
 |
Mad_Winnydows
Joined: 12 Jun 2006 Posts: 4
|
Posted: Mon Jun 12, 2006 9:13 am Post subject: |
|
|
Uuufff. Make faster than I think. :)
XviD4PSP 3.107 FTP
XviD4PSP 3.107 RapidShare
3.107 changes:
Added PMP AVC output.
Fixed PMP 2.01 output.
Small design and logic fixes.
Updated french translation. Thanx csuper. |
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Mon Jun 12, 2006 8:14 pm Post subject: |
|
|
how can i chioce diffrent setting to each file?
when i cange setting to a file it doesnt show up in the job list (see the old setting), how can i updated the setting?
last queastion where can i chioce the sub file?
pls replay |
|
| Back to top |
|
 |
Mad_Winnydows
Joined: 12 Jun 2006 Posts: 4
|
Posted: Mon Jun 12, 2006 8:49 pm Post subject: |
|
|
@psp
Set setting before adding.
Next version will have different logic. Better than now. |
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Mon Jun 12, 2006 8:54 pm Post subject: |
|
|
thanks
good job with xvid4psp |
|
| Back to top |
|
 |
therock003
Joined: 23 Sep 2005 Posts: 96
|
Posted: Mon Jun 12, 2006 11:50 pm Post subject: |
|
|
Hi winnydows,i have encountred some problems.
So i dloades the new version,extracted files,run setup and then the gui popped up.I chose settings,add files and started conversion.I've also set to close pc after completed.
When i woke up today there was an error after the conversions finished that sais the program couldn't close it needed confirmation from user and an unhandled exception with a dialogue with details,contineue and quit.
And not only that,i opened the folder the files were supposed to be saved to and it was empty!
Any ideas what might have caused this?
P.S.Is there any way to include a 2 pass option for avc? |
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Tue Jun 13, 2006 5:21 pm Post subject: |
|
|
cheak it twice doesnt work!
it does all the decoding process, i ret a msg "all job is done" or somting like that.
can't find the resulted pmp |
|
| Back to top |
|
 |
Moning2
Joined: 13 Jun 2006 Posts: 2
|
Posted: Tue Jun 13, 2006 6:35 pm Post subject: |
|
|
So i tried encoding two videos but afterwards the folder was always empty, am i missing something ?
hmm the video file and audio file are created but after they were muxed the folder was empty |
|
| Back to top |
|
 |
therock003
Joined: 23 Sep 2005 Posts: 96
|
Posted: Tue Jun 13, 2006 10:59 pm Post subject: |
|
|
So it happens to everyone then.Let me also add that the gui is lagging,memory leak perhaps?
Time for version 3.108 i think! |
|
| Back to top |
|
 |
|