If anyone can help me with what my ffmpeg command should look like it would be much appreciated. I can get video but no sound. Here is my output from ffmpeg -i:
[mpegts @ 0x1c1d3c0]max_analyze_duration reached Input #0, mpegts, from '00097.MTS': Duration: 00:00:29.05, start: 0.457244, bitrate: 5898 kb/s Program 1 Stream #0.0[0x1011]: Video: h264, yuv420p, 1440x1080 [PAR 4:3 DAR 16:9], 59.92 fps, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s
And here is what I thought that should mean:
ffmpeg -i 00097.MTS -vcodec libxvid -b 5898k -acodec libmp3lame -deinterlace -ac 2 -ab 256k -ar 48000 -s 1440x1080 00097.avi
I get a nice looking video, but there is no sound.
Thanks! Iain
More information about formatting options
If anyone can help me with what my ffmpeg command should look like it would be much appreciated. I can get video but no sound. Here is my output from ffmpeg -i:
[mpegts @ 0x1c1d3c0]max_analyze_duration reached
Input #0, mpegts, from '00097.MTS':
Duration: 00:00:29.05, start: 0.457244, bitrate: 5898 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1440x1080 [PAR 4:3 DAR 16:9], 59.92 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s
And here is what I thought that should mean:
ffmpeg -i 00097.MTS -vcodec libxvid -b 5898k -acodec libmp3lame -deinterlace -ac 2 -ab 256k -ar 48000 -s 1440x1080 00097.avi
I get a nice looking video, but there is no sound.
Thanks!
Iain