Re: [FFmpeg-user] Original display aspect ratio is not copied to output

2016-06-08 Thread Carl Eugen Hoyos
Dr. Johannes Zellner zellner.org> writes: > # avconv -threads 2 -i tv-recording.mkv -map 0 -c:v libx264 -preset > medium -tune film -crf 23 -c:a copy output.mkv Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Original display aspect ratio is not copied to output

2016-06-08 Thread Dr. Johannes Zellner
Hi, On my system (debian unstable) it's a symlink to ffmpeg. As far as I understand it's ffmpeg with a bit more restrictive syntax of options. -- Johannes Am 2016-06-08 23:10, schrieb Cley Faye: 2016-06-08 22:48 GMT+02:00 Dr. Johannes Zellner : # avconv -threads 2

[FFmpeg-user] Original display aspect ratio is not copied to output

2016-06-08 Thread Dr. Johannes Zellner
Hi, I'm trying to reduce the size of some TV recordings. What I did is something like # avconv -threads 2 -i tv-recording.mkv -map 0 -c:v libx264 -preset medium -tune film -crf 23 -c:a copy output.mkv Unfortunately the output file is displayed on a Samsung TV by default with the wrong aspect

[FFmpeg-user] Concat related query

2016-06-08 Thread Apoorva Beedu
Hi Team, I am trying to concat a few files using the .txt option. What I intend to do is remove the duplicating of the frames while concatenating. By duplicate frames I mean, I have two videos, video 1 and video 2. the ending of video1 is same as the beginning of video 2. Would you please

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread blubee blubeeme
Here is the script In this script chunk_size and default_chunk_size = 600 seconds so my chunks were 10 minutes, change the chunk size to whatever you like.

Re: [FFmpeg-user] rtmp timestamp creates ugly pixels

2016-06-08 Thread Madovsky
On 6/8/2016 4:53 AM, Madovsky wrote: Hi, I'm trying to convert a file created by actionscript H264 baseline, the result when I play it is clean, without pixels. rather, if I do ffmpeg -i test.f4v -vcodec copy -acodec libfdk_aac -y output.mp4 I get pixels and flickering video. audio is ok.

[FFmpeg-user] rtmp timestamp creates ugly pixels

2016-06-08 Thread Madovsky
Hi, I'm trying to convert a file created by actionscript H264 baseline, the result when I play it is clean, without pixels. rather, if I do ffmpeg -i test.f4v -vcodec copy -acodec libfdk_aac -y output.mp4 I get pixels and flickering video. audio is ok. I tried to force the framerate and

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread Celso Coutinho
Please find my answers below (to both of you) On 8 June 2016 at 11:01, blubee blubeeme wrote: > I wrote a script to do this exact same thing. I will post it to this list > when I get back to my machine. > Thank you :) waiting for it :) > > On Wed, Jun 8, 2016, 16:56

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread blubee blubeeme
I wrote a script to do this exact same thing. I will post it to this list when I get back to my machine. On Wed, Jun 8, 2016, 16:56 Henk D. Schoneveld wrote: > > On 08 Jun 2016, at 10:39, Celso Coutinho <20.ce...@gmail.com> wrote: > > > Dear all, > > > > I want to be able to

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread Henk D. Schoneveld
On 08 Jun 2016, at 10:39, Celso Coutinho <20.ce...@gmail.com> wrote: > Dear all, > > I want to be able to split a file in chunks with the same (previously > defined) size (except the last chunk, of course). I have been trying > several commands but without much success. Out of curiosity, what

[FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread Celso Coutinho
Dear all, I want to be able to split a file in chunks with the same (previously defined) size (except the last chunk, of course). I have been trying several commands but without much success. When I look into the documentation, I understand the *-fs* flag allows me to define the maximum size of