Failed to transcode some video files
See original GitHub issueI 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:
- I’m currently using
litr 1.4.9
- I transcode the video to
video/avc
format, with a video bitrate 1.5Mb/s - I transcode the audio to
audio/mp4a-latm
format, with an audio bitrate 128Kb/s - I think the issue related to the audio track, so when just transcoding the audio track, the issue happened.
What I need:
- Please if you can fix the transcoding issue related to the attached video file.
- Make sure that if an exception happened in the
release(boolean success)
method insideTransformationJob
class will be caught and handled.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released it, should be available now.
@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.