Skip to content

Releases: budius/ChromecastConverter

FIx raw-logs option

04 Mar 19:53
Compare
Choose a tag to compare

The option was not working very well, now it is.

Fix ffprobe

25 Jan 16:30
Compare
Choose a tag to compare
  • Fix ffprobe executable that changed (in some systems) to ffmpeg.ffprobe
  • Added option for raw logging of ffmpeg process output

Fix NPE on Subtitles processing

14 Jan 09:20
2d9a7a5
Compare
Choose a tag to compare

Audio FIxes

10 Jan 14:20
5497cdc
Compare
Choose a tag to compare

Fixes Audio quality setting
Limit max 2 audio channels due to chromecast limitations

(TODO: a flag to allow 5.1 for the chromecast ultra?)

Only subtitles

02 Jan 18:26
40b66f2
Compare
Choose a tag to compare
  • Added option to export subtitles without any conversion --onlySubtitles
  • Fixed case when multiple subtitles for same language

Raspberry Pi Support

24 Mar 19:29
5d706a8
Compare
Choose a tag to compare

move/copy file to output folder

10 Jun 21:53
Compare
Choose a tag to compare

move/copy file to output folder if the file doesn't need conversion.
lazy init the loggers to avoid empty loggers

Minor bug fix

16 May 09:14
Compare
Choose a tag to compare

all the command line executions were being reported as seconds, but it was dividing milisecond by 100 instead of 1000

ByeBye GUI

03 May 22:27
Compare
Choose a tag to compare
  • dropped GUI because aint nobody got time for that
  • major re-write, better structured code all together
  • properly checks available audio codecs and applies accordingly
  • due to the above audio changes, it works fine with FFMPEG static builds
  • yeah, normal builds you can simply download from ffmpeg.org
  • drop 2-pass video because aint nobody got time for that
  • moved code to gradle, all dependencies now come from mavenCentral(), no more downloaded shit on or folder
  • independently handle audio or video conversion or copy (greater efficiency)
  • separate warning and error log files

Fix NPE and app not properly closing

03 May 10:54
Compare
Choose a tag to compare
V1.1.1

fix app no finishing n NullPointerExcep