-
ffmpeg uncompressed avi to x264
Hello this is my first post. I’m a retired software engineer and am doing a lot of video work for my church and enjoy playing around with video. On to my question.
I take video with a Panasonic V700 and usually create uncompressed avi files so I can edit them frame by frame using VirtualDub. I like to cut in things really tight. But for this question I have 10 short MTS clips that have been saved using an Avisynth script through VirtualDub into an uncompressed avi file (video and audio). What I want to do is use ffmpeg to create a new avi file using the x264 and mp3 codec but haven’t been able to get a playable file. Here’s my command line.
ffmpeg -i “MTS-07.avi” -f rawvideo -pixel_format bgr24 -vcodec libx264 -b:v 2000k -acodec libmp3lame -ar 48000 -ab 192k -y MTS-07-x264-mp3.avi
I’ve tried a few different versions of this command line with no success. So if anyone can give me a workable solution I’d really appreciate it. Thanks for any help.
Hey. I know what I’m doing is probably a little bit outside the box but I’m looking for a solution to my problem not a different way of doing it. With that said I’d love any options to, but a solution to my problem is what I’m looking for most. Thanks again for any help.