[gegl] ff-save: add more documentation to properties



commit e1a6b5c164478fe9b82917ab468e5018e1705bd6
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Dec 15 15:29:07 2015 +0000

    ff-save: add more documentation to properties

 operations/external/ff-save.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/operations/external/ff-save.c b/operations/external/ff-save.c
index 841bc4e..03e49a2 100644
--- a/operations/external/ff-save.c
+++ b/operations/external/ff-save.c
@@ -31,6 +31,7 @@ property_string (path, _("File"), "/tmp/fnord.ogv")
 
 property_audio_fragment (audio, _("audio"), 0)
 property_string (audio_codec, _("Audio codec"), "auto")
+   description (_("Audio codec to use, or auto to use a good default based on container format."))
 property_int (audio_sample_rate, _("audio sample rate"), -1)
     description (_("-1 means autodetect on first audio fragment"))
 
@@ -41,11 +42,13 @@ property_double (frame_rate, _("Frames/second"), 25.0)
     value_range (0.0, 100.0)
 
 property_string (video_codec, _("Video codec"), "auto")
+   description (_("Video codec to use, or auto to use a good default based on container format."))
 property_int (video_bit_rate, _("video bitrate in kb/s"), 128)
     description (_("Target encoded video bitrate in kb/s"))
 property_int (video_bufsize, _("Video bufsize"), 0)
 
 property_string (container_format, _("Container format"), "auto")
+   description (_("Container format to use, or auto to autodetect based on file extension."))
 
 #ifdef USE_FINE_GRAINED_FFMPEG
 property_int (global_quality, _("global quality"), 0)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]