-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg-videostation: divert ffmpeg to SynoCommunity version #3828
ffmpeg-videostation: divert ffmpeg to SynoCommunity version #3828
Conversation
@th0ma7 I quickly build this for me to test ffmpeg patches... as I have some mkv VideoStation fails to play too. |
Good, have a look at my latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sed
command will break the library on main 10
due to missing character.
Also I recommend creating a backup file through a one-liner command such as:
$ sudo sed -i'-BACKUP' -e 's/eac3/ZAAP/' -e 's/dts/ZAP/' -e 's/truehd/ZAPZAP/' -e 's/main 10/ZAAAAAP/' /var/packages/VideoStation/target/lib/libsynovte.so
See my comments here: Edit... For consistency, in
|
Along with a move or copy of |
@th0ma7 Your sed proposal is a concise good idea I will give it a try |
Maybie also appropriate to use a wrapper instead of symlinks such as: |
Created a new wrapper that does fix the spawning of multiple ffmpeg processes: |
Totally untested but I had a few ideas I wanted to share. Thoughts? |
Motivation: Ease use of SynoCommunity ffmpeg version in VideoSation.
Linked issues: #2952
Checklist
all-supported
completed successfully