Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. format
    Log in to post
    • All categories
    • Dmitry87

      Unsolved QtMultimedia support custom video format
      General and Desktop • qtmultimedia video format • • Dmitry87

      4
      0
      Votes
      4
      Posts
      128
      Views

      SGaist

      I am currently unsure that you can achieve that this way.
      If memory serves well, you can create a custom QMediaObject that you can attach to VideoOutput. It could be an alternative.

    • T

      Solved QMediaDevices audio outputs have wrong sample rates
      Qt 6 • qaudioformat qaudiooutput ffmpeg format • • TheEnigmist

      3
      0
      Votes
      3
      Posts
      117
      Views

      T

      @SGaist Yes that was what I was trying. But I found the error. SampleFormat was set to Unknown instead of Int16. Now I only need to syncronize and write audio in the right rate

    • M

      Unsolved Change in QTextLayout with Qt 6
      General and Desktop • highlight textedit format • • Maluna34

      5
      0
      Votes
      5
      Posts
      199
      Views

      SGaist

      Sorry for the late reply, it looks like there's indeed something changed in between.

      You should check the release notes just in case it was mentioned somewhere. If nothing, then please consider opening a new report on the bug report system if there's not already something there.

    • R

      Solved QImage Class, loading an image results in different behaviour between debug and release
      General and Desktop • qimage format force bmp grayscale • • R4P70R

      5
      0
      Votes
      5
      Posts
      1549
      Views

      R

      Ok, I think a clean and rebuild of the whole project did the trick.

      I always forget when I don't use it for sometimes. When something is doing weird with Qt you have to clean, qmake or rebuild to get everything in order.

      I will tag this issue as solved !

    • K

      Format code in Qt Creator
      Tools • format • • khanhmg

      2
      0
      Votes
      2
      Posts
      3095
      Views

      T

      @khanhmg

      Qt Creator has support for code formatting:

      http://doc.qt.io/qtcreator/creator-beautifier.html

      You need to install the beautifiers yourself though.

    • R

      Hotkey to auto format code?
      General and Desktop • keys hot key hotkey auto format indent autoformat autoindent ctrl settings • • Rample

      4
      0
      Votes
      4
      Posts
      18068
      Views

      SGaist

      So you already tested the Edit->Advanced possibilities ?