You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
+
#[2.2.0-beta][10.04.2014]
2
+
WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability.
3
+
- merged in multi-output branch so that the master branch now supports multi output from ffmpeg.
4
+
- fixed far too many other bugs to mention.
5
+
1
6
#[2.1.7-beta][09.04.2014]
2
-
WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput().
7
+
WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput(). Please use 2.1.5 or below for stability.
3
8
Fixed several bugs:
4
9
- fixed issues in portability progress handler where parsing of image only output data would fail.
5
10
- fixed issues in portability progress handler where the progress file would be prematurely deleted.
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,10 @@ Extensive documentation and examples are bundled with the download and is availa
49
49
50
50
##Latest Changes
51
51
52
-
**[2.1.7-beta]**[09.04.2014]
53
-
54
-
***WARNING*** Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput().
55
-
Fixed several bugs:
56
-
- fixed issues in portability progress handler where parsing of image only output data would fail.
57
-
- fixed issues in portability progress handler where the progress file would be prematurely deleted.
58
-
- fixed issues where using %timecode or %index in the output would not correctly get renamed unless calling getOutput from the process object. #22
59
-
- fixed issues with animated gifs not following the overwrite setting of the save function call
60
-
Added:
61
-
- poor mans caching using InTempDirectory cache class to store cachable data within the temp directory. It is highly recommended you write your own cacher based around something [like Stash](https://github.com/tedious/Stash)
52
+
**[2.2.0-beta]**[10.04.2014]
53
+
WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability.
54
+
- merged in multi-output branch so that the master branch now supports multi output from ffmpeg.
0 commit comments