|
|
| malky |
| Posted: Feb 24 2013, 04:38 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 290
Member No.: 22386
Joined: 6-November 07

|
Converting an avi to mpg using the external codec (ffmpeg), the muxed audio doesn't play in WMP or VLC. The audio will play in MPC and VirtualDub. MediaInfo lists the audio, but when the mpg is run through DGIndex, it lists multiple DTS files. Here are the settings used (Video,Audio,Muxer) and a link to the output and source.
-f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -bf 2 -b 3000k "%(tempvideofile)"
-i - "%(tempaudiofile)" -vn -f ac3_fixed -ar %(samplingrate) -ac %(channels) -ab 192k
-i "%(tempvideofile)" -i "%(tempaudiofile)" -vcodec copy -acodec copy "%(outputname)"
http://www.mediafire.com/?maedqgamsbdezdh http://www.mediafire.com/download.php?5k2n8gn95ypb1ln Note that if only the audio is output there is no problem. Only when it gets muxed. |
 |
| malky |
| Posted: Feb 24 2013, 08:13 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 290
Member No.: 22386
Joined: 6-November 07

|
Resolved;added -f vob to muxer command line after -acodec copy. |
 |