Results 1 to 3 of 3

Thread: Qprocess error with script using ffmpeg

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,348
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: Qprocess error with script using ffmpeg

    Qt Code:
    1. QString::number(_params.video_split_interval_s);
    To copy to clipboard, switch view to plain text mode 

    Create a temporary variable to hold the value of this expression then examine it in the debugger as well as the value of the input (_params.video_split_interval).
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. The following user says thank you to d_stranz for this useful post:

    candau (5th August 2020)

Similar Threads

  1. Killing QProcess shell script
    By mister_m in forum Qt Programming
    Replies: 6
    Last Post: 19th August 2016, 17:08
  2. Qprocess error with ffmpeg
    By davidlamhauge in forum Qt Programming
    Replies: 2
    Last Post: 3rd February 2014, 22:02
  3. Qprocess that call ffmpeg in mac
    By polin in forum Qt Programming
    Replies: 1
    Last Post: 11th April 2013, 21:11
  4. Qt Mac g++ Linking Error on while compiling FFMPEG
    By polin in forum Qt Programming
    Replies: 0
    Last Post: 17th January 2013, 10:08
  5. Running an script using QProcess
    By DiegoTc in forum Newbie
    Replies: 1
    Last Post: 31st December 2010, 18:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.