Transcoding from 1920 X 1440 query

I am using Toast 10 to transcode some AVCHD stuff from 1920 x 1440 50p. As I am mixing the material on a generally HDV timeline, I have been transcoding the AVCHD material to HDV 1440 x 1080 25fps so it matches with the HDV spec.
Would it be any better quality and would it still work with my HDV material, if I transcoded the AVCHD to 1920 x 1440 HDV and just changed the frame rate to 25fps?

Unless you capture the HDV material in ProRes, then both the AVCHD media and the HDV media will be in ProRes throughout your editing. Keeping an HDV workflow might be going initially it can be very time consuming on the back end of production when it becomes more render intensive and the project needs to be conformed. Unless of course you have to go back to HDV tape for some reason.

Similar Messages

  • Unable to access the data from Data Management Gateway: Query timeout expired

    Hi,
    Since 2-3 days the data refresh is failing on our PowerBI site. I checked below:
    1. The gateway is in running status.
    2. Data source is also in ready status and test connection worked fine too.
    3. Below is the error in System Health -
    Failed to refresh the data source. An internal service error has occurred. Retry the operation at a later time. If the problem persists, contact Microsoft support for further assistance.        
    Error code: 4025
    4. Below is the error in Event Viewer.
    Unable to access the data from Data Management Gateway: Query timeout expired. Please check 1) whether the data source is available 2) whether the gateway on-premises service is running using Windows Event Logs.
    5. This is the correlational id for latest refresh failure
    is
    f9030dd8-af4c-4225-8674-50ce85a770d0
    6.
    Refresh History error is –
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The operation has timed out. Errors in the high-level relational engine. The following exception occurred while the
    managed IDataReader interface was being used: Query timeout expired. 
    Any idea what could have went wrong suddenly, everything was working fine from last 1 month.
    Thanks,
    Richa

    Never mind, figured out there was a lock on SQL table which caused all the problems. Once I released the lock it PowerPivot refresh started working fine.
    Thanks.

  • How to get Hierarchical XML File from a Database Join Query !

    Hi,
    How can i get a Hierarchical XML File from a Database Join Query ?
    Any join query returns repeated values as below:
    BD17:SQL>select d.dname, e.ename, e.sal
    2 from dept d
    3 natural join
    4 emp e
    5 /
    DNAME ENAME SAL
    ACCOUNTING CLARK 2450
    ACCOUNTING KING 5000
    ACCOUNTING MILLER 1300
    RESEARCH SMITH 800
    RESEARCH ADAMS 1100
    RESEARCH FORD 3000
    RESEARCH SCOTT 3000
    RESEARCH JONES 2975
    SALES ALLEN 1600
    SALES BLAKE 2850
    SALES MARTIN 1250
    SALES JAMES 950
    SALES TURNER 1500
    SALES WARD 1250
    14 rows selected.
    We tried use DBMS_XMLQUERY to generate a xml file, but it was unable to get xml in Hierarchical format.
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <ROWSET>
    - <ROW num="1">
    <DNAME>ACCOUNTING</DNAME>
    <ENAME>CLARK</ENAME>
    <SAL>2450</SAL>
    </ROW>
    - <ROW num="2">
    <DNAME>ACCOUNTING</DNAME>
    <ENAME>KING</ENAME>
    <SAL>5000</SAL>
    </ROW>
    - <ROW num="3">
    <DNAME>ACCOUNTING</DNAME>
    <ENAME>MILLER</ENAME>
    <SAL>1300</SAL>
    </ROW>
    - <ROW num="4">
    <DNAME>RESEARCH</DNAME>
    <ENAME>SMITH</ENAME>
    <SAL>800</SAL>
    </ROW>
    - <ROW num="5">
    <DNAME>RESEARCH</DNAME>
    <ENAME>ADAMS</ENAME>
    <SAL>1100</SAL>
    </ROW>
    - <ROW num="6">
    <DNAME>RESEARCH</DNAME>
    <ENAME>FORD</ENAME>
    <SAL>3000</SAL>
    </ROW>
    - <ROW num="7">
    <DNAME>RESEARCH</DNAME>
    <ENAME>SCOTT</ENAME>
    <SAL>3000</SAL>
    </ROW>
    - <ROW num="8">
    <DNAME>RESEARCH</DNAME>
    <ENAME>JONES</ENAME>
    <SAL>2975</SAL>
    </ROW>
    - <ROW num="9">
    <DNAME>SALES</DNAME>
    <ENAME>ALLEN</ENAME>
    <SAL>1600</SAL>
    </ROW>
    - <ROW num="10">
    <DNAME>SALES</DNAME>
    <ENAME>BLAKE</ENAME>
    <SAL>2850</SAL>
    </ROW>
    - <ROW num="11">
    <DNAME>SALES</DNAME>
    <ENAME>MARTIN</ENAME>
    <SAL>1250</SAL>
    </ROW>
    - <ROW num="12">
    <DNAME>SALES</DNAME>
    <ENAME>JAMES</ENAME>
    <SAL>950</SAL>
    </ROW>
    - <ROW num="13">
    <DNAME>SALES</DNAME>
    <ENAME>TURNER</ENAME>
    <SAL>1500</SAL>
    </ROW>
    - <ROW num="14">
    <DNAME>SALES</DNAME>
    <ENAME>WARD</ENAME>
    <SAL>1250</SAL>
    </ROW>
    </ROWSET>
    Thank you for some help.
    Nelson Alberti

    Hi,
    I wrote a general ABAP program which can be configured to grab contrent from an URL and post that content as a new PI message into the integration adapter .... from that point on normal PI configuration can be used to route it to anywhere ...
    It can be easily scheduled as a background job to grab content on a daily basis etc ...
    Regards,
    Steven

  • Using a Procedure in the FROM clause of a query

    Is it possible to use a Procedure that accepts multiple parameters and returns multiple parameters in the FROM section of a query?
    I have a Procedure that formats a postal address from BS7666 format into an Oracle Apps friendly format.
    I'd like to be able to select the data from the source, feed it through this procedure and output it as part of a Materialised View.
    PROCEDURE Format_llpg_Address
    In_Loc IN VARCHAR2,
    In_Description IN VARCHAR2,
    In_County IN VARCHAR2,
    In_Town IN VARCHAR2,
    In_PostTown IN VARCHAR2,
    In_Saon_Start_num IN NUMBER,
    In_Saon_Start_Suffix IN VARCHAR2,
    In_Saon_End_num IN NUMBER,
    In_Saon_End_Suffix IN VARCHAR2,
    In_Saon_Text IN VARCHAR2,
    In_Paon_Start_num IN NUMBER,
    In_Paon_Start_Suffix IN VARCHAR2,
    In_Paon_End_num IN NUMBER,
    In_Paon_End_Suffix IN VARCHAR2,
    In_Paon_Text IN VARCHAR2,
    In_PostCode IN VARCHAR2,
    Out_Address1 OUT NOCOPY VARCHAR2,
    Out_Address2 OUT NOCOPY VARCHAR2,
    Out_Address3 OUT NOCOPY VARCHAR2,
    Out_Town OUT NOCOPY VARCHAR2,
    Out_County OUT NOCOPY VARCHAR2,
    Out_PostCode OUT NOCOPY VARCHAR2)
    Many Thanks,
    Jason.

    You should look at [pipelined functions|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/tuning.htm#i52954]
    Adrian Billington has a number of excellent articles on pipelined functions.
    Here's a [link to one of them|http://www.oracle-developer.net/display.php?id=207]
    Edited by: dombrooks on Oct 12, 2009 4:45 PM

  • Derive 0fiscyerar from 0calmonth in a query

    Hello all,
    We need to build a query which will show three columns: the first two will use calendar month using the value of the entry variable the user will enter. The third one has to show YTD values using 0fiscyear. But the user only wants to enter 0calmonth, so, is there a way to derive 0fiscyear from 0calmonth in a query?
    Thanks in advance
    Kenya

    hi,
    to get the YTD value you can use SAP EXIT variable.
    for 0FISC YEAR check the variable which sap has provided.
    there r variable like >>cumulated upto current month>>.
    u check them.
    regards
    sridhar.v

  • Cannot export Financial Report from HTML view to Query Ready Mode

    Hi,
    I am opening Hyperion Financial Reports in Workspace in HTML mode. On the bottom right of the report, when I click on "Export in Query Ready Mode", the report does not get transported to excel. Rather, a message flashes for a split-second and disappears. The message is "The address is not valid". Can anyone please advise as to what should I do to get the report in excel? I did notice that there is also File->Export->Excel->Fully Formatted Grids & Texts, but we want to get it in Query Ready Mode.
    Version is 11.1.1.3. Thanks for any suggestions.
    ABG

    We have resolved this issue. The problem was that Smart View installation/configuration was not complete on the machine which I used to launch report into Query Ready Mode. Once Smart View was fixed, we were able to convert report from HTML view to Query Ready Mode.
    ABG

  • Find current age from day in mdx query

    Hi,
    I need to find current age.In my cube i have dob attribute.
    so how can  i find current age from day using mdx query.
    Thanks,
    Indu
    indu

    Hi,
    when i ran above query, i am getting days.
    But i need current age in years.
    so i tried with below query, then i am getting value  like 8.99.how can i round off in mdx query?
    in sql i used Floor function for roundoff. in mdx which function should i use?
    With
    MEMBER [DOB] AS DATEDIFF('d',[Ship Date].[Date].CurrentMember.Name,Now())/365.25
    Select {[DOB]}
    on columns ,
    NON
    EMPTY {[Ship Date].[Date].[Date]}
    ON ROWS From [Adventure Works]
    indu

  • Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Take a look at this section; it's pretty clear.
    Compressor offers settings for each of the output formats you want. (For example, the m4v sttings for Apple Devices.)
    Good luck.
    Russ

  • How to get second maximum salary from employee table(sql query)

    how to get second maximum salary from employee table(sql query)

    dude there is no matter of structure .........that user already said its from employee table ...............its basic table in sql and there is no need to specify the table structure
    .........i think u got my point I think you are the one who didn't understand Sarma's point.
    Give a man a fish and you feed him once. Teach a man how to fish and you feed him a life long.
    >
    and the query is
    select max(sal) from emp where sal<(select max(sal)
    from emp);
    this will give the 2nd max salary from the emp tableBtw: You solution is bad, because it needs to scan and sort the table emp twice. And a better solution has been given already.
    Message was edited by:
    Sven W. - reordered statements

  • How to pass parameters from html to xacute query

    hi experts,
    I need to pass a variable from  html to xacute query.i need the correct syntax for that .
    Thanks in advance.
    lokesh

    Hi Lokesh,
    I apologize if my message came off sounding rude - passing parameters to queries is fundamental to xMI, one of the basic concepts.  I only meant that if you haven't had xMII training, you could benefit greatly
    Kind Regards,
    Diana Hoppe

  • Can I transcode from .mxf (EX3) to prores in Compressor or should that be done best in FCPX?

    I am new to FCPX and compressor, can I transcode from .mxf (EX3) to prores in Compressor or should that be done best in FCPX?
    I would like to do it the best way, perhaps that means fastest, or least prone to troublesomeness. Cheers

    Hmm…not sure.
    Either way, you need to make them into Quick Time files and use the Sony transfer software for that. 
    FCPX is pretty fast and if your profile is accurate, it should be speedy on that version MBP.  Why not do a test and report back?
    Russ

  • 1920 vs 1440 for HD Export...

    I am exporting my project using Export>Using Quicktime Conversion>Options...>Size>Dimensions. My question is in the "Size" section.
    My footage from FCP6 is H.264 1440 x 1080 HD/16:9. I want to know if I can choose the size HD 1920 x 1080 16:9 setting.
    The reason why I ask this is that my camera, a Canon HV20, is supposed to record at 1920 x 1080. After I converted my original footage to H.264 in Compressor it dropped the resolution to 1440 x 1080. I am unsure why but it still looks great. I would like to get a 1920 x 1080 image for my final output though.
    The strange thing is although is that if I open up the Quicktime movie (Full Screen) I exported at 1440 x 1080, in the full screen it is 1920 x 1080!! What is going on here? Does it make a difference if I export at 1440 x 1080 vs 1920 x 1080?
    Regards,
    Rory

    Thanks for the help. I had another related question for *Zak Ray*. Under Movie Inspector in the 1440 x 1080 Quicktime clip this is what it says:
    *Format: 16-bit Integer (Little Endian), Stereo (L R), 48.000 kHz*
    *H.264, 1440 x 1080 (1888 x 1062), Millions*
    *Normal Size: 1888 x 1062 pixels*
    Under Movie Inspector in the 1920 x 1080 Quicktime clip this is what it says:
    *Format: 16-bit Integer (Little Endian), Stereo (L R), 48.000 kHz*
    *H.264, 1920 x 1080 (1888 x 1062), Millions*
    *Normal Size: 1888 x 1062 pixels*
    So in this case with the Format and Normal size being identical (1888 x 1062), would it be any difference to export at 1920 x 1080?
    The only difference is the Data Size at 329.05MB for the 1920 x 1080 clip vs 268.77MB for the 1440 x 1080 clip. I am confused by this. So basically if I want the absolute best quality, choose the 1920 x 1080 export setting right?
    Thanks Again.

  • 1920 vs 1440

    Though I had a great answer about making import with HDV (1440x1080), and that is what i have done, now once all imported, in "Sequence settings" I can see that I can change the Frame size from "1440 x 1080" into "1920 x1080" HDTV, which needs a rendering procedure. So my question is :
    does it make any difference in quality if I change the Frame size, or it is needless because it will maintain my pixel Aspect ratio, and maybe even can lose some quality because of the procedure?
    Thanks in advance for your help

    Leave your settings alone. To change them will do nothing but cause problems.
    x

  • AVCHD Editing 1920 vs 1440

    I've been having nothing but trouble with AVCHD clips in Adobe PRE7. I've finally tracked down what clips it can handle and which it can't. Any AVCHD that's 1440x1080, regardless of project settings, regardless of sound and sound settings, regardless of bitrate, is fine. Performance with AVCHD clips shot at 1440x1080 seems fine.
    Any clip shot in 1920x1080, slows PRE7 down to a crawl (usually). It becomes UNUSEABLE. You can import those AVCHD clips but you can't practically edit with them in the project, it simply can't render them and becomes a slideshow, again regardless of sound settings or bitrate or project settings.
    I have a quad core system, and on SOME projects, it will use all 4 cores to render the 1920 clips. Most projects it will not. When it does use all 4 cores to render it renders smoothly. I cannot for the life of me figure out how to "force" it to render using all 4 cores. Once I have a project saved that does this, it seems to always work, but I cannot figure out why it sometimes will only use 2 cores to render, and sometimes it will use all 4.
    The problem I have is with the Sony SR12, the max bitrate you can get with 1440x1080 clips is 9mbps. You get 16mbps with 1920x1080 clips. But it looks like I am forced into shooting 1440 whether i like it or not. It may not be so bad, I don't know how bad motion artifacting will be at that low bitrate with the SR12 at 1440 maybe it's ok, but 9mpbs seems low.
    I just wish PRE7 handled AVCHD clips that are 1920x1080 better. It seems it should, it handles avchd 1440 clips fine in any project.
    Seems like its a bug in the way it handles avchd that it would choke so hard on 1920 input, and perform so well with 1440 clips, from the same camcorder.

    I have used all project settings, and I have a sample clip from an SR10 as well and it also is very slow. It has to render it on playback, there is always a red line above the clips in the timeline since it doesn't handle AVCHD natively. I'm confused by your statement that you can load AVCHD files into PE7 and have it not render them, it renders all AVCHD clips regardless of project setting or resolution of the clip, unlike HDV which it can handle natively. I always see a red line above all my AVCHD clips in the timeline regardless of project settings or that clips resolution.
    Basically I do sometimes get smooth editing with 1920 clips but it seems almost random. If all 4 cores are utilized it plays back in the project smoothly, if not its a slide show. [edit] I found a way that appears to get all 4 cores in on timeline/sceneline rendering. If I bring up the windows task manager while its playing back the project, the 2 cores that were idle seem to kick in right away. I have no idea why they don't just kick in regardless, sometimes they do, sometimes they don't. I
    Perhaps some conflict with a codec pack is biting me? I'm tempted to get an old hard drive out, do a clean install on it, and see if it gets rid of the problem. It just doesn't want to use all 4 cores reliably unless I do the task manager thing.

  • Can not delete data from table which is queried in my stored procedure

    Hi,
    Anyone knows how to fix it:
    I have a table. In a stored procedure, I have a simple query running on this table.
    When I want to delete one record from that table, I got error message:
    ORA-04091: table *** is mutating, trigger/function may not see it.
    Thanks first.

    Rick, the only time you should get a mutating table error is when a trigger is involved. FK problems have separate error codes (and would be a different problem than the one that started this thread). Using a DBA id check all the tables subject to DML by your function and by whatever calls your function for triggers. Only the owner or a DBA can see the existence of triggers on a non-owned table. This has caused some of the developers I work with to think tables that had triggers do not have them since they do not work under the owning or a DBA ID.
    By your description of what you are trying to do in the function we do that all the time without problem.
    How large is the function? How/When is it called?
    Mark D Powell

Maybe you are looking for