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 8698483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:44:29+00:00 2026-06-13T01:44:29+00:00

I want to convert from .flv to .h264 format. Problem: I did a conversion

  • 0

I want to convert from .flv to .h264 format.

Problem: I did a conversion from FLV to H264 format but my converted video (.h264) is running so fast (just like we’d click on a fast forward button).

I used the following command:

ffmpeg -i example.flv -sameq -vcodec libx264 -vpre default -ar 22050 output.h264
  • 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-06-13T01:44:30+00:00Added an answer on June 13, 2026 at 1:44 am

    The solution is that you need a container format. Raw h.264 does not have any timing information for a video which is why your player is playing it very fast.

    Also your command is all messed up. Do you want audio in your output or not? If yes then you need to specify a container format which will have both audio and video.

    Either change your output to a mp4

    ffmpeg -i input_file -c:a copy -c:v libx264 -profile:v baseline out.mp4
    

    or some other container. If you want a video only stream remove the audio options and add -an.

    If you want to use AAC audio instead of whatever the FLV file has:

    ffmpeg -i input_file -c:a aac -strict -2 -b:a 128k -c:v libx264 -profile:v baseline out.mp4
    

    If your ffmpeg does not have the -c or -profile options, update to a more recent version.

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

Sidebar

Related Questions

i want to convert flv video(downloaded from you tube) to any other format, i
I want to convert a code from perl to c++, and my problem is
I received DateTime String from Fedex in following format 2012-06-22T21:39:48-05:00 I want to convert
I want to convert number from char * format to 32 bit integer int32_t,
I want to convert from pcm 44100khz 16bit signed 2 channel interleaved (packed) format
I want to convert date from one format to another.Let's say, I have some
I want to convert sqlite query to Ormlite query. SELECT * FROM Test where
I'm reading from a binary file and want to convert the bytes to US
We at the company want to convert all the sites we are hosting from
I want to convert : select convert(nvarchar(16), TimeLog, 120) requestTime, count(Request) As noOfQueries from

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.