Skip to content

Commit

Permalink
Renamed GoPro_Cineform to just Cineform.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 1, 2024
1 parent d243623 commit a2a9d67
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.0.8
======

- Removed the GoPro prefix name from Cineform when saving.

v1.0.7
======

Expand Down
2 changes: 1 addition & 1 deletion mrv2/lib/mrvFl/mrvSaveMovie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ namespace mrv
newExtension = ".mp4";
}
}
else if (profile == "GoPro_Cineform")
else if (profile == "Cineform")
{
if (!string::compare(
extension, ".mkv", string::Compare::CaseInsensitive))
Expand Down
2 changes: 1 addition & 1 deletion mrv2/lib/mrvWidgets/mrvSaveMovieOptionsUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ else if (codec == "VP9")
v->add("GBRP_10LE");
v->add("GBRP_12LE");
}
else if (codec == "GoPro_Cineform")
else if (codec == "Cineform")
{
v->add("YUV_422P_10LE");
v->add("GBRP_12LE");
Expand Down
1 change: 0 additions & 1 deletion mrv2/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,6 @@ msgstr "Fallé en abrir el archivo para leer."
msgid "Failed to load the file."
msgstr "Fallé en cargar al archivo."

#, fuzzy
msgid ""
"VP9 profile needs a .mp4, .mkv or .webm movie extension. Changing it to ."
"webm"
Expand Down
4 changes: 2 additions & 2 deletions mrv2/po/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mrv2 v1.0.7\n"
"Project-Id-Version: mrv2 v1.0.8\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-03-01 06:30-0300\n"
"POT-Creation-Date: 2024-03-01 06:51-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit a2a9d67

Please sign in to comment.