Re: [FFmpeg-user] Lost audio stream

2017-06-14 Thread Tung Tran
Hi Reuben
Thanks for your answer, so you think the reason ffmpeg lost the audio input
was the server performance?


---
Best regards,

*Tung Tran*

*UNO IPTV*

*V247 Enterprise Corp*Phone: 713.358.2257
 Bellaire Blvd., Ste. * | *Houston, TX 77036
*tung.t...@v247.com | www.V247.com <http://www.v247.com/>*


On Tue, Jun 13, 2017 at 6:59 PM, Reuben Martin <reube...@gmail.com> wrote:

> On Tuesday, June 13, 2017 10:43:47 AM CDT Tung Tran wrote:
> > [decklink @ 0x3d28d80] Decklink input buffer overrun!
>
> Your encoder(s) is not keeping up. You will notice that in the stderr
> output
> that they are reporting approx 17fps. You input is 29.97. So your input
> buffer
> is filling up till it overflows.
>
> -Reuben
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Lost audio stream

2017-06-13 Thread Tung Tran
23.0 q=1.6 size=8105kB time=00:00:17.55
bitrate=3782.9kbits/s dup=1 drop=0 speed=0.613x
[decklink @ 0x3d28d80] Decklink input buffer overrun!

Last message repeated 19 times
frame=  537 fps= 18 q=23.0 q=1.6 size=8256kB time=00:00:17.88
bitrate=3781.3kbits/s dup=1 drop=0 speed=0.614x
[decklink @ 0x3d28d80] Decklink input buffer overrun!

Last message repeated 19 times
frame=  547 fps= 18 q=23.0 q=1.6 size=8469kB time=00:00:18.21
bitrate=3808.0kbits/s dup=1 drop=0 speed=0.615x
[decklink @ 0x3d28d80] Decklink input buffer overrun!

Last message repeated 21 times
frame=  557 fps= 18 q=23.0 q=1.6 size=8617kB time=00:00:18.55
bitrate=3805.0kbits/s dup=1 drop=0 speed=0.615x
[decklink @ 0x3d28d80] Decklink input buffer overrun!

Last message repeated 19 times
frame=  567 fps= 18 q=23.0 q=1.6 size=8768kB time=00:00:18.88
bitrate=3802.9kbits/s dup=1 drop=0 speed=0.616x
[decklink @ 0x3d28d80] Decklink input buffer overrun!

Last message repeated 19 times
...


---
Best regards,

*Tung Tran*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] DeckLink@ cannot enable video input

2017-04-27 Thread Tung Tran
Thank you for your pointing out my missing Mr.Marton
Its working now.

Best regards,


---
Best regards,

*Tung Tran*



On Thu, Apr 27, 2017 at 4:03 PM, Marton Balint <c...@passwd.hu> wrote:

>
> On Thu, 27 Apr 2017, Tung Tran wrote:
>
> Dear All
>>
>> I am running into an issue if ffmpeg cannout enable video input on
>> decklink
>> card,
>>
>> Here is the console output
>>
>> [root@localhost ffmpeg]# ffmpeg -f decklink -i 'DeckLink SDI' -vf
>> scale=1280:720 -vcodec libx264 -pix_fmt yuv420p -tune zerolatency -preset
>> ultrafast -f mpegts udp://236.0.0.1:2000
>>
>
> You seem to be missing the -format_code option to select the input format.
>
> Check the examples in the docs:
>
> https://www.ffmpeg.org/ffmpeg-devices.html#Examples-1
>
> [decklink @ 0x46fd3c0] Supported formats for 'DeckLink SDI':
>>format_code description
>>ntsc720x486 at 3/1001 fps (interlaced, lower field
>> first)
>>nt23720x486 at 24000/1001 fps
>>pal 720x576 at 25000/1000 fps (interlaced, upper field
>> first)
>>23ps1920x1080 at 24000/1001 fps
>>24ps1920x1080 at 24000/1000 fps
>>Hp251920x1080 at 25000/1000 fps
>>Hp291920x1080 at 3/1001 fps
>>Hp301920x1080 at 3/1000 fps
>>Hi501920x1080 at 25000/1000 fps (interlaced, upper
>> field first)
>>Hi591920x1080 at 3/1001 fps (interlaced, upper
>> field first)
>>Hi601920x1080 at 3/1000 fps (interlaced, upper
>> field first)
>>hp501280x720 at 5/1000 fps
>>hp591280x720 at 6/1001 fps
>>hp601280x720 at 6/1000 fps
>> DeckLink SDI: Immediate exit requested
>>
>
> Format codes are right there.
>
> Regards,
> Marton
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] DeckLink@ cannot enable video input

2017-04-27 Thread Tung Tran
Dear All

I am running into an issue if ffmpeg cannout enable video input on decklink
card,

Here is the console output

[root@localhost ffmpeg]# ffmpeg -f decklink -i 'DeckLink SDI' -vf
scale=1280:720 -vcodec libx264 -pix_fmt yuv420p -tune zerolatency -preset
ultrafast -f mpegts udp://236.0.0.1:2000
ffmpeg version N-85600-g9ef21a8 Copyright (c) 2000-2017 the FFmpeg
developers
  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-11)
  configuration: --prefix=/opt/ffmpeg
--extra-cflags='-I$/opt/ffmpeg/include' --extra-ldflags='-L/opt/ffmpeg/lib
-ldl' --bindir=/opt/ffmpeg/bin --pkg-config-flags=--static --enable-gpl
--enable-nonfree --enable-libfdk_aac --enable-libfreetype
--enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-libx265 --enable-decklink
--extra-cflags=-I/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
--extra-ldflags=-L/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
  libavutil  55. 61.100 / 55. 61.100
  libavcodec 57. 93.100 / 57. 93.100
  libavformat57. 72.101 / 57. 72.101
  libavdevice57.  7.100 / 57.  7.100
  libavfilter 6. 85.100 /  6. 85.100
  libswscale  4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc54.  6.100 / 54.  6.100
[decklink @ 0x3e2d5a0] Cannot enable video input
DeckLink SDI: Input/output error
[root@localhost ffmpeg]#


[root@localhost ffmpeg]# ffmpeg -f decklink -list_devices 1 -i dummy
ffmpeg version N-85600-g9ef21a8 Copyright (c) 2000-2017 the FFmpeg
developers
  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-11)
  configuration: --prefix=/opt/ffmpeg
--extra-cflags='-I$/opt/ffmpeg/include' --extra-ldflags='-L/opt/ffmpeg/lib
-ldl' --bindir=/opt/ffmpeg/bin --pkg-config-flags=--static --enable-gpl
--enable-nonfree --enable-libfdk_aac --enable-libfreetype
--enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-libx265 --enable-decklink
--extra-cflags=-I/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
--extra-ldflags=-L/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
  libavutil  55. 61.100 / 55. 61.100
  libavcodec 57. 93.100 / 57. 93.100
  libavformat57. 72.101 / 57. 72.101
  libavdevice57.  7.100 / 57.  7.100
  libavfilter 6. 85.100 /  6. 85.100
  libswscale  4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc54.  6.100 / 54.  6.100
[decklink @ 0x2bb83c0] Blackmagic DeckLink devices:
[decklink @ 0x2bb83c0]  'DeckLink SDI'
dummy: Immediate exit requested


[root@localhost ffmpeg]# ffmpeg -f decklink -list_formats 1 -i 'DeckLink
SDI'
ffmpeg version N-85600-g9ef21a8 Copyright (c) 2000-2017 the FFmpeg
developers
  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-11)
  configuration: --prefix=/opt/ffmpeg
--extra-cflags='-I$/opt/ffmpeg/include' --extra-ldflags='-L/opt/ffmpeg/lib
-ldl' --bindir=/opt/ffmpeg/bin --pkg-config-flags=--static --enable-gpl
--enable-nonfree --enable-libfdk_aac --enable-libfreetype
--enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-libx265 --enable-decklink
--extra-cflags=-I/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
--extra-ldflags=-L/root/ffmpeg_source/Blackmagic_DeckLink_SDK_10.8.6/Linux/include
  libavutil  55. 61.100 / 55. 61.100
  libavcodec 57. 93.100 / 57. 93.100
  libavformat57. 72.101 / 57. 72.101
  libavdevice57.  7.100 / 57.  7.100
  libavfilter 6. 85.100 /  6. 85.100
  libswscale  4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc54.  6.100 / 54.  6.100
[decklink @ 0x46fd3c0] Supported formats for 'DeckLink SDI':
format_code description
ntsc720x486 at 3/1001 fps (interlaced, lower field
first)
nt23720x486 at 24000/1001 fps
pal 720x576 at 25000/1000 fps (interlaced, upper field
first)
23ps1920x1080 at 24000/1001 fps
24ps1920x1080 at 24000/1000 fps
Hp251920x1080 at 25000/1000 fps
Hp291920x1080 at 3/1001 fps
Hp301920x1080 at 3/1000 fps
Hi501920x1080 at 25000/1000 fps (interlaced, upper
field first)
Hi591920x1080 at 3/1001 fps (interlaced, upper
field first)
Hi601920x1080 at 3/1000 fps (interlaced, upper
field first)
hp501280x720 at 5/1000 fps
hp591280x720 at 6/1001 fps
hp601280x720 at 6/1000 fps
DeckLink SDI: Immediate exit requested

[root@localhost ffmpeg]# BlackmagicFirmwareUpdater status
0:  /dev/blackmagic/dv0 [DeckLink SDI]  0x31OK


Any recommend is highly appreciated.


---
Best regards,

*Tung Tran*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman

[FFmpeg-user] How to increase buffer for rtmp input

2017-03-10 Thread Tung Tran
Dear all

I have a lot of below alert that I guest there is not enough buffers of the
incoming RTMP streams,



  *  Last message repeated 4 times*
*frame=107366 fps= 30 q=-0.0 size=N/A time=00:59:42.44 bitrate=N/A
dup[decklink @ 0x4488d80] There's no buffered audio. Audio will misbehave!*
*Last message repeated 4 times*
*frame=107381 fps= 30 q=-0.0 size=N/A time=00:59:42.94 bitrate=N/A
dup[decklink @ 0x4488d80] There's no buffered audio. Audio will misbehave!*
*Last message repeated 4 times*
*frame=107396 fps= 30 q=-0.0 size=N/A time=00:59:43.44 bitrate=N/A
dup[decklink @ 0x4488d80] There's no buffered audio. Audio will misbehave!*


so I would like to as if we can increase the input buffer for RTMP input.?
My command:

/root/bin/ffmpeg -vsync 1 -i "rtmp://something" -vf 'setpts=PTS+1' -af
loudnorm='I=-24:LRA=11:tp=-2:linear=true' -ar 48000 -f decklink -pix_fmt
uyvy422  "DeckLink SDI (1)" > $log_file 2>&1 &

Thank you


---
Best regards,

*Tung Tran*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Video and Audio is off-sync on Decklink SDI output

2017-03-02 Thread Tung Tran
Dear Carl

Sorry for late response as I dont know why somehow google email filtered
your previous emails.

The reason I used vf setpts filter is, if not, the image on SDI outout will
lag alot.
I played around and found out if I use vf setpts then I can fix lagging
issue but its lipsync.

Here is the log

*Before apply vf filter*

[flv @ 0x38d33c0] audio stream discovered after head already parsed
[flv @ 0x38d33c0] video stream discovered after head already parsed
[h264 @ 0x38f4660] Increasing reorder buffer to 2
Input #0, flv, from 'rtmp://something':
  Duration: N/A, start: 26639.381000, bitrate: N/A
Stream #0:0: Audio: aac (LC), 48000 Hz, stereo, fltp
Stream #0:1: Video: h264 (High), yuv420p(tv, bt709, progressive),
1920x1080 [SAR 1:1 DAR 16:9], 30.30 fps, 29.97 tbr, 1k tbn, 59.94 tbc
[decklink @ 0x38f5a00] Found Decklink mode 1920 x 1080 with rate 29.97
Output #0, decklink, to 'DeckLink SDI (1)':
  Metadata:
encoder : Lavf57.66.102
Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 1920x1080
[SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn, 29.97 tbc
Metadata:
  encoder : Lavc57.80.101 rawvideo
Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Metadata:
  encoder : Lavc57.80.101 pcm_s16le
Stream mapping:
  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))
  Stream #0:0 -> #0:1 (aac (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
[decklink @ 0x38f5a00] Timestamps are unset in a packet for stream 0. This
is deprecated and will stop working in the future. Fix your code to set the
timestamps properly
[decklink @ 0x38f5a00] Encoder did not produce proper pts, making some up.
frame=  156 fps= 38 q=-0.0 size=N/A time=00:00:05.20 bitrate=N/A dup=35
drop=0 speed=1.33x
frame=  291 fps= 36 q=-0.0 size=N/A time=00:00:09.70 bitrate=N/A dup=35
drop=0 speed=1.19x
frame=  414 fps= 34 q=-0.0 size=N/A time=00:00:13.81 bitrate=N/A dup=35
drop=0 speed= 1.1x

*After apply vf setpts filter*


 encoder : Lavc57.80.101 pcm_s16le
Stream mapping:
  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))
  Stream #0:0 -> #0:1 (aac (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
[decklink @ 0x42bd1e0] Timestamps are unset in a packet for stream 0. This
is deprecated and will stop working in the future. Fix your code to set the
timestamps properly
[decklink @ 0x42bd1e0] Encoder did not produce proper pts, making some up.
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=3.41x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=2.97x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=2.67x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=2.44x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=2.27x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.68x
Last message repeated 1 times
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.66x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.64x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.62x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed= 1.6x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.58x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.57x
Last message repeated 1 times
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.55x
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.54x
Last message repeated 2 times
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.43x
Last message repeated 1 times
[decklink @ 0x42bd1e0] There's no buffered audio. Audio will misbehave!2
drop=0 speed=1.42x


---
Best regards,

*Tung Tran*




On Wed, Mar 1, 2017 at 2:53 AM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote:

> 2017-02-28 23:32 GMT+01:00 Matthias, Thomas <thomas.matth...@dolby.com>:
> > If filters is the wrong solution for setting points for Decklink SDI
> > output, what would be the correct way to do so?
>
> What are "points" / what happens if you don't use the setpts filters?
>
> Please do not top-post here, Carl Eugen
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org

[FFmpeg-user] Video and Audio is off-sync on Decklink SDI output

2017-02-22 Thread Tung Tran
Dear all

I am testing to setup a decoder with ffmpeg, take live stream in
(RTMP/HLS,.) and output to Decklink SDI.
Its working but I have the issue of audio and video is off-sync on decklink
SDI output, I tried to play around with vf setpts and af asetpts but
couldnt make video/audio to sync.

Any input will be very appreciated.
Here is my command so far

* ffmpeg -i rtmp://something  -vf "setpts=PTS-STARTPTS" -af
"asetpts=PTS-STARTPTS" -f decklink -pix_fmt uyvy422  "DeckLink SDI" *

Video and audio of input rtmp is synced on VLC or other software.
---
Best regards,

*Tung Tran*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Intermittent error when segment files from concat

2017-01-16 Thread Tung Tran
Hi Mortiz
Thanks for your reply but that is not the issue, I got same issue with or
without encryption option.
When it worked, it also showed that message.


---
Best regards,

*Tung Tran*

*UNO IPTV*

*V247 Enterprise Corp*Phone: 713.358.2257
 Bellaire Blvd., Ste. * | *Houston, TX 77036
*tung.t...@v247.com | www.V247.com <http://www.v247.com/>*


On Mon, Jan 16, 2017 at 3:15 PM, Moritz Barsnick <barsn...@gmx.net> wrote:

> On Mon, Jan 16, 2017 at 14:52:09 -0600, Tung Tran wrote:
> > *Could not write header for output file #0 (incorrect codec parameters
> ?):
> > Invalid argumentStream mapping:*
> >
> > but sometime it worked just fine, same command,
> > Please give me some hits how to make it more stable.
>
> You need to read all the messages:
>
> > *[hls muxer @ 0x53f7800] no key URI specified in key info file*
>
> That's an error you need to fix, I guess.
>
> Moritz
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Intermittent error when segment files from concat

2017-01-16 Thread Tung Tran
Hello

I am trying to concat the segments files from previous transcoding (using
-ss option) and fragment it for hls, but sometime I got this error

*Could not write header for output file #0 (incorrect codec parameters ?):
Invalid argumentStream mapping:*

but sometime it worked just fine, same command,
Please give me some hits how to make it more stable.

Thank you very much


Below is my command

/opt/ffmpeg/ffmpeg -i
 
'concat:/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part0.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part1.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part2.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part3.3696.kbps.ts'
-c copy -hls_time 5 -hls_key_info_file
/farm/files/key/587d0488bb4262d21c8b4577.keyinfo -hls_playlist_type vod
-hls_segment_filename
'/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_3696kbps_%d.ts'
'/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_3696kbps.m3u8'


Log:


*ffmpeg stderr: ffmpeg version 3.2.2-static
http://johnvansickle.com/ffmpeg/ <http://johnvansickle.com/ffmpeg/>
 Copyright (c) 2000-2016 the FFmpeg developers*
*  built with gcc 5.4.1 (Debian 5.4.1-4) 20161202*
*  configuration: --enable-gpl --enable-version3 --enable-static
--disable-debug --disable-ffplay --disable-indev=sndio
--disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r
--enable-gnutls --enable-gray --enable-libass --enable-libfreetype
--enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus
--enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora
--enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265
--enable-libxvid --enable-libzimg*
*  libavutil  55. 34.100 / 55. 34.100*
*  libavcodec 57. 64.101 / 57. 64.101*
*  libavformat57. 56.100 / 57. 56.100*
*  libavdevice57.  1.100 / 57.  1.100*
*  libavfilter 6. 65.100 /  6. 65.100*
*  libswscale  4.  2.100 /  4.  2.100*
*  libswresample   2.  3.100 /  2.  3.100*
*  libpostproc54.  1.100 / 54.  1.100*
*Input #0, mpegts, from
'concat:/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part0.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part1.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part2.3696.kbps.ts|/farm/files/out/587d0488bb4262d21c8b4577/587d0488bb4262d21c8b4577_part3.3696.kbps.ts':*
*  Duration: 00:00:44.06, start: 1.424067, bitrate: 86635 kb/s*
*  Program 1 *
*Metadata:*
*  service_name: Service01*
*  service_provider: FFmpeg*
*Stream #0:0[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B),
yuv420p(progressive), 1920x1080, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc*
*Stream #0:1[0x101](eng): Audio: aac (LC) ([15][0][0][0] / 0x000F),
48000 Hz, stereo, fltp, 234 kb/s*
*[hls muxer @ 0x53f7800] no key URI specified in key info file*
*Could not write header for output file #0 (incorrect codec parameters ?):
Invalid argumentStream mapping:*

---
Best regards,

*Tung Tran*

*UNO IPTV*

*V247 Enterprise Corp*Phone: 713.358.2257
 Bellaire Blvd., Ste. * | *Houston, TX 77036
*tung.t...@v247.com | www.V247.com <http://www.v247.com/>*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Create subtitle playlist

2016-10-18 Thread Tung Tran
Dear Tom Evans

Thank you very much for your guide, It saves ton of my time.


---
Best regards,

*Tung Tran*

*UNO IPTV*

*V247 Enterprise Corp*Phone: 713.358.2257
 Bellaire Blvd., Ste. * | *Houston, TX 77036
*tung.t...@v247.com | www.V247.com <http://www.v247.com/>*


On Tue, Oct 18, 2016 at 9:03 AM, Tom Evans <tevans...@googlemail.com> wrote:

> On Mon, Oct 17, 2016 at 5:50 PM, Tung Tran <tung.t...@v247.com> wrote:
> > Dear all
> >
> > Could you please point me the command to create .m3u8 playlist for
> > subtitles on  HLS streaming (VoD) application. I have the .srt file but
> > dont know how to make .m3u8 playlist from it.
> >
> > Thank you
> >
>
> Simply add the srt file as an input and convert to webvtt:
>
> Eg:
>
> > $ ffmpeg \
> > -i bones_s09e07.mp4 \
> > -i bones_s09e07.srt \
> > -c copy -c:s webvtt \
> > -start_number 0 -hls_time 10 -hls_list_size 0 \
> > -f hls \
> > out/index.m3u8
>
> Cheers
>
> Tom
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Create subtitle playlist

2016-10-17 Thread Tung Tran
Dear all

Could you please point me the command to create .m3u8 playlist for
subtitles on  HLS streaming (VoD) application. I have the .srt file but
dont know how to make .m3u8 playlist from it.

Thank you

---
Best regards,

*Tung Tran*

*UNO IPTV*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] How to add subtitle to HLS segments

2016-10-15 Thread Tung Tran
Dear all

Could you please point me the command to create .m3u8 playlist for
subtitles using for HLS streaming (VoD). I have the .srt file but dont know
how to make .m3u8 playlist from it.

Thank you

---
Best regards,

*Tung Tran*

*UNO IPTV*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".