Is there a sub-forum for enhancement and feature requests?
I don’t know where to post this, but can you consider adding audio/video muxing feature that let user choose an alternate audio to use with the video? This will be a very useful feature because when upscaling 240p or 480p, the audio in the source video is usually in poor condition. They required some editing such as amplification, channel mixing and normalization to bring up to good condition. If there is A/V muxing feature, users can edit the audio in external editor and select the resulting audio file in topaz, upscaling and audio muxing in one step. Without this feature, I have to mux after upscaling which reduces video quality.
I think I reported it during the beta phase and also sent my log files to the initiator of the original post as suggested for privacy reasons but
I got not a reply
It was supposedly not addressed
the issue persists
The application crashes/disapprears unexpected - which did not happen to versions before - and the ffmpg continues running alone. To prevent the log files to get lost via private message again and because a dropbox is not told I add my log files here.
What container are you using? There should be no change to the video when adding audio back in.
I use mkv because it can hold multiple audio tracks, video tracks, subtitles, chapters and everything else. And it plays on my Roku player through Plex. I use GoldWave to edit audio and VidMore to convert it to DTS or AC3. Once I have it how I want it, I join it back into the mkv container with MKVToolNix. No change is made to the video.
I agree some audio editing tools would be nice in TVAI, but that’s not what it’s made for.
We fixed an issue where videos with some specific rotations/strings were opening upside down. Please let us know if you’re still running into this. Thank you.
Little question: when will there be a template for text, or will it be included in the Iris template? Because in SD to HD videos, scenes with text (e.g. on books, newspapers, billboards, other text on objects or buildings, etc.) are not always easy to read. It’s not always easy to read on the SD original, but on the HD output, it’s even worse most of the time. It’s totally unusable. In fact, the output text looks like gibberish. Just like in Photo AI before the introduction of the text reconstruction model.
You can replace an audio stream using FFMPEG without re-encoding the video or audio…
E.g.
ffmpeg -i video-subtitles.mkv -i audio.aac -shortest -map 0:0 -map 0:1 -map 1:0 -codec copy output.mkv
Change file extensions as you wish.
Note “-shortest” trims the video at the point where the shortest file ends and isn’t required.
Assumes the first two streams in “video-subtitles.mkv” are the video and subtitles. If the original audio is there change map 0:1 to 0:2 or more.
If you only want video from the first file just have “-map 0:1 -map 1:0” (without quotes).
If you want more streams from the first file add “-map 0:3” etc., for the second file “-map 1:1” etc.
I don’t need audio editing tool in TVAI. I can do that in external audio editor like Cool Edit Pro or Adobe Audition. I just want TVAI to add an audio option that allows me to select the audio file that I edited in external editor. I will explore MKVToolNix, but it would be nice if TVAI has the feature built in.
Video AI is actually doing all the work using a modified copy of FFMPEG, or you can get freeware builds for Windows (without the Topaz stuff, so no licence required on the system it’s running on) in the “Release Builds” section here: https://www.gyan.dev/ffmpeg/builds/
i.e. file “ffmpeg-release-full.7z” which is the version I’m using (6.0).
From the archive you just want ffmpeg.exe from the builds directory. (Also possibly 7zip to extract it.)
I don’t think it’s necessary.
Don’t try to make TVAI powerful video editing software, let’s concentrate on improving what’s it good for - video enhancement.
As per your request - you can use a ton of free muxing software to mux final audio and video without re-encoding.
The Win release (along with the previous one) is generating immediate errors on output files whenever the ‘Include Live Preview’ option is turned off on the Output settings, despite full re-clean installs (including the deleting of known Topaz related registry entries and ProgramData subfolder).
I did raise this in the bug report thread but as yet no one has responded so just putting it here too in case it hasn’t been spotted.
The way AI works, if it were to make unreadable text readable, it would always replace the original words with whatever words were in the training data. Reading it would be as pointless as trying to read the unreadable words.
For words that can be made out and read, some models do make them worse or unreadable. It would be nice if they only ever made them better. I think Gaia is pretty good at leaving them alone when it cannot make them better.
The slow motion drop-down is no longer editable. This could be a breaking change for some people.
This is not an issue for me because I use a script to generate the ffmpeg commands, but it can be an annoyance when I want to do some proof-of-concept work in the GUI. Basically, I always use a slow motion factor of 2.5. Now I have to modify the TVAI generated commands just to get that back in. Even if I want a simple quick preview.
Unfortunately, version 3.5.3 still has the same errors with processing MPEG2 576i files… I am attaching the logs. 2023-10-11-20-11-10-Main.tzlog (91.3 KB)