[FFmpeg-user] -map switch doesnt work

2019-03-13 Thread Loadlinx
I cant seem to map video/audio for some reason from my stream. Without -map switch the process works but I have no audio. Is there any way to fix this? I tried different options with no luck.

Re: [FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Loadlinx
On Mon, Sep 8, 2014 at 4:37 PM, Soner CAN wrote: > 2014-09-08 23:24 GMT+03:00 Loadlinx : > >> On Mon, Sep 8, 2014 at 4:22 PM, Soner CAN wrote: >> > Hi, >> > >> > I can get a specific channel stream using this command: >> > >> > szap -H -r

Re: [FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Loadlinx
On Mon, Sep 8, 2014 at 4:22 PM, Soner CAN wrote: > Hi, > > I can get a specific channel stream using this command: > > szap -H -r "CHANNEL 1" | ffmpeg -y -i /dev/dvb/adapter0/dvr0 -c copy -f > mpegts udp://10.10.201.14:2345 > > But I need to get ALL channels on a given transponder and after transc

Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-14 Thread Loadlinx
On Thu, Aug 14, 2014 at 12:27 PM, Carl Eugen Hoyos wrote: > Loadlinx gmail.com> writes: > >> picture and sound breaks badly. > >> /root/bin/ffmpeg -y -re -f concat -i /home/ftp/kids/kids.txt > > Unrelated: Please note that it is _very_ much unadvisable to > run

[FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-13 Thread Loadlinx
I followed concat instructions and managed to get the stream going. Its runs fine but then about some time it becomes unwatchable, picture and sound breaks badly. I use this command: /root/bin/ffmpeg -y -re -f concat -i /home/ftp/kids/kids.txt -vcodec copy -preset superfast -acodec copy -dts_delt