forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AVItoPMP (1.2.0): advanced tool for pmp video
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Mon Mar 06, 2006 9:43 am    Post subject: Reply with quote

Impulse, use the official PMP player, not the modified version. It is known to be buggy right now.
Later,

Alcahest
Back to top
View user's profile Send private message
ImpuLse



Joined: 06 Mar 2006
Posts: 3

PostPosted: Mon Mar 06, 2006 9:54 am    Post subject: Reply with quote

thanks for the fast reply but i thought there was opnly 1 pmp player and that it is the 1 i got but i guess it isn't lol

anyways could u gimme a link to the file please (if u not allowed to post on here could u please PM me the link)

thanks in Advance

ImpuLse
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Mon Mar 06, 2006 10:04 am    Post subject: Reply with quote

sure, here is the official player: http://jonny.leffe.dnsalias.com/pmp_mod/rar2/pmp_mod_1_02.rar
Later,

Alcahest
Back to top
View user's profile Send private message
ImpuLse



Joined: 06 Mar 2006
Posts: 3

PostPosted: Mon Mar 06, 2006 10:11 am    Post subject: Reply with quote

thnx but thats the 1 i'm usin...

i'm puzzled lol i really wanna watched this i downloaded a pmp player for psp and it played the AVI but everythin was slowed down unwatchable

any other info would be good to know if ya know any solutions to fixin this then that would be great

thanks

ImpuLse
Back to top
View user's profile Send private message
sti3



Joined: 09 Jul 2005
Posts: 9

PostPosted: Tue Mar 07, 2006 10:44 am    Post subject: Reply with quote

This program looks great at first glance. Encoding a show now. The only thing I wouldn't mind would be a way to do the cropping manually, but I bet that's a lot of coding. Great frontend though, does everything i'd want. Maybe a bitrate calculator? A table of the valid resolutions?

EDIT: Still a great program. Makes things EASY!


Last edited by sti3 on Fri Mar 10, 2006 9:03 am; edited 1 time in total
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
someone
Idiot


Joined: 13 Sep 2005
Posts: 74

PostPosted: Fri Mar 10, 2006 8:54 am    Post subject: Help with french subtitles Reply with quote

Hello
I've downloaded the latest AVItoPMP and I've seen that "é à è etc " are included in the subfont.tff so I thought that I don't need to change subfont.ttf.

But no subtitles in the video even if in DOS it's written
SUB: detected subtitle file format : subviewer
SUB: Read 661 subtitles // (it's the good file so )
and in video logs

New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.


As it doesn't work, when I edit encode.bat, I change cp 1251 (appears twice) by cp 1252 or cp latin1 (like the french guy said) but no results.
So that mean that I have to change subfont.tff but how to find .ttf files ??? and take the right one ? and what to do after ?

Help ... thanks
Back to top
View user's profile Send private message
eisaisobaros



Joined: 28 Feb 2006
Posts: 10

PostPosted: Fri Mar 10, 2006 5:02 pm    Post subject: Reply with quote

I'm using the program and it works great with greek subtitles....
I've done a little search for you and the result is that your .srt MUST be saved as ANSI and not as UNICODE (if you open it with a notepad and press save as you can fix that) and the cp that you can use is 1252...
Back to top
View user's profile Send private message
someone
Idiot


Joined: 13 Sep 2005
Posts: 74

PostPosted: Fri Mar 10, 2006 11:15 pm    Post subject: Reply with quote

Hello
My .SRT are already in ANSI.

I have that in encode.bat :

-sws 9 -subfont-text-scale 4 -subfont-blur 1 -subfont-outline 1 -unicode -subcp cp1251 -vf scale=480:272 -sub "K:\24\24.401\24.s04e01.hdtv-lol.srt" -ovc xvid -xvidencopts pass=1:turbo:vhq=1:max_bframes=0 -nosound -o NUL: 2> "D:\Documents and Settings\Kartik\Bureau\AVItoPMP\logs\video.log"

-sws 9 -subfont-text-scale 4 -subfont-blur 1 -subfont-outline 1 -unicode -subcp cp1251 -vf scale=480:272 -sub "K:\24\24.401\24.s04e01.hdtv-lol.srt" -ovc xvid -xvidencopts pass=2:bitrate=512:vhq=1:max_bframes=0 -nosound -o "D:\Documents and Settings\Kartik\Bureau\Lost 103\24.s04e01.hdtv-lol_tmp.avi" 2>> "D:\Documents and Settings\Kartik\Bureau\AVItoPMP\logs\video.log"

So I've changed "cp1251" with "cp1252" in these two lines and I've saved.
But no results.

When you push on "Preview" do you see subtitles ? (If yes I could see if it works or not before encoding).

I've tested with english and french subtitles but always the same message in video logs :
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.


I'm using AviToPmp version for AMD 64
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Mar 11, 2006 2:02 am    Post subject: Reply with quote

Manual cropping in AVItoPMP would be fantastic!
Later,

Alcahest
Back to top
View user's profile Send private message
eisaisobaros



Joined: 28 Feb 2006
Posts: 10

PostPosted: Mon Mar 13, 2006 9:38 pm    Post subject: Reply with quote

someone wrote:
Hello
My .SRT are already in ANSI.

I have that in encode.bat :

-sws 9 -subfont-text-scale 4 -subfont-blur 1 -subfont-outline 1 -unicode -subcp cp1251 -vf scale=480:272 -sub "K:\24\24.401\24.s04e01.hdtv-lol.srt" -ovc xvid -xvidencopts pass=1:turbo:vhq=1:max_bframes=0 -nosound -o NUL: 2> "D:\Documents and Settings\Kartik\Bureau\AVItoPMP\logs\video.log"

-sws 9 -subfont-text-scale 4 -subfont-blur 1 -subfont-outline 1 -unicode -subcp cp1251 -vf scale=480:272 -sub "K:\24\24.401\24.s04e01.hdtv-lol.srt" -ovc xvid -xvidencopts pass=2:bitrate=512:vhq=1:max_bframes=0 -nosound -o "D:\Documents and Settings\Kartik\Bureau\Lost 103\24.s04e01.hdtv-lol_tmp.avi" 2>> "D:\Documents and Settings\Kartik\Bureau\AVItoPMP\logs\video.log"

So I've changed "cp1251" with "cp1252" in these two lines and I've saved.
But no results.

When you push on "Preview" do you see subtitles ? (If yes I could see if it works or not before encoding).

I've tested with english and french subtitles but always the same message in video logs :
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.


I'm using AviToPmp version for AMD 64


Hello again someone and sorry for the delay!!!

The preview button DOESN'T work with the codepage...
Have you tried to encode a movie and see the result?
I've checked the font and is TrueType format so the problem isn't with the font...
You can copy/paste a font from C:\windows\fonts and then change the name to subfont.ttf if you want to try it...

Have you tried encoding on another computer?

Cheers
Back to top
View user's profile Send private message
someone
Idiot


Joined: 13 Sep 2005
Posts: 74

PostPosted: Wed Mar 15, 2006 12:56 am    Post subject: Reply with quote

Hello eisaisobaros !

I have change the subfont.ttf with VERDANA font from C:/Windows/Font
and put cp1252 in encode.bat and now that works.

thanks eisaisobaros for having helped me
Back to top
View user's profile Send private message
eisaisobaros



Joined: 28 Feb 2006
Posts: 10

PostPosted: Thu Mar 23, 2006 6:33 pm    Post subject: Reply with quote

Is this project canceled? Cause I haven't seen any activity for some time...
:-(
Back to top
View user's profile Send private message
toker#



Joined: 21 Jan 2006
Posts: 27

PostPosted: Fri Mar 24, 2006 12:45 am    Post subject: Reply with quote

The application can not detect sound format on avi files. HAve tried avi with mp3 sounds and avi with ac3 sound.

I think this is more of a mencoder issue, as ffmpeg base convertor detects the sound source fine.

Please help.
Back to top
View user's profile Send private message
toker#



Joined: 21 Jan 2006
Posts: 27

PostPosted: Fri Mar 24, 2006 1:54 am    Post subject: Reply with quote

I have sound now, not sure what happened.

V fast encoding with Mencode, nice app.
Back to top
View user's profile Send private message
TestType



Joined: 13 Dec 2005
Posts: 23
Location: Iceland

PostPosted: Mon Apr 10, 2006 9:51 pm    Post subject: Reply with quote

We need an update to this great app to support the new vbr mp3 in PMP 2.0!
This is my favorite pmp converter, thanks uNn99!
_________________
PSP: Japanese Firmware 1.0 :: 1gb SanDisk Memory Stick
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Mon Apr 10, 2006 9:55 pm    Post subject: Reply with quote

I totally second that, and outputting directly to PMP 2.0 format would be great. Now if uNn has even more time to put into it, manual cropping with preview would be fantastic!
Later,

Alcahest
Back to top
View user's profile Send private message
Itaintrite



Joined: 15 Jul 2005
Posts: 54

PostPosted: Tue Apr 11, 2006 12:44 am    Post subject: Reply with quote

Outputting directly to 2.00 format? You can already do that by replacing the muxer with the new one. All it need are cropping and VBR audio.
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Tue Apr 11, 2006 3:40 am    Post subject: Reply with quote

Haha indeed Itaintrite, it didn't occur to me I could just swap the executable and it would work, silly me :p
Thanks for the tip ;)
Later,

Alcahest
Back to top
View user's profile Send private message
therock003



Joined: 23 Sep 2005
Posts: 96

PostPosted: Wed Apr 12, 2006 6:20 am    Post subject: Reply with quote

i get some crazy error when i start encoding where it says has some trouble with the directory.
Back to top
View user's profile Send private message
eisaisobaros



Joined: 28 Feb 2006
Posts: 10

PostPosted: Wed Apr 12, 2006 7:19 pm    Post subject: Reply with quote

therock003 wrote:
i get some crazy error when i start encoding where it says has some trouble with the directory.


You are using very long directory names... try to change them for example use:
"C:\Avi2PMP" for the program and "C:\Videos" for the video files...

Cheers
Back to top
View user's profile Send private message
uNn99



Joined: 19 Jan 2006
Posts: 64

PostPosted: Fri Apr 14, 2006 5:03 am    Post subject: Reply with quote

New version 0.9.5 is out!


- a lot of new features
- new design
- VBR audio support
- advanced settings
- bitrate calculator
- pmp_muxer 2.00
....


Link (mencoder IS NOT INCLUDED - put your favorite build of mencoder to apps/mencoder folder): http://rapidshare.de/files/17926799/AVItoPMP.rar.html
Back to top
View user's profile Send private message
usuariopc



Joined: 15 Apr 2006
Posts: 2

PostPosted: Sat Apr 15, 2006 1:15 am    Post subject: Reply with quote

Thank! That's an awesome program!

One cuestion. It gives to me an error. When I select the BeSweet like audio codec, and save te configuration, when I restart the program, gives to me a message like:

Access violation at adress 004A2DFC in module 'AvitoPmp.exe'. Read of address 00000370.

The error only appears in the startup, when the option with the Besweet audio coder is saved.

In the AVItoPMP.ini
[Audio]
mode=1

Thaks. The program is the best video conversor for video to PSP!


Last edited by usuariopc on Sat Apr 15, 2006 2:29 am; edited 1 time in total
Back to top
View user's profile Send private message
XperienZe



Joined: 15 Apr 2006
Posts: 3

PostPosted: Sat Apr 15, 2006 1:24 am    Post subject: Reply with quote

Thanks for this program, it is the first time i am using it... saw the update 0.95 at PSPUpdates today! I have put the files in C:\Program\PSP\AVItoPMP\ (couse there is no install), when i run the program i choose my settings, Wide screen, codec: DivX, Bitrate: 520, constant bitrate, Use Mencoder, audio bitrate: 96, no subtitle.
Then i save the setting and add a file to the que and Run encoding and then i got this problem: Something went wrong during encoding, press any key to continue!

I havnt any "Mencoder", dont know what it is? Or where to get it!?
If i use BeSweet i get same problem as the person above me!

Please help me!
Back to top
View user's profile Send private message
usuariopc



Joined: 15 Apr 2006
Posts: 2

PostPosted: Sat Apr 15, 2006 1:42 am    Post subject: Reply with quote

You can find the mencoder packed in:

http://oss.netfarm.it/mplayer/builds/mencoder-p4-cvs-20060323.7z
or in
http://www.mplayerhq.hu/MPlayer/releases/win32/MPlayer-mingw32-dev-CVS-050928.zip

You only need to put the mencoder.exe in the "apps/mencoder" folder.
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Apr 15, 2006 2:08 am    Post subject: Reply with quote

It is awesome, thanks uNn99!
There seem to be a small problem when trying to erase the divx2pass.log file. Sometimes it's not deleted.
I've setup the external output folder as C:\unzipped\ in the advanced option, i think it's a little bug with this.

Also, i though of a little enhancement, setting the preview length. 15 seconds seem to be a little long for me when i just want to check if the ratio is OK.
5 seconds or a setting somewhere to set it would be fine. (to avoid setting it everytime the preview feature is used)

And if you have time, my principal request for this superb prog would still be "manual cropping with preview". ;)
See you,

Alcahest
Back to top
View user's profile Send private message
uNn99



Joined: 19 Jan 2006
Posts: 64

PostPosted: Sat Apr 15, 2006 3:37 am    Post subject: Reply with quote

Alcahest wrote:
It is awesome, thanks uNn99!
There seem to be a small problem when trying to erase the divx2pass.log file. Sometimes it's not deleted.
I've setup the external output folder as C:\unzipped\ in the advanced option, i think it's a little bug with this.

Also, i though of a little enhancement, setting the preview length. 15 seconds seem to be a little long for me when i just want to check if the ratio is OK.
5 seconds or a setting somewhere to set it would be fine. (to avoid setting it everytime the preview feature is used)

And if you have time, my principal request for this superb prog would still be "manual cropping with preview". ;)
See you,

Alcahest

Try this build http://lagoff.net/fifa/downloads/AVItoPMP.exe
- fixed divx2pass.log small bug
- fixed "Access violation at adress 004A2DFC in module 'AvitoPmp.exe'. Read of address 00000370"
- default preview length is set to 10 seconds
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Apr 15, 2006 4:22 am    Post subject: Reply with quote

This new build give me an error "Framerate too high" then abort everytime!
Later,

Alcahest
Back to top
View user's profile Send private message
uNn99



Joined: 19 Jan 2006
Posts: 64

PostPosted: Sat Apr 15, 2006 4:33 am    Post subject: Reply with quote

Alcahest wrote:
This new build give me an error "Framerate too high" then abort everytime!
Later,

Alcahest

o_O I haven't changed anything about Framerate. Can't get this error. Can you describe it - error happens when you start app or when click "Encode" ?
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Apr 15, 2006 4:41 am    Post subject: Reply with quote

This error is given by the DOS window, before muxing.
all the video I try to encode give me that result now, as well as when I use yesterday's build. O_o
I have erased AVItoPMP.ini but it doesn't seem to correct the bug.
Will test some more.
Later,

Alcahest
Back to top
View user's profile Send private message
uNn99



Joined: 19 Jan 2006
Posts: 64

PostPosted: Sat Apr 15, 2006 4:46 am    Post subject: Reply with quote

Post your queue.bat , I want to see this error ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 3 of 9

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group