Merging of two audio aac files using gnonlin
sumeeth kc
sumeethkc at gmail.com
Thu Jul 21 23:58:06 PDT 2011
Hi
I am trying to concatenate two aac files using this pipeline
gst-launch-0.10 gnlcomposition { gnlfilesource name="s1"
location="/home/sumeeth/Downloads/gstreamer-editing-services-0.10.0.2/audio1.aac"
start=0 duration=10000000000 media-start=0 media-duration=10000000000
gnlfilesource name="s2"
location="/home/sumeeth/Downloads/gstreamer-editing-services-0.10.0.2/audio2.aac"
start=0 duration=10000000000 media-start=30000000000
media-duration=10000000000 } ! ffenc_aac ! mp4mux ! filesink
location="merge.3gp"
I am getting this error -
0:00:00.081944430 19423 0x9cbe050 WARN default
./grammar.y:889:_gst_parse_yyerror: Error during parsing: syntax
error, unexpected $undefined
0:00:00.083205918 19423 0x9cbe050 WARN default
./grammar.y:889:_gst_parse_yyerror: Error during parsing: syntax
error, unexpected $undefined
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.314606487 19423 0x9e35cd0 WARN ffmpeg
gstffmpegcodecmap.c:138:gst_ff_channel_layout_to_gst: Unknown channels
in channel layout - assuming NONE layout
0:00:00.314976972 19423 0x9ccd5d0 WARN baseparse
gstbaseparse.c:2357:gst_base_parse_loop:<aacparse1> error: streaming
stopped, reason not-linked
ERROR: from element
/GstPipeline:pipeline0/GnlFileSource:s1/GstURIDecodeBin:internal-uridecodebin/GstDecodeBin2:decodebin21/GstAacParse:aacparse1:
GStreamer encountered a general stream error.
Additional debug info:
gstbaseparse.c(2357): gst_base_parse_loop ():
/GstPipeline:pipeline0/GnlFileSource:s1/GstURIDecodeBin:internal-uridecodebin/GstDecodeBin2:decodebin21/GstAacParse:aacparse1:
streaming stopped, reason not-linked
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
------
Can somebody please help me out with this? Thanks in advance.
Regards,
Sumeeth
More information about the gstreamer-devel
mailing list