prupert

prupert

6p

4 comments posted · 0 followers · following 0

14 years ago @ pruperting - How To Use FFMPEG To T... · 0 replies · +1 points

Best of luck, it's a toughie to be sure, but I hope you get it and let me know your results ;)

14 years ago @ pruperting - How To Use FFMPEG To T... · 0 replies · +1 points

Sadly I am stuck with a horrible old CRT TV, so it only goes up to a maximum of about 570x480 or something naff. So it looks fine on my TV, and also on my 19" LCD PC screen, but I couldn't say what it is like in 1080p, ask me next Xmas, by which time I should have "accidently" dropped the TV requiring me to buy a decent one ;)

I would imagine the quality is pretty good, the file sizes are larger than the ones my ffmpeg command makes, since it seems to be using a higher quality setting.

Personally, I think the major issue is in the UPnP implementation in PS3, it seems to be very picky and I think that is where I was getting lots of trouble. I was using both mediatomb and PS3MediaServer, but gave up on both as they were really killing my PC and the audio kept on going out of sync. I am sure it is possible to get it working, but I just got so p!ssed off with trying to, I gave up and resorted to XBMC.

If I was you, I would try the files directly on the PS3 first and once you have a solution that works well, then see what it is like streaming it via UPnP. When playing these files, the bitrate can hit up to 3 MB/sec it seems on some movies, and considering I can never get files to transfer faster than about 1 MB/sec over my network, I would imagine that causes a lot of pixelation and lag when it comes to UPnP.

14 years ago @ pruperting - How To Use FFMPEG To T... · 0 replies · +1 points

Hi

In the end, I gave up trying to get files working for my PS3, it was soooo picky about what it wanted, and since I didn't wanna store them all on the PS3, but use a UPnP server instead, that added even more stress to the situation. So, instead I decided to buy a separate computer, install XBMC (www.xbmc.org) on it and that has been the perfect solution ever since. However, this doesn't help you.

There are two solutions I can offer, one is free, but not so easy, the other costs, but is very easy.

The Free Option:
Use Handbrake: http://handbrake.fr/ It has versions for most OS out there, you can rip a DVD using the program (though you need to sort out copy protection before hand), or it can covert files you give it. If you just choose the 'normal' preset and choose an MP4 container, it should create a PS3 compatable file. However, the handbrake devs don't seem that keen on the PS3 and don't officially support it, so I don't know how long this will work. Also, the options in handbrake are pretty confusing for the beginner.

The Non-Free Option:
Use DVDFab 'DVD to Mobile' (http://www.dvdfab.com/dvd-to-mobile.htm) This is about $30, but they are running a 20% discount till 20th December. Using this program is so easy, simply bung in your DVD, choose the PS3 option, select the Title you wanna copy and off you go. It does everything for you, creates decent sized files and most importantly, they work on your PS3. Its the option I use to rip my DVDs since it is so easy. Note, you have to buy the DVDFab DVD to Mobile, since just DVDFab on its own wont create a PS3 compatable file.

If you can work out how to use Handbrake (and it aint that difficult, reading the FAQs and Docs helps) it is a great solution. But if you are lazy and want to use something that you know will always work, use DVDFab DVD to Mobile.

Hope that helps you out.

If you did still want to use my command, I am not sure how to use the GUI for ffmpeg and you might make the wrong selection, so the easiest thing to do is, once you have installed ffmpeg in windows (since I am assuming you are using Windows) open a command prompt (Start>Accessories>Command Prompt) and then type the following:

ffmpeg -y -i "C:/full/path/to your file/here.mpg" -vcodec libx264 -level 41 -vpre normal -crf 24 -threads 0 -acodec libfaac -ab 128k -ac 2 -ar 48000 "C:/full/path/to where you want/the new file/to go.mp4"

So, after the -i part, you write the full path to your input file, so for example "C:/pruperting/My Videos/video.mpg" and then after the -ar 48000 you write the full path to where you want the output file to go, so something like "C:/pruperting/For My PS3/video.mp4" (you must keep it as .mp4 here).

14 years ago @ AndroidGuys - Official: Sprint's Her... · 0 replies · +1 points

Ahhh phooey, hmm, UK Telcos aren't that good at rolling out phone updates :(