Re: [FFmpeg-user] (no subject)

2015-11-21 Thread Ming Luo
Thanks, Jim. The purpose of my command is to convert the video file (*.mp4) into an h264_mp4 container (*.ts), so that, command mediafilesegmenter can take the *.ts file to convert it into hls format and stream it. Since I just change a container, I don't really transcode, so I just use -vcodec cop

Re: [FFmpeg-user] (no subject)

2015-11-21 Thread Jim Worrall
> On 2015 Nov 21, at 12:57 PM, Ming Luo wrote: > > Hi, guys, > > I installed ffmpeg-2.8.2 on Mac and run in command line: > > ffmpeg -i firstTake.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb > firstTake.ts > > and get the following result with some errors. For each time running, the >

[FFmpeg-user] (no subject)

2015-11-21 Thread Ming Luo
Hi, guys, I installed ffmpeg-2.8.2 on Mac and run in command line: ffmpeg -i firstTake.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb firstTake.ts and get the following result with some errors. For each time running, the error happens at different time positions. And if I trim the origin

[FFmpeg-user] Ask help: Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec copy: Invalid argument

2015-11-21 Thread Ming Luo
Hi, guys, I installed ffmpeg-2.8.2 on Mac and run in command line: ffmpeg -i firstTake.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb firstTake.ts and get the following result with some errors. For each time running, the error happens at different time positions. And if I trim the origin

Re: [FFmpeg-user] Exactly one WebVTT stream is needed

2015-11-21 Thread Simon Thelen
On 15-11-20 at 22:50, Cloudclimber wrote: > Hi there, > > this command works without Problems in ffmpeg 2.7.2: > > |./ffmpeg -i udp://@239.100.1.1:1234 -map 0 -probesize 100 > -analyzeduration 100 -c copy -copy_unknown -f hls -hls_time 10 -hls_wrap > 10 -hls_list_size 10 /var/www/test1_.m3u8 > >

Re: [FFmpeg-user] Exactly one WebVTT stream is needed

2015-11-21 Thread adrian
I was going to tell you that your formats were all wrong, and that you needed h264 and aac but I checked and hls has no limit on formats. However, just because you can, doesn't mean you should, hls implies h264 video, aac audio and 608 or webvtt captions. May I ask why you would do it your way?

[FFmpeg-user] Precedence matters: Non-monotonous DTS in output stream 0:0;

2015-11-21 Thread MrNice
Hello, Precedence matters in the command line. With the 2 commands, note that audio input is before video input ./ffmpeg -debug 1 -xerror -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -channel 1 -video_size 720x576 -pi