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.

Low-quality output.

See original GitHub issue

I was trying out this library but to my surprise, it decreases the video quality with default configuration. I did not specify any change to output format and simply wrote a pass-through task to test and the output video is highly pixelated.

The code I used to run the transcoder is as follows:

val mt = MediaTransformer(context)
mt.transform(
    UUID.randomUUID().toString(),
    Uri.parse(input),
    output,
    null,
    null,
    listener,
    MediaTransformer.GRANULARITY_NONE,
    null)

Is there anything I am missing? The code in demo app is split just too much to understand easily.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
izzytwoshedscommented, Sep 17, 2020

LiTr 1.4.0 is released which has the util method that should help with quality by querying for highest supported profile. Try it out, let me know if it helped.

0reactions
izzytwoshedscommented, Aug 30, 2020

I recently pushed an update to master which picks highest available profile, which should help with quality. It is not yet released to bintray, though. Can you try transcoding your video using latest master and let me know if this fixed your problem?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fishbone diagram - Causes of low-quality output - Bad coffee
The fishbone diagram example "Causes of low-quality output" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the ...
Read more >
How to deal with a person with low quality output in the team
I have a person in my team with average experience that always does the task exactly as requested as output but with low...
Read more >
low-quality-output-fishbone-diagram.pdf - EdrawSoft
Low quality output. Workers. Methods. Machines. Measure. Materials. Environment. Do not obey standards and rules ... Poor quality of purchased raw materials.
Read more >
fishbone-example-low-quality-output - TPM, Lean and Six Sigma
Effectively and efficiently employ machinery, materials, methods and manpower using Lean Six Sigma tools. Copyright © 2022 leanmanufacturing ...
Read more >
The evolution of quality: Higher quality output, lower cost of ...
Good quality doesn't have to mean higher costs--in fact, it often means lower recall and warranty costs as a culture of quality takes...
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