PDA

View Full Version : Anyone Fix This Problem After Record A Video


simon12
09-14-2015, 11:12 PM
Hi Friends

Please, I would like to know why you do not receive time in the video after downloading by format wmv, in a way ffmpeg.
i'm used the format wmv so much and i like it

see the problem of time in the video in this picture
http://im56.gulfup.com/CgMsZC.png

This is the code that is used in loading
ffmpeg -i "http://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/aljazeera_en/ls_satlink/b_828.m3u8" -c copy test01.wmv

the problem in the code or what?
Is there a solution to this problem, I would be grateful to you my friends

slim94
09-15-2015, 05:32 AM
Hi Friends

Please, I would like to know why you do not receive time in the video after downloading by format wmv, in a way ffmpeg.
i'm used the format wmv so much and i like it

see the problem of time in the video in this picture
http://im56.gulfup.com/CgMsZC.png

This is the code that is used in loading
ffmpeg -i "http://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/aljazeera_en/ls_satlink/b_828.m3u8" -c copy test01.wmv

the problem in the code or what?
Is there a solution to this problem, I would be grateful to you my friends

Why wouldn't you output straight to .ts or whatnot? since it's an hls stream, it should be ts or mp4 or something OTHER than wmv.

Just output to .ts and you should be fine.

troller12
09-15-2015, 08:39 AM
Hi,

the original format of the stream is MPEG 4 what you also get if you just use a wmv extension.What you can do is to convert the file after to wmv format (not wmv 3).Just have a look on the net about it if you want to convert your file with FFmpeg.

greetz

simon12
09-15-2015, 03:19 PM
Hi,

the original format of the stream is MPEG 4 what you also get if you just use a wmv extension.What you can do is to convert the file after to wmv format (not wmv 3).Just have a look on the net about it if you want to convert your file with FFmpeg.

greetz


Thank you for this useful information :)

Well, do you there a program or a way to convert m3u8 link stream to rtmp link stream.