kwanbis
2nd May 2005, 20:16
My Panasonic's D-Snap SV-AV25 produces ASF files with MPEG4 Video (640x480) and (supposedly) G.726 for Voice. I was told to demux the stream to a raw .m4v stream with videolan with the following command:
vlc 09.asf :sout=file/raw://raw.m4v --noaudio vlc:quit
and then mux it to mp4:
MP4Box -add raw.m4v -fps 25 output.mp4
but then, i have no voices on the final mp4. So the question is, how do i also transfer the sounds? and last, besides keeping the mp4, how can i also convert to a more widelly used format? (i would keep the mp4 for quality)
PS: here is a clip i recorder:
http://nodo9.com/09.ASF
For those having problems with the Panasonic MPEG4 Decoder:
MPEG4: http://panasonic.co.jp/pavc/global/cs/d_snap/download/mpeg4.html
G.726: http://www.sharp.co.jp/viewcam/download/g726_download.html
G.726 is the voice decoder, IN CASE YOU CAN'T HEAR VOICES.
MP4box at http://www.aziendeassociate.it/cd.asp?dir=/gpac/dev
vlc 09.asf :sout=file/raw://raw.m4v --noaudio vlc:quit
and then mux it to mp4:
MP4Box -add raw.m4v -fps 25 output.mp4
but then, i have no voices on the final mp4. So the question is, how do i also transfer the sounds? and last, besides keeping the mp4, how can i also convert to a more widelly used format? (i would keep the mp4 for quality)
PS: here is a clip i recorder:
http://nodo9.com/09.ASF
For those having problems with the Panasonic MPEG4 Decoder:
MPEG4: http://panasonic.co.jp/pavc/global/cs/d_snap/download/mpeg4.html
G.726: http://www.sharp.co.jp/viewcam/download/g726_download.html
G.726 is the voice decoder, IN CASE YOU CAN'T HEAR VOICES.
MP4box at http://www.aziendeassociate.it/cd.asp?dir=/gpac/dev