File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- A new version of the wrapper was deployed (v2.5 ) fixing some issues with hardware transcoding.
2
- You can find the changelog here: https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/releases/tag/2.5
1
+ A new version of the wrapper was deployed (v2.6 ) fixing an issue with offline transcoding.
2
+ You can find the changelog here: https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/releases/tag/2.6
3
3
4
4
As always, please let me know of any issue you could have.
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ if [[ $errcode -eq 0 ]]; then
122
122
endprocess
123
123
fi
124
124
125
+ errcode=0
125
126
info " Trying with VideoStation's ffmpeg with default args..."
126
127
/var/packages/VideoStation/target/bin/ffmpeg.orig " $@ " < & 0 2>> $stderrfile &
127
128
child=$!
@@ -131,6 +132,7 @@ if [[ $errcode -eq 0 ]]; then
131
132
endprocess
132
133
fi
133
134
135
+ errcode=0
134
136
info " Trying with SC's ffmpeg and fixed args..."
135
137
" /var/packages/${ffmpeg_version} /target/bin/ffmpeg" " ${args[@]} " < & 0 2>> $stderrfile &
136
138
child=$!
You can’t perform that action at this time.
0 commit comments