There are 0 repository under ac3 topic.
FFmpeg Batch AV Converter
Video player for 3ds
A web app to convert an audio or video file to another format. You can also download YouTube videos at the /yt endpoint.
Virtual audio device, real-time encoder and SPDIF forwarder for macOS
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 :unicorn:)
A powerful FFMPEG audio encoder GUI
Mp4Box GUI
Managed Media Aggregation
.Net Core version of Managed Media Aggregation
WAV to AC3 Encoder an audio encoder which generates compressed audio streams based on ATSC A/52 specification
Enable system level decoding of Dolby AC3, EC3 in Chromium
VTCLab Media Analyzer feedback repo
Java Sudoku solver using AC3, Forward checking and Backtracking algorithms
Sudoku CSP Solver using Backtracking Search and Arc-Consistency 3
Aften Windows Win32 and Win64 builds.
A fast, powerful and simple to use Audio-CD ripper
Using CSP heuristics
kakuro (simple version) solver as CSP problem - Artificial Intelligence course project - Spring 2021
Event based MS Windows python-script, which: hides own window, de-crap-ifies, flattens directory structure, cleans tvseries-episode release, checks for completeness, decides if wanted quality is met, scans for E-AC3-codec audio-streams, speeds transcoding/encoding up by converting just the audio stream leaving video and subtitles untouched in the container, manages parts of the MEDE8ER's needed meta-data, pre-post-processes, launches post-processing by calling nzbToMedia, streamlines failed-downloads management for torrent downloads, optimizes thereby my SickRage collection of tvseries daily workflow and is started by Deluge's basic, standard Execution-plugin on account of it's limited functionality in extending needed, extra arguments being set to inform the post-processing workers.
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
Solve Sudoku as a Constraint Satisfaction Problem
A C# project to solve sudoku with CSP architecture using AC3, MRV, Degree heuristics and LCV.
Takes an unsolved Sudoku Grid as input, given as a continuous string of 81 characters. Program prints out the final output as a 9x9 grid and uses Constraint Propagation (AC3 Algorithm) and Backtracking Search. In AC3, it checks arc consistency and enforces it by removing values from the domain of unassigned variables.
My Bachelor thesis based on existing framework: "search-visualisation"
Solving Sudoku using constraint satisfaction - AC3, and MRV & FirstAvailable Algorithms for variable selection
Simulador do Algoritmo de Tomasulo
A CSP approach to solve magnet puzzle problem