Wagic, The HomebrewRandom Homebrew: Wagic, The Homebrew
Often compared to commercial games for its replay value and quality, Wagic is a heroic fantasy card [...]
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

Tutorial for creating videos for the PSVita

News, rumors, anything you want to discuss about Sony's latest portable console

Re: Tutorial for creating videos for the PSVita

Postby thebudds » Wed Apr 18, 2012 5:09 pm

Mcleod wrote:This is awesome thanks for the details, I wasnt to sure if I needed to uses Video9 or any other converter to be able to watch videos on the Vita.


No problem, the goal was just to put up all the stuff I learned personally and to let people not deal with the annoyances that I dealt with. :lol:
Image
Spoiler
Image

Spoiler
Image

Spoiler
Image
User avatar
thebudds
 
Posts: 370
Joined: Sat Nov 06, 2010 6:56 pm
Location: Somewhere In the next dimension

Re: Tutorial for creating videos for the PSVita

Postby ainen » Wed Apr 18, 2012 6:44 pm

Thanks for the tutorial. I won't be putting any videos on my PS Vita because I have other devices that I'd rather watch them on (bigger screen), but it is really useful for people who use this as their everything device. Hopefully they will add a Vita option on the format drop down to make it easier for people.
User avatar
ainen
 
Posts: 9
Joined: Fri Mar 16, 2012 2:46 pm

Re: Tutorial for creating videos for the PSVita

Postby KrewOwns » Fri Apr 20, 2012 8:43 am

Thank you for this. Helped a lot. :D
Image
User avatar
KrewOwns
 
Posts: 59
Joined: Sun Apr 15, 2012 7:21 am
Location: California

Re: Tutorial for creating videos for the PSVita

Postby omgdinosaurs » Sat Apr 21, 2012 2:45 pm

thanks for the quick guide, I've been using a program called "PSP Video 9" but it's UI has started to give me a headache
omgdinosaurs
 
Posts: 11
Joined: Wed Apr 18, 2012 2:38 am

Re: Tutorial for creating videos for the PSVita

Postby thebudds » Sat Apr 21, 2012 7:40 pm

omgdinosaurs wrote:thanks for the quick guide, I've been using a program called "PSP Video 9" but it's UI has started to give me a headache


Yeah... not a big fan of Video 9. Takes away to much control over what you want to do yourself, and after research I was able to get down the info needed to create them myself. While I wrote this to help people simply make a working video. If they choose to, they can go a lot further with the options available. Winnydows has made a great program, that I feel IMO is a lot better than even the paid ones.

@ everyone else

I'm always open to questions :D
Image
Spoiler
Image

Spoiler
Image

Spoiler
Image
User avatar
thebudds
 
Posts: 370
Joined: Sat Nov 06, 2010 6:56 pm
Location: Somewhere In the next dimension

Re: Tutorial for creating videos for the PSVita

Postby z3r01 » Sat Apr 21, 2012 7:59 pm

For anyone with a Mac just use Handbrake with this same tutorial..works fine ;-)
Image
z3r01
User avatar
z3r01
 
Posts: 26
Joined: Sun Mar 11, 2012 4:43 am

Re: Tutorial for creating videos for the PSVita

Postby thebudds » Sat Apr 21, 2012 8:19 pm

z3r01 wrote:For anyone with a Mac just use Handbrake with this same tutorial..works fine ;-)


You don't mind if I add this info to the tutorial do you?
Image
Spoiler
Image

Spoiler
Image

Spoiler
Image
User avatar
thebudds
 
Posts: 370
Joined: Sat Nov 06, 2010 6:56 pm
Location: Somewhere In the next dimension

Re: Tutorial for creating videos for the PSVita

Postby Acid_Snake » Wed May 02, 2012 5:46 am

you can also use ffmpeg:

psp: ffmpeg input_video -acodec libfaac -f psp -r 29.97 -s 320x240 -b 768k -ar 48000 -ab 64 output_video.mp4

psvita: ffmpeg input_video -acodec libfaac -f psp -r 29.97 -s 640x480 -b 768k -ar 44100 -ab 128k output_video.mp4

ps3 (hd): ffmpeg input_video -vcodec libx264 -s 1280x720 -level 41 -vpre normal -crf 24 -threads 0 -acodec libfaac -ab 151k -ac 2 -ar 44100 output_video.mp4

these are all the commands I use in my program I they all work fine in Ubuntu and Windows
if you get an error with libfaac you might want to change libfaac to faac or use another build with libfaac support.
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2050
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: Tutorial for creating videos for the PSVita

Postby thebudds » Wed May 02, 2012 8:09 am

Acid_Snake wrote:you can also use ffmpeg:

ps3 (hd): ffmpeg input_video -vcodec libx264 -s 1280x720 -level 41 -vpre normal -crf 24 -threads 0 -acodec libfaac -ab 151k -ac 2 -ar 44100 output_video.mp4

these are all the commands I use in my program I they all work fine in Ubuntu and Windows
if you get an error with libfaac you might want to change libfaac to faac or use another build with libfaac support.


AVC level 4.1 is not compatible with the Vita, you mean 3.1?
Image
Spoiler
Image

Spoiler
Image

Spoiler
Image
User avatar
thebudds
 
Posts: 370
Joined: Sat Nov 06, 2010 6:56 pm
Location: Somewhere In the next dimension

Re: Tutorial for creating videos for the PSVita

Postby Acid_Snake » Wed May 02, 2012 1:13 pm

no, that command is for ps3 only, you might change it for the vita if you want hd res
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2050
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

PreviousNext

Return to General

Who is online

Users browsing this forum: Acid_Snake, BonnieBon and 1 guest