Hello,
I had a AC-3 stream,it had following specification.From (Media Info)
Audio
Format :AC-3Format/Info :Audio Coding 3Mode extension :CM (complete main)Format settings, Endianness :LittleDuration :2mn 31sBit rate mode :ConstantBit rate :448 KbpsChannel(s) :2 channelsChannel positions :Front: L RSampling rate :48.0 KHzBit depth :16 bitsCompression mode :LossyStream size :8.10 MiB (100%)
I wrapped this stream in to MOV using ffmpeg.
Audio
ID :1Format :E-AC-3Format/Info :Audio Coding 3Codec ID :ec-3Duration :2s 675msBit rate mode :VariableBit rate :25.4 MbpsChannel(s) :5 channelsChannel positions :Front: L C R, Side: L RSampling rate :48.0 KHzBit depth :16 bitsCompression mode :LossyStream size :8.10 MiB (100%)Language :English
The command which i used given below.
ffmpeg.exe -i original.ac3 -acodec copy -ar 48000 -ac 2 -ab 448k -f mov new.mov
why i get wrong channel info in the new stream. Also any specific lib in ffmpeg needs to specify for AC-3.?
Thanks in Advance!
Dave.
+ Reply to Thread
Results 1 to 3 of 3
-
-
-acodec copy implies you're not re-encoding it, in which case the bitrate, channels etc... are not relevant
so which is it ? are you trying to re-encode , or rewrap into MOV ?
for encoding you would use -acodec ac3 -
Hello,
I am trying to re wrap ac-3 to mov.
I don't look for re - encoding .
Thanks
Dave
Similar Threads
-
Difference/Relationship among encoding, re-encoding & decoding?
By iqbal88 in forum DVD RippingReplies: 12Last Post: 19th Aug 2011, 14:46 -
New to encoding
By AndreL in forum Video ConversionReplies: 4Last Post: 28th Jun 2011, 08:44 -
ENC encoding versus no ENC encoding
By RL in forum ffmpegX general discussionReplies: 3Last Post: 4th Feb 2011, 17:44 -
AVCHD encoding format vs. H.264 encoding format?
By coody in forum Authoring (Blu-ray)Replies: 3Last Post: 28th Aug 2010, 20:51 -
Encoding MKV to MP4 with .ass subtitles without re-encoding.
By smilegreen in forum Video ConversionReplies: 7Last Post: 26th Apr 2009, 14:11