forked from happycube/ld-decode
-
Notifications
You must be signed in to change notification settings - Fork 54
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
HiFi Decode Updates #119
Merged
Merged
HiFi Decode Updates #119
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
…ecode Signed-off-by: Sebastian Wilwerth <[email protected]> # Conflicts: # vhsdecode/process.py
…ecode Signed-off-by: Sebastian Wilwerth <[email protected]> # Conflicts: # vhsdecode/process.py (solved)
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
# Conflicts: # cvbsdecode/process.py # vhsdecode/process.py
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
…sync_locs for use in the case where they cannot be measured on the current field. Fixes some bad signal cases. Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # vhs-decode # vhsdecode/addons/chromaAFC.py # vhsdecode/addons/resync.py # vhsdecode/addons/vsyncserration.py # vhsdecode/process.py
…DME.md. Restores ntsc2d as default decoder on gen_chroma_vid_ntsc.sh Signed-off-by: VideoMem <[email protected]>
# Conflicts: # vhsdecode/process.py
cafc chroma filter sample rate fix. Removes chroma shift command line parameter Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # README.md # gen_chroma_vid_ntsc.sh # vhs-decode # vhsdecode/addons/resync.py # vhsdecode/addons/vsyncserration.py # vhsdecode/chroma.py # vhsdecode/cmdcommons.py
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # hifi-decode # setup.py # vhsdecode/addons/FMdeemph.py # vhsdecode/cmdcommons.py
Fixes denominator limits that may cause bad samplerate conversion. Applies LogCompander.expand() only to sidechain signal. Signed-off-by: VideoMem <[email protected]>
Adds audio_rate param (not working yet) Signed-off-by: VideoMem <[email protected]>
Some speed optimizations. Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Just squash merge them if the changes are Ok. |
Signed-off-by: VideoMem <[email protected]>
This was referenced Jan 15, 2024
JuniorIsAJitterbug
pushed a commit
to JuniorIsAJitterbug/vhs-decode
that referenced
this pull request
Feb 22, 2024
* Adds stdin input using - as input filename. Fixes denominator limits that may cause bad samplerate conversion. Applies LogCompander.expand() only to sidechain signal. * Reconfigures NR sidechain gain to higher value. Adds audio_rate param (not working yet) * Fixes --audio_rate parameter. Some speed optimizations. * Updates HiFiDecode header text comment * Overrides file close method for stdin to do nothing. --------- Signed-off-by: Sebastian Wilwerth <[email protected]> Signed-off-by: VideoMem <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds stdin support for hifi-decode using '-' as filename and --audio_rate parameter to specify the output audio sample_rate.
Some noise reduction and speed improvements.