I recently changed over from years of HandBrake use to VidCoder for its speed advantage.
Running most videos at SD quality, I don't notice any differences between the two programs' results, so VC has the advantage.
I download a lot of videos, where MKV is now the standard, but my file management software doesn't like to read MKV details, so I convert to MP4 using the closest settings I can find in the MKV. These days it can be a dozen files a day, of varying quality.
As such, I've created dozens of presets in VidCoder to match as closely as possible the MKV settings (mostly A/V bitrates).
I cannot find the presets location - either in a file or a registry setting -
I'd like to make some bulk changes, edit their names, etc... and sort them for easier selection in the menu.
Anyone know how the presets are stored, and where?
Much thanks...
+ Reply to Thread
Results 1 to 4 of 4
-
-
Damn! Thanks; don't know why my searches didn't pick that up.
OK - using DB Browser for SQLite, I can see each preset entry; can't sort & re-save them, but can export each one, empty the dbase, then import each one by name so they stay in order. That's good for a one-time cleanup.
Will have to look for a way to actually re-sort the dbase entries into name order for future edits.
Thanks much!Last edited by DavidRTurner; 20th May 2017 at 12:56.
-
create table temp as select * from presetsXML order by substr(xml, instr(xml, "<Name>") + 6, instr(xml, "</Name>") - instr(xml, "<Name>") - 6);
drop table presetsXML;
alter table temp rename to presetsXML
Similar Threads
-
Vidcoder Presets That May Be Useful
By Tom Saurus in forum Video ConversionReplies: 3Last Post: 9th Feb 2016, 13:07 -
Converting Imax file with Vidcoder
By carlmart in forum Video ConversionReplies: 2Last Post: 1st Oct 2014, 09:44 -
Jagabo can I manually add timecode to a virtualdub .avi mjpg file?
By marcorocchini in forum Newbie / General discussionsReplies: 13Last Post: 5th May 2014, 07:41 -
Xvid4PSP - presets and file size
By NDMMackay in forum Video ConversionReplies: 6Last Post: 28th Feb 2014, 03:24 -
Win2k Registry File Merge Fail
By bevills1 in forum ComputerReplies: 4Last Post: 29th May 2013, 19:15