Help in 720p encoding

Post Reply
DonSaffadu
Posts: 16
Joined: Mon Jul 15, 2013 10:55 pm
Has thanked: 1 time

Help in 720p encoding

Post by DonSaffadu »

i don't know if this is the rigth place to post this but in all the years of xbox i used this guide http://forum.xbmc.org/showthread.php?tid=53741 and it was just perfect in quality and in every way. it was named 720p/HD movies on your xbox... and haves a table for staxrip with max bitrates for resolution... so xbox does not brake... but now the post as been removed and i has just wanting to know if someone in here have that awesome table that saved my xbox ;)

okay i have in my pc one of the resolution's for the 1280x720 -vbv 5978400,3866624,3866624 you just need to put these on codec configuration the advanced and just replace the value given, then use insane quality and just put the target quantizer for 3 the lower the better but it might get files over 4 gb try 2.8 and just go from there ;) put bidirectional codding in single adaptive. that's what i can remember from the post that helped me ;) and try it you will be amazed
User avatar
BuZz
Site Admin
Posts: 1891
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 66 times
Been thanked: 423 times
Contact:

Re: Help in 720p encoding

Post by BuZz »

check http://www.xbmc4xbox.org.uk/forum/viewt ... ?f=4&t=697

and

http://www.xbmc4xbox.org.uk/forum/viewt ... f=14&t=355

in first thread I describe a 1 pass encoding using ffmpeg's mpeg4 codec , and the second thread is 2 pass xvid using staxrip.
DonSaffadu
Posts: 16
Joined: Mon Jul 15, 2013 10:55 pm
Has thanked: 1 time

Re: Help in 720p encoding

Post by DonSaffadu »

yeah, i have read both you post( and many more), but the table that was posted have max bitrate for diferent resolutions and that as helpful when encoding... and thank's for all your work you have helped me in a lot of issues ;) from other treads from people all over the web. do you think i will get even better image by doing a 1º pass ffmpeg?

sorry for my English but it's not my native language.
Redneck9
Posts: 237
Joined: Fri Jul 27, 2012 3:00 am
Has thanked: 10 times
Been thanked: 2 times

Re: Help in 720p encoding

Post by Redneck9 »

thanks Buzz!!!

This is how I transcode cartoons(mkv>mpeg4 sucks for cartoons)


I use avi->xvid->lcpm or ac3

Letterbox: Encode @ 1280x528
16:9: Encode @ 960x720
4:3 Encode @ 960x720

4368 average video bit-rate for everything(single pass)

You can upscale these encodes to 1080i w/xbmc4xbox 3.1(however 3.1 doesn't play h.264 efficiently, or stream internet content very well)
Last edited by Redneck9 on Fri Oct 11, 2013 12:53 am, edited 1 time in total.
User avatar
2 Bunny
Posts: 99
Joined: Mon Dec 31, 2012 4:55 pm
Location: United States
Has thanked: 13 times
Been thanked: 3 times
Contact:

720P Reply

Post by 2 Bunny »

I spent years trying to find a way to get 720p video conversions to work right on the Xbox. The result? Only one software could do the job right consistently with quality results (out of many tried) - a simple command line tool called "FF MPEG". Just download it, change your command prompt directory, issue the command, hit enter, and it all just works. I've "been there, cut that", but only FF MPEG works. Here's the magic command (keep the quotation marks where they are present):
ffmpeg -i "PATH TO FILE\source_video.mkv" -scodec copy -acodec copy -vcodec mpeg4 -b:v 3000k -maxrate 5000k -bufsize 4096k -s 1280x720 -f matroska -y "PATH TO OUTPUT FILE\output_file_name.mkv"
User avatar
sixties keith
Posts: 535
Joined: Wed Aug 01, 2012 9:30 am
Has thanked: 28 times
Been thanked: 33 times

Re: Help in 720p encoding

Post by sixties keith »

i totally agree with 2 Bunny FF MPEG is the best way for 720p content.

Buzz did an excellent job talked me through encoding the files and i must say the quality is just excellent. Been enjoying 720p content ever since. Have a go and see the results for yourself, you wont be disapointed!!! 8-)
Image

120gb hdd, vinyl magma skin, front lights, side strip lights, clear jewel mod with lights, ir dongle mod, hdd indicator. X3 with LCD many mods inc custom x3 jewel.
User avatar
BuZz
Site Admin
Posts: 1891
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 66 times
Been thanked: 423 times
Contact:

Re: Help in 720p encoding

Post by BuZz »

Just as an example (and I'm not saying it doesn't have some encoding artifacts etc, but it looks generally good to me). Single pass encode, so this is generally what I get when I transcode from 1080p via mediatomb etc.

http://malus.exotica.org.uk/~buzz/true_skin.mkv
Redneck9
Posts: 237
Joined: Fri Jul 27, 2012 3:00 am
Has thanked: 10 times
Been thanked: 2 times

Re: Help in 720p encoding

Post by Redneck9 »

BuZz wrote:Just as an example (and I'm not saying it doesn't have some encoding artifacts etc, but it looks generally good to me). Single pass encode, so this is generally what I get when I transcode from 1080p via mediatomb etc.
It does look better than the method I've been using.
Redneck9
Posts: 237
Joined: Fri Jul 27, 2012 3:00 am
Has thanked: 10 times
Been thanked: 2 times

Re: Help in 720p encoding

Post by Redneck9 »

Tutorial: How install and use FFMpeg on PC with user friendly GUI instead of linux command line interface.




*note you must run apps in xp, so be sure your version of windows supports xp compatibility.
I used the latest builds, they work fine. so just use the links in the youtube description.

Lets you set min/max/average/buffersize bitrates.
Last edited by Redneck9 on Fri Oct 11, 2013 12:55 am, edited 4 times in total.
User avatar
2 Bunny
Posts: 99
Joined: Mon Dec 31, 2012 4:55 pm
Location: United States
Has thanked: 13 times
Been thanked: 3 times
Contact:

CONVERSION Reply

Post by 2 Bunny »

Redneck9 wrote:Tutorial: How install and use FFMpeg on PC with user friendly GUI instead of linux command line interface.





*note you must run apps in xp, so be sure your version of windows supports xp compatibility.
I used the latest builds, they work fine. so just use the links in the youtube description.
Interesting. Can that be applied to do batch conversions?
Redneck9
Posts: 237
Joined: Fri Jul 27, 2012 3:00 am
Has thanked: 10 times
Been thanked: 2 times

Re: CONVERSION Reply

Post by Redneck9 »

2 Bunny wrote:
Interesting. Can that be applied to do batch conversions?


Yes, is does do batch encodes/transcodes.

(1) Set the output file settings in the main GUI (or "default template")
(2) Go to "Job Control Manager" drop your files in, select output directory, leave template alone(unless using prepacked template PSP PS3 ect...)
(3) Click "Process Jobs"

may take awhile depending on number of vdieo files, as this install can only run in 32-bit.
User avatar
2 Bunny
Posts: 99
Joined: Mon Dec 31, 2012 4:55 pm
Location: United States
Has thanked: 13 times
Been thanked: 3 times
Contact:

+1 Reply

Post by 2 Bunny »

Redneck9 wrote:
2 Bunny wrote:
Interesting. Can that be applied to do batch conversions?


Yes, is does do batch encodes/transcodes.

(1) Set the output file settings in the main GUI (or "default template")
(2) Go to "Job Control Manager" drop your files in, select output directory, leave template alone(unless using prepacked template PSP PS3 ect...)
(3) Click "Process Jobs"

may take awhile depending on number of vdieo files, as this install can only run in 32-bit.
Cool, thanks. If I ever find myself needing to batch convert, this is what I'll try.
DonSaffadu
Posts: 16
Joined: Mon Jul 15, 2013 10:55 pm
Has thanked: 1 time

Re: Help in 720p encoding

Post by DonSaffadu »

i will try that also
DonSaffadu
Posts: 16
Joined: Mon Jul 15, 2013 10:55 pm
Has thanked: 1 time

Re: Help in 720p encoding

Post by DonSaffadu »

Just to say that the first link that i posted the one i was looking for it's up again. :)
Post Reply