Izzat Bahadirov

Results 112 comments of Izzat Bahadirov

When creating a `TrackTransform` for video track, pass in a target `MediaFormat` with intended resolution/bitrate. That should transcode the track to whatever size you want. You can estimate the size...

To replace an audio track and transcode a video track you have to form a list of two `TrackTransform`s: - one will take a video track from video source file...

Hi. Can you clarify what is meant by concurrent frame rendering? Do you mean transcoding different sets of I and B frames? For example, keyframe 1 and following B frames...

Thank you for enjoying LiTr! I didn't realize one could use LiTr on a set top box. Can you tell a bit more about how you guys use it? I...

I ran `ffprobe`, got some strange errors about invalid frame size and some corrupt packets: [mpeg2video @ 0x7fb74d808800] Invalid frame dimensions 0x0. Last message repeated 30 times [mpegts @ 0x7fb74d00f400]...

Having trouble reproducing this locally. Devices I am trying this on do not have an MPEG2 decoder.

One possible way I can think of is comparing `mediaFormat`s in `CodecUtil.configureMediaFormat` for .ts and MP4 inputs. That would let us see what exactly is being sent to encoder.

Apologies for late response. Try adding KEY_FRAME_RATE to your video MediaFormat, some encoders don't like when it is missing.

It is not possible with current implementation, but should be easy enough to implement. We can look into this when we get a moment, also you are most welcome to...

It is not possible with current implementation, but should be easy enough to implement. We can look into this when we get a moment, also you are most welcome to...