Re: [FFmpeg-user] Timestamps are unset

2019-02-24 Thread Tom Worton
I hope what is below is what you are looking for, like I said, I am new to this. Tom Microsoft Windows [Version 10.0.17763.316] (c) 2018 Microsoft Corporation. All rights reserved. F:\Video>ffmpeg.exe -i HOP.mkv -map 0 -vcodec copy -scodec copy -acodec ac3 -b:a 640k HOPAC3.mkv ffmpeg

Re: [FFmpeg-user] How to copy all of 5 audio streams to mp4 file

2019-02-24 Thread Ulf Zibis
Am 24.02.19 um 18:41 schrieb Moritz Barsnick: > On Sun, Feb 24, 2019 at 01:19:20 +0100, Ulf Zibis wrote: >> Would you be capable to create such a patch? I really would appreciate >> this. > Attached. Use at your own risk. I only merged the changes and fixed > obvious merge issues. Hey great, I'm

Re: [FFmpeg-user] Non-English (Chinese) file and filepath names in FFmpeg Command Line

2019-02-24 Thread Carl Eugen Hoyos
2019-01-31 7:05 GMT+01:00, Wayne : > Any way to do this in C#? If you are not interested in using ffmpeg (the command line utility) this is the wrong mailing list: http://ffmpeg.org/contact.html#MailingLists > I have resorted to temporarily renaming those file > names/filepaths to English and

Re: [FFmpeg-user] Why does '-c:v copy' decode video frames?

2019-02-24 Thread Carl Eugen Hoyos
2019-02-22 18:28 GMT+01:00, Yukun Guo : > I still can't understand this. Why does FFmpeg need > MVs? My guess is calculating MVs is just a > byproduct of extracting the metadata. The decoder does not know that it was only called to provide some information about the stream, not the actual

Re: [FFmpeg-user] How to copy all of 5 audio streams to mp4 file

2019-02-24 Thread Carl Eugen Hoyos
2019-02-24 11:21 GMT+01:00, Ulf Zibis : > At the page https://github.com/vigata/vgtmpeg I read: > > > Contributing > > Patches should be submitted to the ffmpeg-devel mailing list using |git > format-patch| or |git send-email|. Github pull requests should be > avoided because they are not

Re: [FFmpeg-user] Timestamps are unset

2019-02-24 Thread Carl Eugen Hoyos
2019-02-24 10:10 GMT+01:00, Tom Worton : > ffmpeg.exe -i myvideofile.mkv -map 0 -vcodec copy -scodec copy > -acodec ac3 -b:a 640k myvideofilewithAC3.mkv Complete, uncut console output missing. If you are just worried about a warning message: You are not the intended recipient (and there is

Re: [FFmpeg-user] Error read format to my program.

2019-02-24 Thread Carl Eugen Hoyos
2019-02-22 17:19 GMT+01:00, ABDALLAH Moussa : > I don't know if it's the good place to ask that but I have a problem with my > program. It's a program to try to save a stream video from an ip camera to a > file. When I try to execute my program this is the error that's returns on > the console :

Re: [FFmpeg-user] Error read format to my program.

2019-02-24 Thread ABDALLAH Moussa
Up > Le 22 févr. 2019 à 17:19, ABDALLAH Moussa a > écrit : > > Hello, > > I don't know if it's the good place to ask that but I have a problem with my > program. It's a program to try to save a stream video from an ip camera to a > file. When I try to execute my program this is the error

Re: [FFmpeg-user] How to copy all of 5 audio streams to mp4 file

2019-02-24 Thread Ulf Zibis
Am 23.02.19 um 22:05 schrieb Moritz Barsnick: > On Fri, Feb 22, 2019 at 10:22:05 -0800, Hans Carlson wrote: >> You might want to take a look at vgtmpeg: >>http://godromo.com/gmt/vgtmpeg > Interesting stuff. The author should have at least tried to contribute > his changes to ffmpeg though.

[FFmpeg-user] Timestamps are unset

2019-02-24 Thread Tom Worton
I hope that I am doing this right, the format of sending emails is a little different then posting on other forums that I have reached out to in the past. I have been using ffmpeg for only a short period of time and while it has worked great, I am running into an issue and need a little