plug_in_gap_anim_scale << INDEX >> plug_in_gap_del

plug_in_gap_decode_mpeg (2000/11/30)

NAME
plug_in_gap_decode_mpeg - Split MPEG1 movies into animframes and load 1st frame
SYNOPSIS
image = plug_in_gap_decode_mpeg (run_mode,image,drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
DESCRIPTION
Split MPEG1 movies into single frames (image files on disk) and load 1st frame. audio tracks are ignored
MENUPATH
<Image>/Video/Split Video to Frames/MPEG1
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimage(unused)
DRAWABLEdrawable(unused)
STRINGfilenameThe name of the file to load
STRINGraw_filenameThe name entered
INT32first_frame1st frame to extract (starting at number 1)
INT32last_framelast frame to extract (use 0 to load all remaining frames)
STRINGanimframe_basenameThe name for the single frames _0001.xcf is added
INT32autoloadTRUE: load 1.st extracted frame on success
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageOutput image
SOME SYNTAX ALTERNATIVES
image = $drawable->gap_decode_mpeg (filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
image = $image->gap_decode_mpeg (drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
image = plug_in_gap_decode_mpeg (drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
image = gap_decode_mpeg Layer (drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
image = gap_decode_mpeg Image (drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
image = gap_decode_mpeg Plugin (drawable,filename,raw_filename,first_frame,last_frame,animframe_basename,autoload)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/gap_decode_mpeg
AUTHOR
Wolfgang Hofer (hof@gimp.org)
(c)2000/11/30 Wolfgang Hofer


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>