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

  • SEARCH
  • Home
  • 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 6137107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:41:06+00:00 2026-05-23T17:41:06+00:00

How can I automatically convert all MP4 files to FLV in a specific folder?

  • 0

How can I automatically convert all MP4 files to FLV in a specific folder?

ffmpeg -i VID00002.MP4 -ar 44100 test.flv

Is there a way to queue these tasks, assuming that I don’t know the file names?

If I need to run any scripts (I’m familiar with Python), how can I do that?

  • 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-23T17:41:07+00:00Added an answer on May 23, 2026 at 5:41 pm

    You can do this fairly easy within the terminal, given you have ffmpeg installed. In your terminal, enter the following:

    $>cd /your/path/to/videos
    $>for i in *.mp4; do ffmpeg -i $i -ar 44100 $i.flv; done
    

    The second command simply iterates through each mp4 file and assigns the filename to ‘$i’. You then call ffmpeg using $i as the input and output filename. For the output, you simply add the extension, in this case $i.flv. So, if your filename is ‘video.mp4’, it will output as ‘video.mp4.flv’.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a tool out there that can automatically convert Python to Java? Can
Is there some tool that can automatically convert the following c style code A
For running all my test classes automatically, I look for all class files inside
Is there an ISAPI filter that can automatically add the Last-Modified header in IIS?
I have pdf with fillable fields. How can I guys convert it automatically to
How can automatically I stop the development web server when I stop debugging in
The v4 series of the gcc compiler can automatically vectorize loops using the SIMD
We have a deployment system at my office where we can automatically deploy a
The most favorite feature of StackOverflow for me is that it can automatically detect
I am currently publishing code behind .aspx in SharePoint. I can automatically publish the

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.