Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1007487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:37:31+00:00 2026-05-16T08:37:31+00:00

I can call FFmpeg with subprocess.Popen and retrieve the data I need, as it

  • 0

I can call FFmpeg with subprocess.Popen and retrieve the data I need, as it occurs (to get progress), but only in console. I’ve looked around and seen that you can’t get the data “live” when running with pythonw. Yet, waiting until the process finishes to retrieve the data is moot, since I’m trying to wrap a PyQT GUI around FFmpeg so I can have pretty progress bars and whatnot. So the question is, can you retrieve “live” data from a subprocess call when using pythonw?

I haven’t tried simply compiling the application with py2exe yet as a windows application, would that fix the problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:37:32+00:00Added an answer on May 16, 2026 at 8:37 am
    process = subprocess.Popen(your_cmd, shell=true, stdout=subprocess.PIPE,
                               stderr=subprocess.STDOUT)
    
    count=0
    while True:
        buff = process.stdout.readline()
    
        if buff == '':
            count += 1
    
        if buff == '' and process.poll() != None:
            break
    
        sys.stdout.write(buff)
    
    process.wait()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can call Get<int>(Stat); or Get<string>(Name); But when compiling I get: Cannot implicitly convert
I noticed that you can call Queue.Synchronize to get a thread-safe queue object, but
I understand that I can call ToString().IndexOf(...), but I don't want to create an
(Yes I know I can call Java code from Scala; but that is pointless;
I know I can call it whatever, but just like there is a convention
Let's say I can call a method like this: core::get() . What is the
I can call GetKeyboardLayout to retrieve an input locale identifier, which identifies the active
I can call partial method from a view object. However, I need to call
I know I can call linq's Except and specify a custom IEqualityComparer, but implementing
I know I can call the GetVersionEx Win32 API function to retrieve the Windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.