Giter VIP home page Giter VIP logo

Comments (7)

Niek avatar Niek commented on June 15, 2024

Thanks for the report. Any chance that you can post (part of) the source file so I can investigate?

from superview.

qratz avatar qratz commented on June 15, 2024

Sure. Here you go: https://www.dropbox.com/s/8jwdszf2ns4vphc/source_clip.mp4?dl=0

from superview.

Niek avatar Niek commented on June 15, 2024

Nice flying :)

I checked, ffprobe lists the video as having 36MB/s average bitrate. You should also see this number in the output when running the superview command. The output file has a similar bitrate for me.

Can you run ffprobe on both the input on output file on your system and post the results?

$ ffprobe -i source_clip.mp4 -v error -show_entries stream=codec_name,bit_rate
[STREAM]
codec_name=h264
bit_rate=38678952
[/STREAM]
[STREAM]
codec_name=aac
bit_rate=128000
[/STREAM]
$ ffprobe -i output.mp4 -v error -show_entries stream=codec_name,bit_rate
[STREAM]
codec_name=h264
bit_rate=38531794
[/STREAM]
[STREAM]
codec_name=aac
bit_rate=128049
[/STREAM]

from superview.

qratz avatar qratz commented on June 15, 2024

I already see one difference. You ran superview either on mac or linux. I ran it on Windows with ffmpeg 4.1.3. Also when i ran it superview reported on the cli the following:
Filter files generated, re-encoding video at bitrate 0 MB/s
Could this be windows specific?

from superview.

Niek avatar Niek commented on June 15, 2024

I tested with 4.1.3 (latest version), but it could be that ffprobe outputs the bitrate info differently in other (older?) versions. It would be great if you can put the ffprobe output of the input and output file as above.

from superview.

Niek avatar Niek commented on June 15, 2024

Can you check with release v0.2? https://github.com/Niek/superview/releases/tag/v0.2

I changed the way the input specs (among which bitrate) are parsed, it should work better across different ffmpeg/ffprobe versions.

from superview.

Niek avatar Niek commented on June 15, 2024

Closing this, I assume it's fixed in 0.2.

from superview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.