${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
OBS Studio (windows,OS X); Windows Media Encoder (Windows); Adobe Flash Media Live -Encoder (Windows, OS X); Real Producer Plus (Windows); VLC (Windows, OS X, Linux); QuickTime Broadcaster (OS X); QuickTime Player (OS X); Wirecast (Windows,OS X); vMix(Windows); Potplayer(Windows) ...
Systems
Windows 7, 8, 10, OS X 10.9 or above, Linux
PC
Intel Core i5-3400 or above + NVIDIA GT630 or above
Laptop
Intel Core i7-3537U 2.0 GHz or above + NVIDIA GT735 or above
Packing
1 x HD Video Capture Card, 1 x English user manual, 1 x USB 3.0 to USB A/USB C 3.0 Cable.
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `