ts 1280x720p -> x264 working options » Salads » Forum
Forum
  Поиск   Users   Registration   Entrance
Today: 24.06.2025 - 05:48:24
Pages:  1  

ts 1280x720p -> x264 working options

Advertising

CROWD links from forums - 0,9 USD


MessageAuthor

I have war.of.the.worlds.HDTV.720p.DD51.ts which is 1280x720 progresive with 59.94 fps in mpeg2 format size: 11GB.. I used gordian knot and did x264 at 1280x720 (59.97 fps) and maid 4GB mvk file all is fine but mine CPU sempron 2800 that can OC at 2.5Ghz can not play it i need some +~40% more cpu power for it.. I know the problem is becouse hight resolution and ~60fps is there any option to reencode it again but make it 29.97 fps so mine cpu can hold it? Also newbie with avisynth so duno if there is option to make script to do that and than maybe use megui instead?

---------------------

dngo

main-users




Statistics:
Messages: 819
Registration: 05.22.2001
30.01.25 - 11:20:47
Message # 1
RE: ts 1280x720p -> x264 working options

1) 1280*720*60 ts file use duplicate frame. You must convert 60 fps in 24 fps with avs script. 2) Problem here is not quality but speed. If you use the best possible setting then the speed will be very very slow. try these setting -> very good quality and very good speed x264.exe --bframe 2 --ref 2 --filter 0:0 --bitrate 4000 --pass 1 --stats "x264_stat.log" --qcomp 0.75 --ipratio 1.25 --pbratio 1.33 --analyse "all" --8x8dct --weightb --me "hex" --subme 1 --progress --no-psnr -o NUL Speed.avs x264.exe --bframe 2 --ref 2 --filter 0:0 --bitrate 4000 --pass 2 --stats "x264_stat.log" --qcomp 0.75 --ipratio 1.25 --pbratio 1.33 --analyse "all" --8x8dct --weightb --me "hex" --subme 5 --progress -o x264HP_KingKong_400p_Speed6.mp4 Speed.avs you use 4000 Kbps for your source I think. It's high bitrate for 1280*720 source : useless to use RDO or other highest quality tweak in this case.

---------------------

BimmerKat

main-users




Statistics:
Messages: 67
Registration: 04.26.2003
30.01.25 - 11:31:52
Message # 2
RE: ts 1280x720p -> x264 working options

can you help with avs script how to do ~60 to 24fps ?

---------------------
CAR IS SOLD 2002 ///M3 w/ Stoptech Big Brake Kit - Active Autowerkes Exhaust - Ground Control Camber Plates - Ground Control Coil Overs - Ground Control Adjustable Control Arms - K&N Typhoon #63 CAI - 19' HRE's 545R's

littlelee1

main-users




Statistics:
Messages: 2,858
Registration: 03.09.2003
30.01.25 - 11:41:29
Message # 3
RE: ts 1280x720p -> x264 working options

FDecimate(rate=23.976,threshold=2.0) would be a solution. You may want to start with FDecimate(metrics=true), seek through a bit of the film and find a good threshold value for your source first.

---------------------
1988 E30 M3 My Webpage

dee-mo08

main-users




Statistics:
Messages: 105
Registration: 06.18.2003
30.01.25 - 11:48:44
Message # 4
RE: ts 1280x720p -> x264 working options

Please read and follow rule 12: do not ask what's best. Thank you. WOOT! beat neuron2 to one of these. ;)

---------------------
2003 M3

crusher

main-users




Statistics:
Messages: 241
Registration: 07.31.2003
30.01.25 - 11:55:33
Message # 5
RE: ts 1280x720p -> x264 working options

yes i am using CoreAVC but at 2.5Ghz best i can do is 30-35fps at 1280x720.. FDecimate(rate=23.976,threshold=2.0) did not work say unknown command ... i must read more about avisynth scripts total newbie with it ;)

---------------------
Screw it, just add NOS!!

RDM3

main-users




Statistics:
Messages: 74
Registration: 03.06.2002
30.01.25 - 12:03:56
Message # 6
RE: ts 1280x720p -> x264 working options

FDecimate is a plugin... it needs to be in your plugins folder, or manually loaded into your script to be called. Grab it, and anything else neuron2 has made, that might be useful to you at neuron2.net.

---------------------

ChrisFL

main-users




Statistics:
Messages: 779
Registration: 02.26.2001
30.01.25 - 12:12:26
Message # 7
RE: ts 1280x720p -> x264 working options

I did some tests with Fdecimates and looks like its duplicated pattern like : 1,1,1,2,2,3,3,3,4,4,5,5,5 .... so i did short test with FDecimate(rate=23.976,threshold=3.5) looked fine and now i am doing first pass with virtual dub mod.. Than i gona mux ac3 demuxed audio with in mvk container and hope audio sync be OK..

---------------------
My Flickr

Laguna Seca ///M3

main-users




Statistics:
Messages: 210
Registration: 04.09.2002
30.01.25 - 12:18:39
Message # 8
RE: ts 1280x720p -> x264 working options

I made mine first x264 reencode setting worked gr8.. :) @lamer_de no its not me named filename myself :P

---------------------

///M4life

main-users




Statistics:
Messages: 3,137
Registration: 03.09.2003
30.01.25 - 12:26:58
Message # 9
RE: ts 1280x720p -> x264 working options

have 720p files with the same frame orde (aaabbcccdd etc.) I used TDecimate(cycleR=3) to delete 3 out of every 5 frames (5 frames per cycle is default) and it very nicely decimated from 59.97fps to 23.97fps @ 1280x720 then I just encoded with w/ x264 at full resolution :D:D:D

---------------------
FS [Engine]: Starter, Alternator ,MAF, USB DCAN OBDII cable, Engine Mount, Water Pump FS [E30]: New Exhaust Mounting Parts FS [Lighting]: E36 New ApexCone headlights, stock headlights, cancellors FS [Suspension Parts]: e36/e46 CAB, shocks mounts, lol

bmwsmurf

main-users




Statistics:
Messages: 36
Registration: 08.02.2003
30.01.25 - 12:33:31
Message # 10
RE: ts 1280x720p -> x264 working options
Kontakt 5 + Abbey Road 70's drums : Previous topic
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants