-
Notifications
You must be signed in to change notification settings - Fork 23
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
Format and filename extension of temporary videos should be same as output #39
Comments
Looks like you're right - the intermediate files are suffixed |
On 02/11/2013 07:53 PM, Adam Spiers wrote:
Well, technically the format depends on what is specified. You've always used |
You're right again - I momentarily forgot that |
On 02/11/2013 07:59 PM, Adam Spiers wrote:
I have a patch on the way for your consideration. :-) |
Excellent! |
If a title page is requested, ly2video creates 2 temporary videos and then joins them. To avoid lossy changes, the format of these videos should be the same as that of the requested output file. This should be as simple as replacing the filename extension of the interim video with that of the specified output file.
If a title page is requested, ly2video creates 2 temporary videos and then joins them. To avoid lossy changes, the format of these videos should be the same as that of the requested output file. This should be as simple as replacing the filename extension of the interim video with that of the specified output file.
The text was updated successfully, but these errors were encountered: