Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set copy to codec by default *mean passthrough* #305

Merged
merged 3 commits into from Jan 17, 2017

Conversation

miyukki
Copy link
Member

@miyukki miyukki commented Jan 13, 2017

デフォルトのリクエストでコーデックをcopyとして扱うように
(つまり、多くの場合はffmpegを通さずパススルー処理になる)

Copy link
Member

@kanreisa kanreisa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

後の行の

 				case 'webm':
 					d.f = 'webm';
 					d['c:v'] = d['c:v'] || 'vp9';
 					d['c:a'] = null;
 					break;

ここで意図しない動作になってしまうため、

 				case 'm2ts':
 					d.f = 'mpegts';
                                        // このへん

で処理できます?

@kanreisa kanreisa merged commit ac99d41 into Chinachu:devel-gamma Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants