MAGIX.info
The magix.info Community – Find help here
  • Forum
  • Tutorials
  • Media
  • Support
  • Sign in / register
  • Search ...
  • Help
All Forum 104 Tutorials User Media
Options
Last year
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Off topic
    7 answers, most recent on 6/8/2026
    [Solved] Magix canceled my subscription after accepting my payment.
    Title summarizes the issue. Magix has canceled my subscription for SoundForge Pro after accepting my payment. This has two serious problems: I can't change or renew my subscription because Magix website insists that my serial number is used by the
  • Movie Studio
    One answer, on 9/4/2025
    [Solved] Does exporting video as "Streamable" reduce it's quality in any way??
    As the title says...Does exporting video as "Streamable" reduce it's quality in any way??As all the videos I export are subsequently uploaded onto a website, via which they are streamed/watched via the website.But so would ticking the "Streamable"
  • Movie Studio
    11 answers, most recent on 5/2/2026
    RE: MEP 2016 Plus - Trying To Copy Media Onto New Project
    @CarpentersMate Looking good there, Mike! That looks like a very detailed project; and so far, and excellent video. That really was a special event. The green line is the volume curve; hide it by right-clicking on the audio object and unticking
  • Movie Studio
    31 answers, most recent on 4/16/2026
    RE: Video deluxe 2026
    @AAProds Hi Al Mystery of the name is solved. There is a missing line in the .Cube file The first line should of the file should be the title eg: TITLE Als LUT The CUBE us just a text file, open it in notepad and you can add the title line as the
  • Movie Studio
    3 answers, most recent on 5/10/2026
    RE: [Solved] Object Color
    @hdrechsel18 Hi Assuming you want to mark specific objects so they stand out for further attention, then proceed as @browj2 has commented. To see the colours, the objects must be deselected, then they appear as shown below, I have changed the colour
  • Photostory
    2 answers, most recent on 4/8/2026
    RE: Difficulty finding a tutorial to animate pictures in slideshow
    @elizabeth-lBette Hi, Please upload your images directly to this site using the upwards arrow button near the right of the button bar above your comment. Also, please show the entire Photostory screen, not just parts of it so we can get a better
  • Movie Studio
    5 answers, most recent on 9/3/2025
    [Solved] Question: How to add new font to Magix Movie Studio 2025 in Windows?
    How do I add a new font for the title editing window? I've tried to add "GC Horizon" in OpenType Font file and TrueType font file versions into Windows 10 (Either one will over-write the other upon install). I will see the font in Windows, but it is
  • Rescue Your Videotapes!
    4 answers, most recent on 4/10/2026
    RE: je n'ai pas recç mon numéro de serie pour enregistrer mon logiciel
    @BRUNO-PACELAT Puisque votre article est encore dans sa boîte, veuillez consulter ce message d'assistance : https://www.magix.info/us/support/?question=349256&category=0&title=how-can-i-redeem-the-voucher-code-for-my-box-version. Il
  • Movie Studio
    2 answers, most recent on 3/24/2026
    RE: AI Speech to Text Not Working - Program Crashes
    This support article might help you: https://www.magix.info/us/support?question=281940&category=0&title=what-should-i-do-if-i-have-a-problem-with-the-magix-hub
  • SOUND FORGE
    4 answers, most recent on 2/6/2026
    RE: [Solved] Sound Forge 10 Serial Installation on New Computer
    Hi @--Catedral and welcome to the Magix Sound Forge users community. The destination for activating SCS (Sony) versions no longer exists and there is also s relatively new procedure for activating the legacy SCS software (Sound Forge, Acid, Vegas,
  • Movie Studio
    6 answers, most recent on 4/6/2026
    RE: Nvidia GeForce RTX 5060 Mixdown message
    Which Nvidia driver are you using? https://www.magix.info/us/support?question=466428&category=0&title=why-is-there-suddenly-a-fallback-to-the-cpu-for-hardware-accelerated-exports-via-the-nvidia-graphics-card
  • Movie Studio
    One answer, on 4/24/2026
    RE: code d'activation
    @jerome-TORTORICI Veuillez consulter la page https://www.magix.info/us/support/?question=349256&category=0&title=how-can-i-redeem-the-voucher-code-for-my-box-version et suivre les conseils qui y sont donnés, même si votre logiciel n'était
  • Video Pro X
    5 answers, most recent on 12/12/2025
    RE: designed title addition
    Hi, For those types of flashy titles, I would use BluffTitler and start with one of the pertinent Bixpacks. John CB
  • Movie Studio
    10 answers, most recent on 11/9/2025
    RE: program crash trying to extract audio to txt file for use as sub title
    cheers John   i followed instructions i sourced on internet but i could not get automatic placing of srt files my video is an hour long i cannot do sub titles manually the video is medical and the patient is broad scottish accent we thought with sub
  • Movie Studio
    2 answers, most recent on 11/12/2025
    guide lines
    Is there anything like ''guide lines'', so i can see if my titles are exactly in the middle of the screen?
  • Video Pro X
    7 answers, most recent on 6/4/2026
    RE: Annoying popup
    @rickduley Rick, I typed "popup" into the search bar on the Support page and one of the returns was this: https://www.magix.info/us/support?question=371856&category=0&title=how-can-i-remove-ads That might help you.
  • Movie Studio
    One answer, on 11/26/2025
    Neat Video update to 6.0.9
    Greetings, The title says it all. https://www.neatvideo.com/news/nv-609 AndyW
  • Off topic
    40 answers, most recent on 1/26/2026
    RE: [Closed] Does Magix have customer support?
    Actually, the title of this thread is "Does Magix have customer support" so my comments above are entirely in keeping with the subject of the thread. One wonders whether Magix provide any support at all.
  • Movie Studio
    11 answers, most recent on 5/2/2026
    [Solved] MEP 2016 Plus - Trying To Copy Media Onto New Project
    Hello to all my old friends! Hope all is well ... I'm going on 78, and still using MEP 2016 Plus (for now). Fer the life of me still haven't been able to successfully copy media from one project into a NEW fresh project. Currently have a glitch that
  • SOUND FORGE
    2 answers, most recent on 4/13/2026
    RE: [Solved] Change Fontsize of Sound Forge Dialogue in C# script?
    @Unsounded A WinForms user interface textbox (in your example edt is such a textbox) has a Font property, where you can set the font, for example. TextBox edt = new TextBox(); edt.Font = new Font("Arial", 18); edt.Size = sForm - new Size(20,
  • Movie Studio
    10 answers, most recent on 4/26/2026
    RE: Video Deluxe 2026
    The 'online help' leads to a rather poor web site page where nothing I search for produces any useful results. For that matter even ChatGPT can't find what I'm looking for! All I want to know is how to put a coloured frame behind a simple title.
  • Rescue Your Videotapes!
    4 answers, most recent on 4/10/2026
    RE: je n'ai pas recç mon numéro de serie pour enregistrer mon logiciel
    @BRUNO-PACELAT Puisque votre article est encore dans sa boîte, veuillez consulter ce message d'assistance : https://www.magix.info/us/support/?question=349256&category=0&title=how-can-i-redeem-the-voucher-code-for-my-box-version. Il explique
  • Video Pro X
    5 answers, most recent on 12/12/2025
    RE: designed title addition
    Not going to happen without a LOT of work and additional plugins. The bottom graphic over the basketball game is from something like Newblue FX Cactivate Sports. Or using a title editing software such as NBFX Titler Pro or Boris FX Title Studio
  • SOUND FORGE
    10 answers, most recent on 12/5/2025
    RE: Error Code 24. Just bought and installed.
    @Ben-Brunsson Please read https://www.magix.info/us/support?question=377190&category=0&title=how-do-i-solve-error-message--24 and follow the advice given there. HTH JeffForum Moderator
Previous page
1 2 3 4 … 5
of 5
Next page
Follow us on
  • Community rules
  • Imprint
  • Privacy policy
  • Terms and conditions
United States
  • Additional offers
  • VEGAS Forum
  • MAGIX Magazine
(C) 2007 - 2026 MAGIX Software GmbH