[FFmpeg-user] Hi

sathish sathishkumars3 at gmail.com
Wed Mar 18 14:33:03 CET 2015


ffmpeg -i /sdcard/perfect.mp3 -i /sdcard/output_subtitle.mp4 -acodec
-vcodec copy /sdcard/newvideo.mp4



This is the command i am using to mix audio and video file its going to
crash and








03-18 19:01:30.531: I/Videokit(10092): Loading native library compiled at
18:05:04 Mar 16 2015
03-18 19:01:30.541: E/ffmpegService(10092): onStart
03-18 19:01:30.541: I/ffmpegService(10092): attempt to start ffmpeg service
03-18 19:01:30.561: I/Videokit(10092): Option: ffmpeg
03-18 19:01:30.561: I/Videokit(10092): Option: -i
03-18 19:01:30.561: I/Videokit(10092): Option: /sdcard/perfect.mp3
03-18 19:01:30.561: I/Videokit(10092): Option: -i
03-18 19:01:30.571: I/Videokit(10092): Option: /sdcard/output_subtitle.mp4
03-18 19:01:30.571: I/Videokit(10092): Option: -acodec
03-18 19:01:30.571: I/Videokit(10092): Option: -vcodec
03-18 19:01:30.571: I/Videokit(10092): Option: copy
03-18 19:01:30.571: I/Videokit(10092): Option: /sdcard/newvideo.mp4
03-18 19:01:30.571: I/Videokit(10092): Running main
03-18 19:01:30.601: D/Videokit(10092): Splitting the commandline.
03-18 19:01:30.601: D/Videokit(10092): Reading option '-i' ...
03-18 19:01:30.601: D/Videokit(10092):  matched as input file with argument
'/sdcard/perfect.mp3'.
03-18 19:01:30.612: D/Videokit(10092): Reading option '-i' ...
03-18 19:01:30.612: D/Videokit(10092):  matched as input file with argument
'/sdcard/output_subtitle.mp4'.
03-18 19:01:30.612: D/Videokit(10092): Reading option '-acodec' ...
03-18 19:01:30.621: D/Videokit(10092):  matched as option 'acodec' (force
audio codec ('copy' to copy stream)) with argument '-vcodec'.
03-18 19:01:30.621: D/Videokit(10092): Reading option 'copy' ...
03-18 19:01:30.631: D/Videokit(10092):  matched as output file.
03-18 19:01:30.631: D/Videokit(10092): Reading option
'/sdcard/newvideo.mp4' ...
03-18 19:01:30.631: D/Videokit(10092):  matched as output file.
03-18 19:01:30.641: D/Videokit(10092): Finished splitting the commandline.
03-18 19:01:30.641: D/Videokit(10092): Parsing a group of options: global .
03-18 19:01:30.641: D/Videokit(10092): Successfully parsed a group of
options.
03-18 19:01:30.651: D/Videokit(10092): Parsing a group of options: input
file /sdcard/perfect.mp3.
03-18 19:01:30.651: D/Videokit(10092): Successfully parsed a group of
options.
03-18 19:01:30.661: D/Videokit(10092): Opening an input file:
/sdcard/perfect.mp3.
03-18 19:01:31.182: D/Videokit(10092): Successfully opened the file.
03-18 19:01:31.182: D/Videokit(10092): Parsing a group of options: input
file /sdcard/output_subtitle.mp4.
03-18 19:01:31.182: D/Videokit(10092): Successfully parsed a group of
options.
03-18 19:01:31.182: D/Videokit(10092): Opening an input file:
/sdcard/output_subtitle.mp4.
03-18 19:01:31.501: D/Videokit(10092): Successfully opened the file.
03-18 19:01:31.501: D/Videokit(10092): Parsing a group of options: output
file copy.
03-18 19:01:31.501: D/Videokit(10092): Applying option acodec (force audio
codec ('copy' to copy stream)) with argument -vcodec.
03-18 19:01:31.501: D/Videokit(10092): Successfully parsed a group of
options.
03-18 19:01:31.501: D/Videokit(10092): Opening an output file: copy.
03-18 19:01:31.511: E/Videokit(10092): copy: Invalid argument
03-18 19:01:31.511: A/libc(10092): Fatal signal 11 (SIGSEGV) at 0x00000008
(code=1), thread 10105 (AsyncTask #1)
03-18 19:01:37.821: E/Trace(10169): error opening trace file: No such file
or directory (2)


On Wed, Mar 18, 2015 at 6:52 PM, Moritz Barsnick <barsnick at gmx.net> wrote:

> Hi sathish,
>
> On Wed, Mar 18, 2015 at 18:44:26 +0530, sathish wrote:
> > Hear audio file is .mp3
> > and video file .mp4
> >
> > can u tell me the reason
> > why its not mixing..
>
> No, because you're not telling us what went wrong. We can't do mind
> reading either.
>
> Could you be more precise what you mean by "mixing"?
>
> Please show us the command line you used, and the complete, uncut
> console output.
>
> Thanks,
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list