As per topic title. No audio track even drags in when I try to drop it into a sequence.
MediaInfo:
General:
Format : MPEG-TS
File size : 4.43 GiB
Duration : 44mn 30s
Overall bit rate : 14.2 Mbps
Maximum Overall bit rate : 18.0 Mbps
Video:
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Format settings, GOP : M=1, N=64
Codec ID : 27
Duration : 44mn 30s
Bit rate mode : Variable
Bit rate : 13.1 Mbps
Maximum bit rate : 20.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.254
Stream size : 4.09 GiB (92%)
Color primaries : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
Transfer characteristics : BT.709-5, BT.1361
Matrix coefficients : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177
Audio:
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Codec ID : 129
Duration : 44mn 30s
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Delay relative to video : -120ms
Stream size : 122 MiB (3%)
VLC says it's in surround sound, though.
+ Reply to Thread
Results 1 to 23 of 23
-
-
-
if you are using a gui for eac3to, you have to setup the paths otherwise it won't work
if you use commandline, it's
eac3to input.m2ts -demux
since vlc can play it , very likely ffmpeg can convert it or demux it or even re-wrap it . It's probably an non standard transport stream, that's why PP can't "see" the audio
e.g for stream copy audio
ffmpeg -i input.m2ts -vn -acodec copy output.ac3
ffmbc works better for transport streams, if you re-wrap it, very likely premiere will "see" it
ffmbc -i input.m2ts -vcodec copy -acodec copy -f mpegts output.m2ts -
I was using a GUI, and linked it to eac3to. It just insisted I needed to set up sources and destinations even though I already had.
Tried using gui4ffmpeg, only outputting audio, and it threw out something about a CRC mismatch, an incomplete frame, and an invalid frame size, then crashed. -
maybe the gui is using old/outdated ffmpeg build ? or maybe you have errors in the stream ? ffmbc definitely works better with transport streams than ffmpeg
if vlc can play it, it should be able to convert it
maybe try avidemux nightly build to save the audio as wav
http://avidemux.org/nightly/win32/
where is this from ? sat recording ?
do you have a small sample you can upload ? -
It's a command line app; you can download a precompiled binary here
https://www.videohelp.com/download/FFmbc-0.5-win32.7z
Put the exe in the same directory as the video , open a command prompt and type in the commands, or copy & paste (change finename to match yours)
Did you try the nightly build of avidemux ?
You can also try DGAVCIndex to demux the audio -
What is the source?
Did you try the other suggestions ?
If DGAVCIndex doesn't detect the audio automatically, manually set the PID or use the one that VLC identifies as the PID . You're only using it to demux the audio
For example, in mediainfo:
ID : 4352 (0x1100) -
I captured it from this using this (optical audio cable, RGB video cables).
Did you try the other suggestions ?
If DGAVCIndex doesn't detect the audio automatically, manually set the PID or use the one that VLC identifies as the PID . You're only using it to demux the audio -
If this is 6-channel according to vlc, mp3 isn't supported (only stereo)
I would copy the audio, and if it's a funny extension, rename extension to ac3
(just make a conversion preset/profile in VLC, I think it's the last button) -
I don't know , I don't have a sample
Try "keep original audio track" and uncheckmark video
Or maybe try copying the video and audio into a new container
If you search, a lot of people have problems with HDPVR recordings (at least recent versions) -
Alright, had a look around and used tsSniper. It wouldn't let me output an elementary stream or m2ts file, though (the option is there, but greyed out), and Premiere wouldn't let me import a .ts file, so I demuxed with tsMuxer. Success...sort of. The audio imports fine, but is out of sync with the original m2ts file. The tsMuxer-produced .264 file is completely useless, flashing green every now and then alternating with random pictures from the footage that occur nowhere near each other. Further, the audio is in stereo in Premiere, even though VLC reports it as being in surround sound.
-
If I could cut out a sample, I wouldn't have a problem.
It was recorded in surround sound. I've only got stereo speakers, though, so I can't tell what it's actually playing as. The original file, at least, should be 5.1 though. -
Worked it out. The channel I was recording from aired the show in 5.1, but the commercials in stereo, which obviously the PVR can't handle or something. I recorded from a channel that airs everything in 5.1, and it worked fine. Was in sync and everything (though it does unsync if I fast-forward or rewind at any point, which could be where others are having problems).
Similar Threads
-
No dialogue, but other audio works fine
By MCPorche in forum Authoring (DVD)Replies: 1Last Post: 28th Feb 2012, 20:07 -
Massive M2TS File - Cannot Edit in Premiere
By OmegaNemesis28 in forum EditingReplies: 1Last Post: 31st May 2009, 02:11 -
M2TS fine, MKV not so fine.
By sixleaf in forum Blu-ray RippingReplies: 6Last Post: 26th May 2009, 02:35 -
a few m4v files have no audio when playing in iTunes...work fine in qt/vlc
By bobogs in forum DVD RippingReplies: 0Last Post: 18th May 2009, 20:21 -
x264 audio won't play in GB-PVR or WMP, works fine in MPC
By bigshotceo in forum Software PlayingReplies: 2Last Post: 15th Apr 2008, 09:55