qt: Deinterlace can be associated with codec arguments
Previously, one could not convert a video into a video with both:
* deinterlace checked (in the Convert dialog)
* custom options (in "Profile edition" dialog, "Video codec" tab)
This was due to incorrectly handled braces in a SoutChain.
This makes VLCProfileSelector::getTranscode() return a SoutChain instead
of a plain QString, which eases the handling of the sout chain.
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
Showing
- modules/gui/qt/components/sout/profile_selector.cpp 36 additions, 42 deletionsmodules/gui/qt/components/sout/profile_selector.cpp
- modules/gui/qt/components/sout/profile_selector.hpp 3 additions, 2 deletionsmodules/gui/qt/components/sout/profile_selector.hpp
- modules/gui/qt/dialogs/convert.cpp 25 additions, 12 deletionsmodules/gui/qt/dialogs/convert.cpp
- modules/gui/qt/dialogs/sout.cpp 2 additions, 2 deletionsmodules/gui/qt/dialogs/sout.cpp
Loading
Please register or sign in to comment