INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 176 forks source link

The merged video isn't played properly on Exynos processor based devices. #59

Open GreenIndustiralTrading opened 7 years ago

GreenIndustiralTrading commented 7 years ago

Hello.

I am trying to cut and merge over two sections. This project works fine on devices under Samsung Galaxy S6. But it is working strangely on Galaxy S7 & S7 Edge. There are two processors in Galaxy S7x series. One processor is Exynos and another process is Snapdragon. All features are working correctly on Snapdragon processor device. By the way, on only Exynos processor devices (SM-935F, SM-930F), the selected video sections can be merged but the merged video isn't played properly. Look at this video: isnt_playing_video.zip I don't know which code I have to fix. Which part should I put the focus in? Look forward to hearing from you soon. Best Regards,

josefgrunig commented 6 years ago

Hello, looking at your video I noticed a similar issue I'm facing trying out the sample apps. Once I cut a video with a start cut point different from zero I get a freezed video in output. Only if the cut starts from zero then the transcoding works properly. As Source Video I tried both from the Android native camera app and a grabbed video using the sample. Audio is playing correctly instead.

Did you do any progress?