VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jan 2012
    Location
    Budapest
    Search Comp PM
    HI!

    How can you import HEVC videos in Adobe Premiere Pro cc? (mkv and or mp4 format)

    Are there any patch plugin etc?
    Thank you for your reply!
    Quote Quote  
  2. Member racer-x's Avatar
    Join Date
    Mar 2003
    Location
    3rd Rock from the Sun
    Search Comp PM
    If you can find the propper import plugin for Avisynth, then you can use AVFS to frameserve into Premiere or any editor you want. Otherwise you can edit hevc directly in AviUtl or ShotCut.

    Why would anyone want to do this?
    Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
    Quote Quote  
  3. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    me thinks he's trying to analyze and manipulate the many posted x265 encoded hevc clips.

    probably better off scripting and viewing in virtualdub. you need the avisynth plugin l-smash for the hevc. that is what i use.
    * search for similar file "L-SMASH-Works_r714-gf8890ff.7z" or later.

    Code:
      v="video.hevc"
      loadplugin( "c:\plugins\LSMASHSource.dll" )
      LWLibavVideoSource(v, cache=true, seek_mode=0)#.selectevery(2,0) # unremark if your framerate is lower or higher
      ScriptClip( """ subtitle("x265 -preset ultrafast --crf 17 -o video.hevc"  + string(current_frame) + " - " + string(framecount),4,12)""")
      trim(0,0)
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!