Re: [FFmpeg-user] DTS-HD copy same with or without dca_core

2018-12-04 Thread Carl Eugen Hoyos
2018-12-04 23:24 GMT+01:00, sean darcy : > ffmpeg -i /opt/2T1/video/plex/Movies/Shows/WSS-Dance_t02.mkv -map v -map > 0:1 -bsf:a dca_core -c:a copy -c:v libx265 -crf 26 -preset slower -dn > -sn -nostdin /opt/2T1/video/plex/Movies/Shows/wss-dance-265.mp4 Please run "ffmpeg -i wss-dance-265.mp4" A

[FFmpeg-user] DTS-HD copy same with or without dca_core

2018-12-04 Thread sean darcy
I get the same output if I run command line with or without -bsf:a dca_core: ffmpeg -i /opt/2T1/video/plex/Movies/Shows/WSS-Dance_t02.mkv -map v -map 0:1 -bsf:a dca_core -c:a copy -c:v libx265 -crf 26 -preset slower -dn -sn -nostdin /opt/2T1/video/plex/Movies/Shows/wss-dance-265.mp4 Output st

Re: [FFmpeg-user] Concat with listing all files in command?

2018-12-04 Thread Ben
> Did you tried ffmpeg -i "concat:file1.ts|file2.ts|file3.ts" ? > But remember that concat input only accepts "headless" containers like mpg > or ts, mp4 isn't one of them. I need exactly such a command but for MP4s. According to your comment ffmpeg does not offer such a feature. Since this is b