-
Notifications
You must be signed in to change notification settings - Fork 85
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
Combating videos not working. #29
Comments
@MohamedMohy9192 can you please share your query? |
Same for me : var filesNPath: ArrayList = ArrayList();
|
@sathishcanine can you please post the full query here? |
fun appendVideo(filePaths: ArrayList )
} This is what am doing .. Full query means ? |
@sathishcanine you can debug to find your query on point "val query = ffmpegQueryExtension.combineVideos". Please post the query formed in debug log and also crash log for the issue you are facing. |
I didnot get the full query, But I got this MERGE_2 ###LogMessage{executionId=0, level=AV_LOG_FATAL, text='Stream specifier ':a' in filtergraph description [0:v]scale=375x835,setdar=375/835[0v];[1:v]scale=375x835,setdar=375/835[1v];[0v][0:a][1v][1:a]concat=n=2:v=1:a=1 [v][a] matches no streams.
2022-06-30 13:06:06.456 23065-23065/tv.glidr.app D/ ###### failed: # MERGE_2 ### |
Please help me to resolve this |
@sathishcanine I cannot check for the issue without the query being formed. please debug and put breakpoint at "val query = ffmpegQueryExtension.combineVideos" and post the query you get in logs. It should be something like this "-f -lavfi -t ...etc" |
query = {String[19]@6419} ["-i", "/storage/emulat...", "-i", "/storage/emulat...", "-f", +14 more] |
Combine videos not working.
catalog output
[Parsed_scale_0 @ 0xe25f1b60] Invalid size '0x0' [AVFilterGraph @ 0xe25f5140] Error initializing filter 'scale'[AVFilterGraph @ 0xe25f5140] with args '0x0'[AVFilterGraph @ 0xe25f5140] Error initializing complex filters. Invalid argument
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: