Results 1 to 1 of 1
I'm trying to convert asf files to 3gp. I'm using the command:
Code:
ffmpeg -i video_clip.asf -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y clip.3gp
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-17-2007 #1
Converting ASF to 3GP
I'm trying to convert asf files to 3gp. I'm using the command:
This converts the video fine but the sound is messed up. The ASF files are from Index of /~ntv/episodes/Enhanced/2007/September2007Code:ffmpeg -i video_clip.asf -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y clip.3gp
Linux User #453176


Reply With Quote
