fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fortplot_pipe
Module
186 statements
Source File
fortplot_pipe.f90
fortplot_pipe
Contents
Functions
open_ffmpeg_pipe
write_png_to_pipe
close_ffmpeg_pipe
check_ffmpeg_available
Uses
fortplot_system_runtime
Functions
public function
open_ffmpeg_pipe
(filename, fps) result(status)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
integer,
intent(in)
::
fps
Return Value
integer
public function
write_png_to_pipe
(png_data) result(status)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=1),
intent(in)
::
png_data
(:)
Return Value
integer
public function
close_ffmpeg_pipe
() result(status)
Arguments
None
Return Value
integer
public function
check_ffmpeg_available
() result(available)
Arguments
None
Return Value
logical