question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to transcode some video files

See original GitHub issue

I have the following video file, which I need to transcode it by either add an overlay above it or change the bitrate of the video, https://drive.google.com/file/d/1Y6t1jIchWbNl_f71MA1mq56jrKjxgHTs/view I tried the demo app, and when clicking on the transcode button, it keeps processing, and after I debugged the issue, I found that LiTr will throw a BufferOverflowException, and when it tries to release the MediaMuxerMediaTarget, it also throws an exception in the release() method, so the listeners will not receive the stop status with the failed state.

NOTES:

  1. I’m currently using litr 1.4.9
  2. I transcode the video to video/avc format, with a video bitrate 1.5Mb/s
  3. I transcode the audio to audio/mp4a-latm format, with an audio bitrate 128Kb/s
  4. I think the issue related to the audio track, so when just transcoding the audio track, the issue happened.

What I need:

  1. Please if you can fix the transcoding issue related to the attached video file.
  2. Make sure that if an exception happened in the release(boolean success) method inside TransformationJob class will be caught and handled.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
izzytwoshedscommented, Mar 15, 2021

Released it, should be available now.

0reactions
Ma7moudHatemcommented, Mar 13, 2021

@izzytwosheds please, when you will release this pull request https://github.com/linkedin/LiTr/pull/103 ? which will fix the current issue, because I’m waiting for 2 days ago, and this fix is very important for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What If Transcoding Fails? - 华为云
Failed to obtain the subtitle file during transcoding. Check whether the subtitle format ... The frame rate of the input video is incorrect....
Read more >
Video File Transcode Error | Submittable Help Center
Video files submitted in raw or ProRes codec formats are not supported by the Amazon transcoding service that Submittable currently uses.
Read more >
Transcoding Fails - Some Possibilities - 3202413
When Transcoding fails, there can be several possible problems. Here are two of those: Assets that are not working well in Premiere. Gaps...
Read more >
transcoding failed on a 640x480 video · Issue #195 - GitHub
I'm not able to even transcode one video that I have in a large group. It does transcode in the HandBrake GUI, CLI...
Read more >
Tdarr Transcode Error with MP4 files - Reddit
Tdarr keeps failing all my mp4 files. It has transcoded everything else just fine. ... Average number of streams in each video.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found