extension_db_browser << INDEX >> extension_gap_xanim_decode

extension_gap_decode_mpeg (2000/11/30)

NAME
extension_gap_decode_mpeg - Split MPEG1 movies into animframes and load 1st frame
SYNOPSIS
image = extension_gap_decode_mpeg (run_mode,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
<Toolbox>/Xtns/Split Video to Frames/MPEG1
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
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 = extension_gap_decode_mpeg (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>