Skip to content

Releases: fifonik/FFBitrateViewer

v0.9.6 beta 1

02 Apr 12:42

Choose a tag to compare

v0.9.6 beta 1 Pre-release
Pre-release
  • Change: In media info tooltip high bit rate displayed in Mb/s
  • Change: Get packets timeout increased from 60 seconds to 1800 seconds.
  • Bugfix: Program crashes on opening file with very high bitrate (I hope I fixed it this time)
  • Bugfix: Timeout do not work while waiting for external program (ffprobe)

v0.9.5 beta 1

23 Feb 02:18

Choose a tag to compare

v0.9.5 beta 1 Pre-release
Pre-release
  • Change: Improved bitrate calculation on incomplete per second intervals (#33)

v0.9.4 beta 1

22 Feb 00:26

Choose a tag to compare

v0.9.4 beta 1 Pre-release
Pre-release
  • Change: Display frame's based calculated duration on files list when file/stream durations not returned by FFProbe (for some raw files)
  • Change: TBR is used instead of FPS
  • Change: '-probesize 20M' used while getting mediainfo to make detection more accurate

v0.9.3 beta 1

21 Feb 09:56

Choose a tag to compare

v0.9.3 beta 1 Pre-release
Pre-release
  • New: "Frame Rate (avg)" shown in media info tooltip, calculated as "(last frame end time - first frame start time) / frames count" (#30)
  • New: "Duration (frames)" shown in media info tooltip, calculated as (last frame end time - first frame start time)"
  • New: Works if FFProbe not returning frames start time (#31)
  • Bugfix: Average bit rate horizontal line not always displayed

v0.9.2 beta 1

20 Feb 08:55

Choose a tag to compare

v0.9.2 beta 1 Pre-release
Pre-release
  • New: Pixel format reported by FFProbe shown in media info tooltip
  • New: Accepts command line parameters:
    FFBitrateViewer.exe [options] file1.mp4 [c:\path\to\file2.mp4] [c:\path\to\file3.mp4] ...
    Options:
    -adjust-start-time-on-plot Default: false
    -log-commands Log FFProbe commands
    -log-level=DEBUG|ERROR|INFO Default: INFO
    -plot-view-type=FRAME|SECOND|GOP Default: FRAME
    -run Run calculation when program started
    -temp-dir=dirspec Default: default user temporary directory
  • Bugfix: Program crashes on opening file with very high bitrate

v0.9.1 beta 1

16 Jan 09:12

Choose a tag to compare

v0.9.1 beta 1 Pre-release
Pre-release
  • New: Average bit rate horizontal line displayed on "per second" & "per GOP" plots with sole selected processed file (#17)
  • New: Progress bar now "determined" so it is easier to understand when the whole process will finish (#14)
  • New: Columns "Duration" & "Frames [count]" added (#3)
  • New: "Reset" button added
  • New: Added a button for playing media file with system associated program
  • New: Added ability to select bit rate value from table
  • Change: Styling changes
  • Change: Already processed files will not be re-processing on the next run ("Reset" if you need it) (#13)
  • Change: Controls now disabled during processing (#15)
  • Change: For partially processed files (if you stopped process) bit rate values not displayed
  • Bugfix: Graph zoom not always reset after switching plot view (#19)
  • Bugfix: Graph not always updated correctly when enabling file (#18)
  • Bugfix: Icons on disabled buttons not dimmed out (#16)

v0.9.0 beta 1

11 Jan 01:25

Choose a tag to compare

v0.9.0 beta 1 Pre-release
Pre-release
  • New: Per GOP plot view added
  • New: Min bit rate displayed per file
  • New: Selected plot view remembered on program exit (#11)
  • New: Plot control hints added
  • New: FFBitrateViewer.conf.example provided with built-in defaults
  • New: Analized frame position displayed in progress bar every 1000 lines
  • Change: NET7 => NET8 (#9)
  • Change: FFProbe version check timeout increased from 5 to 30 seconds
  • Change: Media info extraction timeout increased from 5 to 30 seconds
  • Change: Components updated: OxyPlot.Core, OxyPlot.SkiaSharp, OxyPlot.Wpf (2.1.2 => 2.2.0)
  • Change: Temp dir availability and write access are checked on program starup
  • Change: Popup displayed if log file cannot be created
  • Change: Invalid VideoFilesList format specified in config is logged
  • Bugfix: Incorrect calculating average bitrate caused by integer overflow. PR supplied by @axlecrusher (#6)
  • Bugfix: FFProbe.exe location detection was broken
  • Bugfix: Crash when clicking link in About window (#10)

v0.8.0 beta 2

13 Jun 21:39

Choose a tag to compare

v0.8.0 beta 2 Pre-release
Pre-release
  • Bugfix: No plots with some non-English cultures;
  • Change: Axis-X format adjusted automatically based on the max active file duration;
  • Change: Code cleanup.

v0.8.0 beta 1

13 Jun 05:38

Choose a tag to compare

v0.8.0 beta 1 Pre-release
Pre-release

Initial release