Forum Replies Created

Page 7 of 16
  • Oki Pienandoro

    May 20, 2016 at 4:58 am in reply to: Shot Number Overlay

    Old thread, have you finished the project ?
    You can rename the video files, or clip name according to the shot obviously, then activate the overlay in the monitor (click the wrenchbar thing).
    You can choose the overlay info based on clip name/file name.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 20, 2016 at 4:54 am in reply to: Generating visually-reactive audio.

    Hmm…interesting..
    On top of my head, i think you can do this, using scene detect. Then generate the marker based on cut.
    The marker will be used as a keyframe to generate tone.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 20, 2016 at 4:49 am in reply to: Adobe Premiere Pro CC multiple effects delete

    Yes it will remove all fx, it’s not doable in your case.
    But i think you can use faster way isntead manually clicking it.

    Are you aware that you can jump through the selected clip without clicking, right ?
    Use Ctrl + Up/Down Arrow

    You can hover your mouse in effects tab.
    This way you can jump through the clip with minimal clicking.
    And yes the removal have to be done manually.
    But at least you didn’t have to switch back and forth between clip in the timeline and the effects tab.

    The other option would be to edit the project file, Premiere rpohect file actually a 7zip file, you can rename the extension to 7z, then extract, after that you add .xml extension to the extracted files.
    You can edit the project internally.

    However, i’m not well versed which lines need to be removed. You better make a copy of the project, or even make a test project with minimalis effects to see which one is working and didn’t corrupt your project.

    The benefit of 2nd approach obviously you can do this with Regex Find and Replace.
    Depends how big your project is, this is a doable method to batch remove/mass edit project files internally.
    I personally don’t recommend 2nd option unless you really know what you’re doing.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 20, 2016 at 4:37 am in reply to: .wav files stop export to media encoder

    try to delete your cache/conform files.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 20, 2016 at 4:21 am in reply to: Layer masking in Premiere?

    Yes, using track matte.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 19, 2016 at 3:33 am in reply to: Some videotracks turned into ghosts??

    I think most likely you scroll the video track to the top track, so it was “hidden”.
    Are you sure you’re able to view the whole track ?
    Use tilde key (~) to maximize.

    ——————————————
    Sorry for the english, not native speaker.

  • This is the fastest reply i ever came across from an old thread !
    Thank you.

    Couple of question,..
    1. I try to run it on idle/working AME, and the script simply close again. Where did i do wrong ? I copy paste the script into PowerShell ISE, save it then run it.
    2. Why there is a function to close Skype ?
    3. Is it possible to check the upload status in published option jobs?
    4. Can it be used/expand to sent email using SendEmail ?
    https://caspian.dotconf.net/menu/Software/SendEmail/

    Also, i came across this command couple of hours ago(but i translate it into english), from German YouTube:
    https://www.youtube.com/watch?v=NiZn8VN5YTE

    Basically the way it works is by checking whether the dummy files (sd.*) is created (we put a “fake” render at the end of job queue).
    After the dummy file is created, it execute the shutdown command. So it’s not a guess work based on CPU load.
    I also add a line to sent an email using the SendEmail app that i posted above (i wish it can sent just the URL), i use a workaround to sent an AMEEncodingLog.txt.txt files instead. Not pretty.

    It works wonderful, but this one has limitation to expand the script beyond this.
    While your script i believe can be expanded to any program that heavily utilize CPU load, right ?

    @echo off
    title AME Auto Shutdown

    :A

    if exist sd.* goto TRUE

    echo.
    echo Date: %date%
    echo Time: %time%
    echo.
    echo State: Renders.
    echo.

    ping /n 2 localhost >nul

    cls

    goto :A

    :TRUE
    echo.
    color 0c
    echo Date: %date%
    echo Time: %time%
    echo.

    echo The PC has been shut down successfully on %date% at %time% ! >> log.txt

    echo Status: RENDERING FINISHED!
    echo.
    echo PC will shut down in 60 seconds!
    echo.

    shutdown /f /s /t 60

    pause >nul

    cls

    ——————————————
    Sorry for the english, not native speaker.

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Oki Pienandoro

    May 17, 2016 at 4:24 am in reply to: Funky video Premiere Pro does not like?

    Source is in variable fps perhaps ?
    You can force transcode to constant fps.
    It happened to me in the past (very old codec) from archival video, but not with vob like yours.

    ——————————————
    Sorry for the english, not native speaker.

  • Oki Pienandoro

    May 17, 2016 at 4:16 am in reply to: frame rate for imported SRT and Captions

    How do you import the SRT files into premiere ?
    Also, you can change the FPS SRT files with 3rd party tols like Aegisub or SubtitleEdit

    ——————————————
    Sorry for the english, not native speaker.

  • Can you post the bat file?
    I can’t get it to work (AME CC 2014)

    ——————————————
    Sorry for the english, not native speaker.

Page 7 of 16

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy