-
Notifications
You must be signed in to change notification settings - Fork 39
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
No audio after Video Resample #1
Comments
Hi HardikSuba, I have a same problem, did you resolve this issue? |
Hi microgomi, I am not able to solve it yet. |
I do not think this can be solved directly. You might want to mux the video from this converted file and audio from the original file together |
Any sample code for mux original audio? |
I am also having this problem? Does anyone have an idea on how to solve that? |
I added following code to my application. "audioFile" is original video file. You can try this.
|
@KAPLANDROID It doesn't work, how can you do it? |
@AnswerZhao what is the error you are getting? Which line does not work? |
It worked. Thank you very much @KAPLANDROID |
i am getting error BufferedWritableFileByteChannel cannot be resolved to a type please give me some solution for that.. @KAPLANDROID |
@iamnitesh this is the class you need
|
Big edit : |
@KAPLANDROID Where should i add urs code in my application? Sorry i did not get urs solution please help me to short our from this problem..My requirement is that , i want to compress the video only... Thanks |
@HardikSuba @syc-pad @Berreis .. Did u get the solution, please help me to short out from this problem....My requirement is that i want to compress the video only... |
@northoutRavindra if you use my code sample you will only compress video track. Audio track remains same without any compression. Output files audio track is copy of original input files audio track |
There is no audio in generated video file.
I have used this code,
The text was updated successfully, but these errors were encountered: