gstreamer fails to produce working mp4/aac files with all default settings:
gst-launch-0.10 filesrc location="$from" ! decodebin ! audioconvert ! faac ! ffmux_mp4 ! filesink location="$to" but sounds OK when: gst-launch-0.10 filesrc location="$from" ! decodebin ! audioconvert ! faac ! faad ! audioconvert ! alsasink so I guess the problem is the ffmux_mp4 plugin -- gstreamer produces bad MP4/AAC audio files when specifying non-standard encoding options https://bugs.launchpad.net/bugs/138346 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gstreamer0.10 in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
