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!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
-
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)