Ffmpegx user? Automate .avi to H.264?

Trying to get a batch of Avi to H.264 for tv. Able to create a workflow that automates this action?

Yes ffmpegx has many more options, I also appreciate why anyone would want to stick to one product if possible.

Similar Messages

  • How to LogOff Users Automatically in Planning ?

    Folks,
    do you have any idea about how can we Logoff all the users automatically in Planning.
    the method i know is by going to the Planning web-Application settings and Switch to Administrator.
    But I want to get this done Automatically for application maintanance and nightly backups.
    any thought would be highly appreciated.

    We had a similar scenario where we had to logoff users from planning app on the essbase side to run a cube fresh.
    We have a job that would accomplish the tasks in the following order:
    1. kill requests on planning app
    2. Disable connects to the planning app
    3. unlock all objects
    4. run a cube refresh and security refresh from planning web(through command line using cuberefresh utility)
    5. enable connects to the planning app.
    If you wish to do it manually you can always push the planning app into maintenance mode which can be done by admin the Planning application owner.
    Hope this helps!!
    Edited by: Nra601 on Jun 24, 2009 12:07 PM

  • Server unlocks locked users automatically - why ?

    Hello,
    I am using WLS 6.1 SP1
    I have set Lockout Enable option to TRUE in Password tab of security.
    I also have set
    Lockout Threshold = 3
    Lockout Duration=999999
    Lockout ResetDureation= 5
    and rest are default.
    After invalid login in a span of 5 minutes, server locks the user.
    I can see the status on the console server->Monitoring->Security tab
    Total User Unlocked = 0
    Locked Users = 1
    But if try to login again with same (locked) user with or without correct
    password,
    the server unlocks user. Next attempt with correct password, user will be
    successfully authenticated.
    If you see in the console for server->Monitoring->Security tab,
    Total User Unlocked = 1
    Locked Users = 0
    I have not used any unlock command.
    Is there is anything wrong in the configuration or web.xml ?
    Thanks
    Deepak

    Hello,
    I found out one problem - Looks like a BUG
    If Lockout Duration = 999999 then Server unlocks locked user automatically
    during next login attempt
    with correct or incorrect password.
    This looks like a bug becuase
    --- Value 999999 is the maximum value allowed and it accepts this value.
    In the documentation, this value represented in terms of Seconds as the unit
    of measurement
    whereas actaully the <Lock Notice> is displayed in terms as 999'999 Minutes.
    I tried with value 99999 (5 digits), it works !!!
    Regards
    Deepak
    "Deepak Rampoore" <[email protected]> wrote in message
    news:3C43A75F@mail...
    Hello,
    I am using WLS 6.1 SP1
    I have set Lockout Enable option to TRUE in Password tab of security.
    I also have set
    Lockout Threshold = 3
    Lockout Duration=999999
    Lockout ResetDureation= 5
    and rest are default.
    After invalid login in a span of 5 minutes, server locks the user.
    I can see the status on the console server->Monitoring->Security tab
    Total User Unlocked = 0
    Locked Users = 1
    But if try to login again with same (locked) user with or without correct
    password,
    the server unlocks user. Next attempt with correct password, user will be
    successfully authenticated.
    If you see in the console for server->Monitoring->Security tab,
    Total User Unlocked = 1
    Locked Users = 0
    I have not used any unlock command.
    Is there is anything wrong in the configuration or web.xml ?
    Thanks
    Deepak

  • Run script to remove user automatically

    My mind is blank now. Can anyone provide an OS level example script to remove an oracle user automatically? OS: AIX 5.3L , Oracle 10g R2. The script should be called from OS level. Very appreciate.

    to remove an oracle user automatically?Why ?
    The script should be called from OS level
    drop_user.sh :
    export ORACLE_SID=MYDB
    export ORACLE_HOME=/my_directories
    sqlplus -s myuser/mypwd <<EOF
    drop &1;
    exit
    EOFFrom OS prompt :
    drop_user.sh MY_USER_TO_DROPNicolas.

  • Unlock user automatically after given time

    Hi,
    I have a requirement where I need to unlock the user automatically after 2 hours once his account gets locked(after 3 unsuccessfull attempts).Do we have this feature Out of the box or we need to write a scheduler for this.
    Regards,
    Edited by: 851992 on Apr 13, 2011 4:54 AM

    Hello,
    If you are using Oracle Access Manager in the setup, then this is feature available out of the box.
    -Mahendra.

  • Disable user automatically when he leaves Organization

    Hi All,
    Is ithere any way by which we can disable user automatically when he/she leaves Organization.
    User addition/deletion should be automatic.
    Current authentication way is Enterprise login.
    Is there any readymade SDK available for this?
    We are using BO XI R2 (JAVA SDK)
    Please suggest,
    Thanks in advance
    Regards,
    Chaitanya

    When the person leaves the organization you can run an app to go in a delete him/her.
    Here is a sample: [Delete User|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d022c31a-3857-2c10-bd91-f3495fece879]

  • Disable user automatically when he/she leaves Organization

    Hi All,
    Is ithere any way by which we can disable user automatically when he/she leaves Organization.
    User addition/deletion should be automatic.
    Current authentication way is Enterprise login.
    Is there any readymade SDK available for this?
    We are using BO XI R2 (JAVA SDK)
    Thanks in advance,
    Regards,
    Chaitanya.

    Hi Chaitanya,
    Maintainence of users and groups is an Administrative task.
    Normally outside of the SDK this would simply involve disabling or deleting the user from the User+Groups area of the CMC. This action will result in the ownership of the schedule list for the user passing over to the Administrator.
    As this is the workflow when not using the SDK it will be possible to automate this workflow with the SDK too.
    In XI3.1 there are several notes which cover this workflow, i.e.:
    1609054 - How to remove a user using Java SDK from Business Objects Enterprise?
    The same packages\classes will apply to XIr2:
    Package com.crystaldecisions.sdk.occa.infostore
    This package provides the ability to query for InfoObjects, as well as add, delete, and update them.
    Please also be aware that XIr2 is no longer in support, you would be advised to upgrade to at least XI3.1 SP3 for patch support.
    I hope this is a very helpfuil answer to you.
    Kind regards,
    John

  • SharePoint 2013- on-Prem - Create OneDrive Site for all users automatically

    I want to create OneDrive for all users automatically by running some PowerShell code
    Can somebody provide me link to the reference of creating that PS script

    Hi,
    here you are the code as stated in this link
    http://matthewyarlett.blogspot.com/2014/06/script-creating-sharepoint-user-mysites.html
    Function Create-MySite
    [CmdletBinding()]
    Param
    [Parameter(Mandatory = $True,Position=2,valueFromPipeline=$true)][String]$Username,
    [Parameter(Mandatory = $True,Position=1)][String]$MySiteRootURL
    [void][reflection.assembly]::Loadwithpartialname("Microsoft.Office.Server");
    $site=new-object Microsoft.SharePoint.SPSite($MySiteRootURL);
    try
    $serviceContext = Get-SPServiceContext $site;
    $upm = new-object Microsoft.Office.Server.UserProfiles.UserProfileManager($serviceContext);
    if($upm.UserExists($Username) -eq $false)
    Write-Host "User $Username was not found in the profile store." -f yellow;
    return;
    $userProfile = $upm.GetUserProfile($Username);
    if($userProfile.PersonalSite -eq $Null)
    Write-Host "Creating MySite for user $Username" -f darkyellow;
    $userProfile.CreatePersonalSite();
    Write-host "Successfully created MySite for user $Username" -f green;
    else
    Write-Host "User $Username already has a MySite." -f darkgreen;
    catch
    Write-Host "Encountered an error creating a MySite for user $Username. Error:"$_.Exception -f Red;
    finally
    $site.Dispose();
    to call the function:
    #Example - Create a MySite for user "tonyj"
    Create-MySite -MySiteRootURL "http://mysite.bigintranet.com.au" -Username "tonyj"
    #To Create for an array of users
    $users = @('tonyj','bobh','markf','billd')
    $users | Foreach {Create-MySite -MySiteRootURL "http://mysite.bigintranet.com.au" -username $_}
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • How do i convert avi to h.264?

    i have quicktime pro 7 and i would like to convert some of my home movies which are avi files to h.264 file but it wont play the avi files or convert them correctly. can anyone help with a solution?

    Open your AVI in quicktime
    Select window > Show movie info
    This should tell you what video and audio codecs have been used to encode your AVI (remember, AVI's are just containers)
    Go onto google and do a search for those codecs.
    Install, reboot, and quicktime 'should' be then able to export your AVI as H264 (mpeg4, etc)
    If you can get QT to play it, then you're most of the way there
    If QT cannot give you the information you require, search for gspot which is a great utility for finding out everything about a piece of media.
    regards,
    Paul

  • Converting dv-avi to h.264

    Ok, this is my second try to solve the problem. I posted a similar message a year ago but even with Winston being very helpful the problem remained unsolved.
    I want to convert my sd dv-avi pal (Sony DCR-HC42E mini-dv camcorder) files to h.264 (Apple tv). If I choose to deinterlace the file, the output suffers from stuttering in sideways movement. If I choose not to deinterlace the file, there is combing. Either way, the result is not acceptable by anyone's standards. (Ok, maybe it is, if there is no movement whatsoever in the video.)
    I've tried many programs, such as QTPro and MPEGStreamclip. I've set
    frame rate to 25 and limited data rate to 5000 Mbps.
    Winston suggested there is something wrong with my original dv-avi -files. I find it not likely since I have the same problems with the files of my old camcorder also.
    I will send a bottle of qood quality wine to the one who can solve this
    If anyone is interested I can send a small example of the output file.

    Hello,
    I have the same problem and started just a new topic ("Files don't play smoothly when exporting from Final Cut Pro").
    I've tried everything with all major applications with different settings, but none of them seem to work, the files don't play smoothly.
    I have the problem either with DV-files and HD.
    And, just like jupasa, in sideway movement it seems the most viewable.
    Progressive, upper or lower field, deinterlace, none of them seem to work.
    I've tried 24 fps, as I read 25 fps somewhere that would be the problem (I work in PAL).
    But, until now, the problem remains...
    The files on appleTV play on the hard disk, they're not streamed. (anyway, streamed or direct, the problem is the same).
    And the trailers and the movies on the apple-store play just fine...
    If anyone can solve this, thanks in advance!
    Kind regards,

  • RDS terminal services users automatic logsoff

    Please help or advice ; when trying to logon on RDS terminal Services on windows server
    2008 r2 it automatically logsoff, it shows  welcome,applying user settings, preparing desktop and logoff.

    On AD environment Tab everything is the same as any other users that are working ok. here is the log
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014/09/16 10:12:41 AM
    Event ID:      1542
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      TS.QUO.co.za
    Description:
    Windows cannot load classes registry file.
     DETAIL - The system cannot find the file specified.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1542</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-16T08:12:41.331620700Z" />
        <EventRecordID>676052</EventRecordID>
        <Correlation />
        <Execution ProcessID="848" ThreadID="15188" />
        <Channel>Application</Channel>
        <Computer>TS.QUO.co.za</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Error">The system cannot find the file specified.
    </Data>
      </EventData>
    </Event>

  • How can I convert 720p 30fps AVI to h.264?

    Appreciate any guidance on this matter.
    I have almost stopped using my DV Cam once I purchased the Canon Powershot TX1 which records video in 720p 30fps in AVI container. For me to import these clips to my iTunes library so that I can view them thru Front Row, Apple TV and download into my iPhone and iPod Touch, I need to convert them to h.264 format.
    What is the best way to do that? And the software should support batch conversion of multiple clips. Is Quicktime Pro the right choice for this?
    Thanks,
    New2AppleTV

    Hi Eric,
    I have used Handbrake to rip my DVDs and then put them on my Mac Mini as a media server for the Apple TV. I love that tool. However, it doesn't work on .avi files from my camera (at least that is my understanding and I maybe wrong). I have used the trial version of VisualHub, but as you said the full version is no longer available. However, now that I can do my editing and retaining the 720p format using iMovie'08, I don't need any other tool. I am looking forward to iMovie'09 for chapter marking within the same tool. The current workaround of sharing it with Garageband for chapter marking is too cumbersome a process.

  • User Automatically Locked By Other User?

    There was a UserID that was locked AUTOMATICALLY by the system but logged as locked by other user.
    UserID B was locked by UserID A on 26th Oct. But UserID
    A was on leave on 26th Oct. There is no way UserID
    A could have logged in since UserID A 'Last Successful Login' was on 17th Oct.
    Any explanation on this incident? Is there any way UserID B can lock UserID A without login into UME?

    Hi John,
    Look for batches / background jobs scheduled by User A and check if they can set a lock code for a user B (USR02-UFLAG <> 0)
    Also I'd probably check if the user was still logged in the system on Oct 26 having entered the system on Oct 17th.
    Just to give it a try.
    Regards,
    Mike

  • Users automatically remount my shared playlist when I launch iTunes?

    I share my music here at work and I think it's fun to see how many people are listening, because I share a different playlist every day. Lately however, I've been noticing that as soon as I launch iTunes, even if I check immediately, there are always 2 users logged on to my shared music right away. I'm pretty sure it's automated because I can quit and restart iTunes multiple times and there are always 2 users connected.
    Does anyone know what might be causing this? My theory is that someone found a third-party app that automatically remounts my shared music on their iTunes whenever I launch my iTunes. Other than that, could it be some kind of monitoring that the IS department at my work is doing? This one has really got me baffled. Thanks for your help.

    No, because when you launch iTunes, you can see available shared playlists, but it doesn't automatically connect to them. You have to click on a shared playlist to connect to it, (there are usually 8-16 of them to choose from here) and then there is a little eject symbol next to it once you have connected. There is no way to automatically connect to them when you launch iTunes. Anybody else?

  • Provisioning users automatically

    We got CS running but I found out to provision an user I have to:
    - Create user in OID
    - Go to UM admin and create an email account for that user
    - Go to Calender admin and provision calendar for user
    - Go to portal and assign default group to OCS_PORTAL_USERS (otherwise they will not get the calendar, mail and files portlets)
    Is there a way to automate this process the same way the files account is automatically provisioned every 15 minutes?

    did you see the metalink note 186981.1      Oracle Application Server with Oracle E-Business Suite Release 11i FAQ?
    How can Microsoft Active Directory and Windows Native Authentication be used with Oracle Internet Directory and Oracle E-Business Suite Release 11i?
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Error message when trying to delete pdf in 10.1

    With 10.0.03 everything in Acrobat worked fine. In 10.1 I get an error when trying to delete pdf files I've recently worked on. The message says: "Are you sure you want to move this file to the Recycle Bin? Then "file name".pdf, Type: Adobe Acrobat D

  • Apple stocks widget not working

    Over the last few days, the stock widget just displays blanks. Anyone else have this issue or know what to do about it? Thanks H

  • Bad outlook calendar sync

    When I sync my calendar to Outlook, all the outlook times and dates are off. the clocks/dates are the same on the PC and the ipod touch. Any ideas to fix this?

  • What Photoshop in the Cloud should we be using?

    What Photoshop in the Cloud should we be using, CC or CC2014?  I thought the promise of the cloud was that we would not have to keep updating and loading plugins but with 2014, do I delete CC, load 2014 and then load my plugins again.  Will there be

  • What is thecode to open webcam using JMF

    hi, i am doing a project where i need to use web cam using JMF in the JPanel and also have to track the mouse event(e.g the mouse coordination) please help me with the code that opens a web cam in the pannel.