diff --git a/_site/index.html b/_site/index.html index d4c7254..97a1108 100644 --- a/_site/index.html +++ b/_site/index.html @@ -136,6 +136,19 @@ +
+ + + + +
+ diff --git a/_site/kinds/5200/index.html b/_site/kinds/5200/index.html index 5b24d02..a4aa1d5 100644 --- a/_site/kinds/5200/index.html +++ b/_site/kinds/5200/index.html @@ -86,17 +86,6 @@

Input

Params

-

format

- -

Description: -The output format

- -

Usage: -Optional parameter. If set the DVM uses the format to convert the video to the given format, otherwise it’s up to the DVM to choose an output format. By using a format such as mp3, the video might also be converted to an audio file.

- -
[ "param", "format", "mp3" ]
-
-

range

Specifies a range if the video should be shortend.

@@ -105,19 +94,32 @@

range

Output

+

Description: +The output format

+ +

Usage: +Optional. If set the DVM uses the format to convert the video to the given format, otherwise it’s up to the DVM to choose an output format. By using a format such as audio/mp3, the video might also be converted to an audio file. +Including but not limited to:

-

A link to the converted video

+

Example

- +
{
     "content": "",
     "kind": 5200,
     "tags": [
         [ "i", "https://x.com/WalkerAmerica/status/1713928663865966627?s=20", "url" ],
-        [ "param", "format", "mp4"],
+        [ "output", "video/mp4" ],
+        [ "param", "range", "0", "10"],
         
     ]
 }
diff --git a/_site/kinds/5201/index.html b/_site/kinds/5201/index.html
new file mode 100644
index 0000000..3518cf9
--- /dev/null
+++ b/_site/kinds/5201/index.html
@@ -0,0 +1,321 @@
+
+
+	
+		
+
+
+Video Translation
+
+	
+
+
+
+
+
+
+	
+	
+		
+	
+ +
+ + + + + + +
+
+
+
+
+
+ +

Video Translation

+ + +

Job request to translate video audio content into target language with or without subtitles.

+ + +
+
+
+ +
+
+
+
+
+
+
+
+

Input

+ +

Clients provide a link to the input video or a reference to an event or job ID. The ID or link can either point directly to a media file (e.g. ending with .mp4) or to a social media share link, e.g. a Tweet or a YouTube video.

+ +

Params

+ +

language

+ +

Specifies the output language of the video. Input language is auto-detected.

+ +
[ "param", "language", "es"]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IDLanguage
enEnglish
jpJapanese
cnChinese
deGerman
inTamil
frFrench
krKorean
brPortuguese (Brazil)
ptPortuguese (Portugal)
itItalian
esSpanish
idIndonesian
nlDutch
trTurkish
phFilipino
plPolish
seSwedish
bgBulgarian
roRomanian
seArabic (Saudi Arabia)
aeArabic (UAE)
czCzech
grGreek
fiFinnish
hrCroatian
myMalay
skSlovak
dkDanish
uaUkrainian
+ +

subtitle

+ +

Optional parameter. Specifies the language for subtitle captions that be burned into the video.

+ +
[ "param", "subtitle", "en"]
+
+ +

range

+ +

Optional parameter. Specifies a range if the video translation should be targeted to a specific timestamp range.

+ +
[ "param", "range", "<start>", "<end>" ]
+
+ +

format

+ +

Optional. If set the DVM uses the format to convert the video to the given format, otherwise it’s up to the DVM to choose an output format. By using a format such as mp3, the video might also be converted to an audio file.

+ +
[ "output", "video/mp4" ]
+
+ +

Output

+ +

A link to the translated video.

+ +

Example

+ + + +
{
+    "content": "",
+    "kind": 5201,
+    "tags": [
+        [ "i", "https://video.nostr.build/401b8475dc5aa523b2edc7fbeb462f09f168aac8f268a598ac3556aca279c7fa.mp4", "url" ],
+        [ "i", "<hexid>", "event" ],
+        [ "i", "<hexid>", "job" ],
+        [ "param", "language", "es"],
+        [ "param", "subtitle", "en"]
+    ]
+}
+
+ +
+
+
+
+ +
+
+
+
+
+ + + + diff --git a/_site/ranges/52xx/index.html b/_site/ranges/52xx/index.html index 932f144..4a8995b 100644 --- a/_site/ranges/52xx/index.html +++ b/_site/ranges/52xx/index.html @@ -61,6 +61,19 @@
+ +
diff --git a/index.md b/index.md index 18d16da..eb4ff12 100755 --- a/index.md +++ b/index.md @@ -46,4 +46,9 @@ grid_navigation: excerpt: "Jobs where the goal is to discover something" cta: View url: 'ranges/53xx' + - title: Analytics + excerpt: "Jobs where the goal is to analyze something" + cta: View + url: 'ranges/54xx' +--- --- \ No newline at end of file