problem solved, specify the audio codec solve my problem…
1 |
ffmpeg -i filename.mkv -vcodec copy -acodec copy 1.mp4 |
Just use -c copy
instead of -vcodec copy -acodec copy
Related posts:
- FFMPEG Command to Extract Audio Mp3 From Mp4 or Any Extension Video in Command Line | FFMPEG Convert MP4 to Mp3 in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Convert Webm Video to MP4 Video File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Remove Audio Mp3 From Video Mp4 or Any Other Extension File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Compress or Reduce Video Mp4 File Size in Windows 10 Full Tutorial For Beginners
- How to Merge Or Combine Two Mp4 Files Using FFMPEG in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Merge Video and Audio File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Add Audio to Video File in Windows 10 Full Tutorial For Beginners
- Node.js Express Mp4 to Mp3 Converter FFMPEG App Hosted on Heroku | Installing FFMPEG Library in Heroku Tutorial 2020
- FFMPEG Command to Increase or Decrease Speed of Video Using setpts Filter in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Crop or Clip Portion of Video Using Crop Filter in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Change Video Resolution and Aspect Ratio in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Change Video Bitrate Using -vf scale Filter in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Resize or Scale Video Without Losing Quality in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Extract Frames From Video With Timestamp or Convert Video to Images Full Tutorial For Beginners
- FFMPEG Command to Increase or Decrease Speed of Audio File Using atempo Filter in Windows 10 Full Tutorial For Beginners
- Python 3 Pillow Script to Convert PNG to Windows ICO File in Command Line Full Project For Beginners
- Build a Custom Video MP4 Player in HTML5 CSS3 and Javascript Full Project For Beginners
- FFMPEG Command to Create a Slideshow or Video From Multiple Images Full Tutorial For Beginners
- FFMPEG Command to Create Video From Single Image By Looping For Specific Duration Full Tutorial For Beginners
- How to Autorun a Python Script On Windows Startup Using Windows Registry Settings Full Project For Beginners