Re: [FFmpeg-user] Programmatically combining audio and video streams

2018-05-10 Thread Lou Logan
On Thu, May 10, 2018, at 1:04 PM, Philip Prindeville wrote: > Hi. > > I have a code base that currently expects audio and video to be in the > same AVFormatContext, and this works great for sources (typically > network connections) that contain both audio and video multiplexed > together, such

Re: [FFmpeg-user] ERROR: x265 not found using pkg-config

2018-05-10 Thread Lou Logan
On Wed, May 9, 2018, at 11:13 AM, Marcus Monroe wrote: > Marcus Monroe has shared a OneDrive for Business file with you. To view > it, click the link below. > > > >

[FFmpeg-user] ERROR: x265 not found using pkg-config

2018-05-10 Thread Marcus Monroe
Marcus Monroe has shared a OneDrive for Business file with you. To view it, click the link below.

[FFmpeg-user] Turn off edit lists for dash muxer output

2018-05-10 Thread Bryan Huh
I've found that when producing dash, fragmented MP4 output, if the moov atom (init segment) has an edit list in it, browsers are not good about honoring it during playback. Ideally I can output the dash segments without writing an edit list. I was hoping I can use the -use_editlist argument and

Re: [FFmpeg-user] VOB files convertion failed

2018-05-10 Thread Jamenson Ferreira Espindula de Almeida Melo
2018-05-09 16:00 GMT-03:00 Micael Silva : > On Wed, May 9, 2018 at 2:53 AM, Jamenson Ferreira Espindula de Almeida Melo > wrote: > >> > Concating VOB files usually goes wrong caused by timecode discontinuities >> > by the file splitting, I think. You could

Re: [FFmpeg-user] easy question

2018-05-10 Thread Good Developer
Thanks for reply Denis. I tried it with -re option already. I get even worse distortion. > On May 10, 2018, at 5:11 PM, Dennis Mungai wrote: > > Retry with the rstream option: > > ffmpeg -re -i rtsp://admin:admin@192.168.1.234/ch0_0.h264 -an -c:v copy -f > segment

Re: [FFmpeg-user] easy question

2018-05-10 Thread Dennis Mungai
Retry with the rstream option: ffmpeg -re -i rtsp://admin:admin@192.168.1.234/ch0_0.h264 -an -c:v copy -f segment -segment_time 60 -segment_wrap 10 -reset_timestamps 1 result%d.mp4 On 11 May 2018 at 00:00, Good Developer wrote: > I hope it is an easy question

[FFmpeg-user] easy question

2018-05-10 Thread Good Developer
I hope it is an easy question for someone who came across this issue. I am recording a video from an ip camera. The video stream comes in h264 format and there is no audio stream. In order to save cpu, I am not decoding and then re encoding it back to h264, I just copy it. The problem is that a

[FFmpeg-user] Programmatically combining audio and video streams

2018-05-10 Thread Philip Prindeville
Hi. I have a code base that currently expects audio and video to be in the same AVFormatContext, and this works great for sources (typically network connections) that contain both audio and video multiplexed together, such as in MP4 or AVI container. I’m trying to get the same code to work

Re: [FFmpeg-user] C210 uncompressed video: horizontal offset

2018-05-10 Thread Carl Eugen Hoyos
2018-05-08 14:06 GMT+02:00, Peter B. : > On 08/05/18 00:31, Carl Eugen Hoyos wrote: >> 2018-05-07 23:39 GMT+02:00, Peter B. : >> >>> http://download.das-werkstatt.com/pb/contribs/files/c210.avi.7z >> This file was written using libavformat which does

[FFmpeg-user] Get a duration of HLS Live stream using FFmpeg

2018-05-10 Thread m.kamalasubha m.kamalasubha
Hello all, How to get a duration of the HLS Live stream which doesn't have #EXT-X-ENDLIST token using FFmpeg? Thanks in advance... ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit

Re: [FFmpeg-user] Not able to open URL using avformat_open_input

2018-05-10 Thread m.kamalasubha m.kamalasubha
Thanks 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".