Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit 3ebd7ba

Browse files
committed
Added mp4 format option for Xorg
1 parent a386859 commit 3ebd7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

green-recorder

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ filename.set_placeholder_text(_("File Name.."))
384384
command.set_placeholder_text(_("Enter your command here.."))
385385
formatchooser.append("mkv", _("MKV (Matroska multimedia container format)"))
386386
formatchooser.append("avi", _("AVI (Audio Video Interleaved)"))
387+
formatchooser.append("mp4", _("MP4 (MPEG-4 Part 14)"))
387388
formatchooser.append("wmv", _("WMV (Windows Media Video)"))
388389
formatchooser.append("gif", _("GIF (Graphics Interchange Format)"))
389390
formatchooser.append("nut", _("NUT (NUT Recording Format)"))

0 commit comments

Comments
 (0)