• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

++ 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.
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
 
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.
 
Back
Top