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

Commit

Permalink
Added mp4 format option for Xorg
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsabbagh committed Mar 17, 2019
1 parent a386859 commit 3ebd7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions green-recorder
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ filename.set_placeholder_text(_("File Name.."))
command.set_placeholder_text(_("Enter your command here.."))
formatchooser.append("mkv", _("MKV (Matroska multimedia container format)"))
formatchooser.append("avi", _("AVI (Audio Video Interleaved)"))
formatchooser.append("mp4", _("MP4 (MPEG-4 Part 14)"))
formatchooser.append("wmv", _("WMV (Windows Media Video)"))
formatchooser.append("gif", _("GIF (Graphics Interchange Format)"))
formatchooser.append("nut", _("NUT (NUT Recording Format)"))
Expand Down

0 comments on commit 3ebd7ba

Please sign in to comment.