selsamman

Results 19 comments of selsamman

There are so few samples of code out there for transcoding. @ypresto did an amazing job of pulling this project together. Seeing another approach would also be welcome and I...

Compression is determined by the video encoder software built into the phone. Usually changing the output format to a lower resolution (like 720P vs 1080P) will result in greater compression...

This relates to https://github.com/ypresto/android-transcoder/issues/76

@ypresto I have a need for this capability as well. Can you clarify the similarity regarding the seek that is done in this PR vs the flush bug that you...

@ypresto Sorry to be so dense here. If I understand the original problem it was that it was not cool to essentially do an extra partial extraction just to determine...

I like the idea of the fluent interface though one could still experience growing pains as more features evolve. Maybe it would be worth designing a blue print for the...

So I like this direction. I do think there is one additional abstraction needed to map multiple inputs (channels) to the output and this intersection between input and output is...

I like this better than the segment idea. Breaking it up along these lines from an interface point of view is both simple and powerful. You could have chains of...

I have been working on the core functionality of having multiple streams. This required a substantial refactor of the code though it follows the basic structure that it is in...

Was this on Android? I have found this as well on android. I fixed the code in getVideInfo and think there is a similar issue on transcode where the orientation...