log any ffmpeg/mkvmerge errors

This commit is contained in:
r888888888
2014-10-28 13:38:47 -07:00
parent e4562d209b
commit 38d48081a0
2 changed files with 19 additions and 5 deletions

View File

@@ -2368,7 +2368,8 @@ CREATE TABLE pixiv_ugoira_frame_data (
id integer NOT NULL,
post_id integer,
data text NOT NULL,
content_type character varying(255) NOT NULL
content_type character varying(255) NOT NULL,
console_log text
);
@@ -7112,3 +7113,5 @@ INSERT INTO schema_migrations (version) VALUES ('20141009231234');
INSERT INTO schema_migrations (version) VALUES ('20141017231608');
INSERT INTO schema_migrations (version) VALUES ('20141028202032');