[FFmpeg-user] Stream copy of mxf format is weird

2024-01-29 Thread Syehoon Kim
Dear all, Sorry for sending an HTML-only message right before. I am trying to make a stream copy of a mxf file to a new one with custom metadata. But, I found that the new stream copied mxf file suffers from non-monotonous dts problem. What I found is that dts is duplicated every 3 frames. I tried

[FFmpeg-user] Stream copy of mxf format is weird

2024-01-29 Thread Syehoon Kim
Dear all, Sorry for having broken etiquette again...I am resending without the attachment. I am trying to make a stream copy of a mxf file to a new one with custom metadata. But, I found that the new stream copied mxf file suffers from non-monotonous dts problem. What I found is that dts is duplic

Re: [FFmpeg-user] Stream copy of mxf format is weird

2024-01-30 Thread Syehoon Kim
2024년 1월 30일 (화) 오후 6:28, Nicolas Gaullier 님이 작성: > > >De : ffmpeg-user De la part de Syehoon Kim > >(...) > >But, I found that the new stream copied mxf file suffers from non-monotonous > >dts problem. > >What I found is that dts is duplicated every 3 frames

Re: [FFmpeg-user] Stream copy of mxf format is weird

2024-01-30 Thread Syehoon Kim
2024년 1월 30일 (화) 오후 7:53, Nicolas Gaullier 님이 작성: > > >De : ffmpeg-user De la part de Syehoon Kim > > > >I think there is nothing wrong with the original input file. > Can you check with -c copy, I mean exactly ffmpeg -i input.mxf -map v -c > copy -f framecrc - > I

Re: [FFmpeg-user] Stream copy of mxf format is weird

2024-01-30 Thread Syehoon Kim
2024년 1월 30일 (화) 오후 11:24, Nicolas Gaullier 님이 작성: > > >De : ffmpeg-user De la part de Syehoon Kim > > > >Of course I can. Below is the URL from the company(SBS) where I work. > >In case it causes an http 500 error, just refresh it. > >>https://megamail.sbs.co.

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Syehoon Kim
2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 작성: > > Even after waiting like 5 mins, I saw the same status as the output of the > command, so what's the bug that is causing the first pass to not progress > ahead ? > > On Sun, 7 Apr, 2024, 1:16 pm Aditya Dandavate, > wrote: > > > > > ffmpeg -i Map

Re: [FFmpeg-user] Hyper fast gone in Gyan's binaries

2024-04-09 Thread Syehoon Kim
2024년 4월 9일 (화) 오후 6:16, Bouke / edit 'B 님이 작성: > > For my work I try an install of FFmpeg by running it without any params. > > It used to be that the return would include ‘Hyper fast’. > However, the current binaries from Gyan do not include that, but state > ‘Universal media encoder’. > > What

Re: [FFmpeg-user] Streaming a static image fails

2024-05-20 Thread Syehoon Kim
2024년 5월 21일 (화) 오전 1:26, Deon Stoltz 님이 작성: > > I need to stream a static image with information on a network to Tv's. > > ffmpeg does convert the image to a transport stream but VLC refuse to > play it as well the TV's. ffplay does play it but complains about > invalid frame dimensions. I therefo