]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/producer_avformat.yml
Add exit_on_disconnect property to avformat producer.
[mlt] / src / modules / avformat / producer_avformat.yml
index 07c41c90e1d8d3a7548eab591288a92cb5b1ba4c..c7911b669e93c842b9d5d20ba7c2df047f9e45cb 100644 (file)
@@ -133,18 +133,6 @@ parameters:
       One can also set this value globally for all instances of avformat by
       setting the environment variable MLT_AVFORMAT_CACHE.
 
-  - identifier: use_pts
-    title: Use video PTS
-    description: >
-      Try to use video PTS instead of DTS for seeking and A/V synchronization.
-      This is only enabled by default for H.264 with B pictures.
-      It is recommended to not use this, in general, but it might be helpful
-      to explicity enable or disable it for some videos.
-    type: integer
-    minimum: 0
-    maximum: 1
-    widget: checkbox
-
   - identifier: force_progressive
     title: Force progressive
     description: When provided, this overrides the detection of progressive video.
@@ -187,3 +175,23 @@ parameters:
     default: 0
     unit: seconds
     widget: timecode
+
+  - identifier: reconnect
+    title: Automatically reconnect?
+    description: >
+      Whether to attempt to automatically reconnect to a live source when a
+      read failure occurs.
+    type: integer
+    minimum: 0
+    maximum: 1
+    widget: checkbox
+
+  - identifier: exit_on_disconnect
+    title: Exit upon disconnection?
+    description: >
+      When this is set, the program will terminate with an error if a live source
+      becomes disconnected.
+    type: integer
+    minimum: 0
+    maximum: 1
+    widget: checkbox