Skip to content

Commit

Permalink
updating suggestions by KOL
Browse files Browse the repository at this point in the history
  • Loading branch information
raecasey authored Jun 19, 2017
1 parent a780f8f commit b3f1413
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions seq2mezz.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ def get_filenames(images, source_directory):
def make_dv(ffmpeg_friendly_name, output):
ffmpeg_friendly_name += '%06d.tiff'
cmd = ['ffmpeg','-f','image2',
'-framerate','24',y
'-framerate','24',
'-i', ffmpeg_friendly_name,
'-c:v','prores',
'-profile', '3',
'-vf','copy',
'-profile:v', '3',
output]
print cmd
subprocess.call(cmd)
Expand Down

0 comments on commit b3f1413

Please sign in to comment.