Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-26 Thread Mark Filipak
On 04/25/2020 02:52 PM, DEF wrote: Am Sa., 25. Apr. 2020 um 03:42 Uhr schrieb Mark Fili By trial-&-error I discovered that this: 'mplayer H:\VIDEO_TS\VTS_01_1.IFO -dumpstream -dumpfile TITLE1.VOB' No, please test the following (untested, but I hope you get the idea): $ cd H: $ mplayer -dvd-de

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-26 Thread Mark Filipak
On 04/25/2020 02:52 PM, DEF wrote: Am Sa., 25. Apr. 2020 um 03:42 Uhr schrieb Mark Fili By trial-&-error I discovered that this: 'mplayer H:\VIDEO_TS\VTS_01_1.IFO -dumpstream -dumpfile TITLE1.VOB' No, please test the following (untested, but I hope you get the idea): $ cd H: $ mplayer -dvd-de

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-25 Thread DEF
> Am Sa., 25. Apr. 2020 um 03:42 Uhr schrieb Mark Fili > > > By trial-&-error I discovered that this: > > 'mplayer H:\VIDEO_TS\VTS_01_1.IFO -dumpstream -dumpfile TITLE1.VOB' > > No, please test the following (untested, but I hope you get the idea): > $ cd H: > $ mplayer -dvd-device VIDEO_TS dvd://1

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-25 Thread Carl Eugen Hoyos
Am Sa., 25. Apr. 2020 um 03:42 Uhr schrieb Mark Filipak : > By trial-&-error I discovered that this: > 'mplayer H:\VIDEO_TS\VTS_01_1.IFO -dumpstream -dumpfile TITLE1.VOB' No, please test the following (untested, but I hope you get the idea): $ cd H: $ mplayer -dvd-device VIDEO_TS dvd://1 -dumpstr

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
UPDATED On 04/24/2020 04:04 PM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 17:14 Uhr schrieb Edward Park : It is pretty much abandoned but did you try the dvd2concat perl script in the tools directory? It is supposed to work for this use case, but mplayer -dumpstream was tested much m

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
Sorry. Slight edit error. Below is corrected. On 04/24/2020 04:04 PM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 17:14 Uhr schrieb Edward Park : It is pretty much abandoned but did you try the dvd2concat perl script in the tools directory? It is supposed to work for this use case, but

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 04:04 PM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 17:14 Uhr schrieb Edward Park : It is pretty much abandoned but did you try the dvd2concat perl script in the tools directory? It is supposed to work for this use case, but mplayer -dumpstream was tested much more and i

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Carl Eugen Hoyos
Am Fr., 24. Apr. 2020 um 17:14 Uhr schrieb Edward Park : > It is pretty much abandoned but did you try the dvd2concat perl script in the > tools directory? It is supposed to work for this use case, but mplayer -dumpstream was tested much more and is better suited if you need a file that contains

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Adrian
They answered your question,  It is time to let it go. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscrib

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Edward Park
Hi, It is pretty much abandoned but did you try the dvd2concat perl script in the tools directory? That will output a file to use with the concat demuxer (not the protocol, I think that is only good for files you can literally use cat to concatenate), and it is pretty big, it should show that v

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
PS: Just to make it clear, I don't think the PTS errors when I try to transcode BD movies is a real problem with 'telecine=pattern=5' or 'interlace' or any of the modulo splits. I think it's a memory management problem in ffmpeg that is being exposed by what I'm doing. I know I'm mixing threads

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 09:56 AM, Paul B Mahol wrote: On 4/24/20, Mark Filipak wrote: On 04/24/2020 09:46 AM, Paul B Mahol wrote: On 4/24/20, Mark Filipak wrote: On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : What's going wrong with my remu

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Paul B Mahol
On 4/24/20, Mark Filipak wrote: > On 04/24/2020 09:46 AM, Paul B Mahol wrote: >> On 4/24/20, Mark Filipak wrote: >>> On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : > > What's going wrong with my remux? I believ

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 09:46 AM, Paul B Mahol wrote: On 4/24/20, Mark Filipak wrote: On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : What's going wrong with my remux? I believe that you have already been told that you cannot generally concat

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Paul B Mahol
On 4/24/20, Mark Filipak wrote: > On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: >> Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak >> : >>> >>> What's going wrong with my remux? >> >> I believe that you have already been told that you cannot generally >> concatenate vob files as you did,

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : What's going wrong with my remux? I believe that you have already been told that you cannot generally concatenate vob files as you did, use mplayer -dumpstream. I downloaded mplayer and

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Michael Koch
Mark, Okay. What can be concatenated? That purpose does the 'concat:' filter serve? What an big ignorance? You are using concat protocol. Finally learn something Like I wrote: What can be concatenated? What purpose does the 'concat:' protocol serve? There are three different things:

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 05:42 AM, Paul B Mahol wrote: On 4/24/20, Mark Filipak wrote: On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : What's going wrong with my remux? I believe that you have already been told that you cannot generally concat

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Paul B Mahol
On 4/24/20, Mark Filipak wrote: > On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: >> Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak >> : >>> >>> What's going wrong with my remux? >> >> I believe that you have already been told that you cannot generally >> concatenate vob files as you did,

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
On 04/24/2020 05:01 AM, Carl Eugen Hoyos wrote: Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : What's going wrong with my remux? I believe that you have already been told that you cannot generally concatenate vob files as you did, use mplayer -dumpstream. Carl Eugen Okay. What c

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Carl Eugen Hoyos
Am Fr., 24. Apr. 2020 um 09:17 Uhr schrieb Mark Filipak : > > What's going wrong with my remux? I believe that you have already been told that you cannot generally concatenate vob files as you did, use mplayer -dumpstream. Carl Eugen ___ ffmpeg-user mai

[FFmpeg-user] Can't write packet with unknown timestamp

2020-04-24 Thread Mark Filipak
What's going wrong with my remux? '-dn' tells ffmpeg to ignore data (stream 0, i.e., nav packets) yet I get "Timestamps are unset in a packet for stream 0". Thanks, Mark. ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB|VTS_01_6.VOB" -map 0 -codec:v copy -code

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2019-02-13 Thread Carl Eugen Hoyos
2019-02-13 15:07 GMT+01:00, Brian J. Murrell : > A piece of software I'm using is trying to remux a file and running > into an error: > > $ ffmpeg -f avi -i file:"/tmp/vid.avi" -sn -codec:v:0 copy -flags Unrelated: Generally, you shouldn't force an input format and certainly not for avi. > -globa

Re: [FFmpeg-user] Can't write packet with unknown timestamp

2019-02-13 Thread Moritz Barsnick
On Wed, Feb 13, 2019 at 09:07:35 -0500, Brian J. Murrell wrote: > $ ffmpeg -f avi -i file:"/tmp/vid.avi" -sn -codec:v:0 copy -flags > -global_header -fflags +genpts -vsync -1 -map_metadata -1 -map_chapters -1 > -threads 0 -codec:a:0 ac3 -ac 6 -ab 192000 -y "/tmp/vid.mkv" "-fflags +genpts" is an

[FFmpeg-user] Can't write packet with unknown timestamp

2019-02-13 Thread Brian J. Murrell
A piece of software I'm using is trying to remux a file and running into an error: $ ffmpeg -f avi -i file:"/tmp/vid.avi" -sn -codec:v:0 copy -flags -global_header -fflags +genpts -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 192000 -y "/tmp/vid.mkv" ffmpeg ver