++ ATOT official NEF thread part IV ++

Page 1802 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

nageov3t

Lifer
Feb 18, 2004
42,808
83
91
my ass is feeling better, finally.

I was able to roll on my back while I slept without waking up from the pain. :thumbsup:
 

Saint Nick

Lifer
Jan 21, 2005
17,722
6
81
select distinct jh.fiscal_year, chartfield1 as location, pd.project_id, pd.descr254 as project_descr, projcost.total_amount
from psf9_y.ps_jrnl_header jh, psf9_y.ps_jrnl_ln jl,
(
select project_id, descr254
from ps_project_descr
) pd,
(
select project_id, sum(foreign_amount) as total_amount
from psf9_y.ps_jrnl_ln
group by project_id
) projcost
where jl.project_id = pd.project_id
and jh.journal_date = jl.journal_date
and jh.business_unit = jl.business_unit
and jh.journal_id = jl.journal_id
and projcost.project_id = pd.project_id
and jl.project_id <> ' '
and jh.fiscal_year in ('2008', '2009', '2010', '2011')
and ( chartfield1 like 'NO%'
or chartfield1 like 'NC%'
or chartfield1 like 'SC%'
or chartfield1 like 'CC%'
or chartfield1 like 'JS%'
)
order by 1;
oh
 
Apr 12, 2010
10,510
10
0
I need to sit down & figure out which format this HDPVR gets best quality out of. MP4, TS or M2TS.
I know I came across a video explanation of it a while back, but it's been a while.
MP4 has been retarded annoying to work with in AVS so far.