Re: [FFmpeg-user] fragmented mp4 and playing while converting

2021-05-06 Thread Julien Dotsev
link in > an > earlier email) > > On 5/5/2021 6:29 PM, Julien Dotsev wrote: > > As I mentioned above I want to be able to play it in a HTML tag. > As > > in a video tag it can be only 3 formats. I can't play avi, so that's > why I > > try to convert

Re: [FFmpeg-user] fragmented mp4 and playing while converting

2021-05-05 Thread Julien Dotsev
done in the same way. You convert the stream to a compatible format and then you embed it in the tag, right? Do you have any suggestions? Julian On Thu, May 6, 2021 at 3:05 AM Carl Zwanzig wrote: > On 5/5/2021 5:50 PM, Julien Dotsev wrote: > > ffmpeg -re -i input.avi -movfla

Re: [FFmpeg-user] fragmented mp4 and playing while converting

2021-05-05 Thread Julien Dotsev
:54, Julien Dotsev wrote: > > > Hi, I'm looking for a possibility to play the output file during the > > conversion. I tried with fragmented mp4 and this command: > > ffmpeg -i input.avi -movflags > > +frag_keyframe+separate_moof+omit_tfhd_offset+empty_moov output.mp4

[FFmpeg-user] fragmented mp4 and playing while converting

2021-05-05 Thread Julien Dotsev
Hi, I'm looking for a possibility to play the output file during the conversion. I tried with fragmented mp4 and this command: ffmpeg -i input.avi -movflags +frag_keyframe+separate_moof+omit_tfhd_offset+empty_moov output.mp4 The problem I have is that when I play the output it plays until the mom

[FFmpeg-user] fragmented mp4 and playing while converting

2021-05-01 Thread Julien Dotsev
Hi, I'm looking for a possibility to play the output file during the conversion. I tried with fragmented mp4 and this command: ffmpeg -i input.avi -movflags +frag_keyframe+separate_moof+omit_tfhd_offset+empty_moov output.mp4 The problem I have is that when I play the output it plays until the mome

Re: [FFmpeg-user] convert a video to some format and than bring it back exactly the same

2021-04-29 Thread Julien Dotsev
Thank you Moritz for your reply. Have a nice day too. Julian On Thu, 29 Apr 2021, 11:46 Moritz Barsnick, wrote: > Hi Julien, > > On Thu, Apr 29, 2021 at 04:17:20 +0200, Julien Dotsev wrote: > > I see there is a difference in the file size. The first avi is *1462KB* >

[FFmpeg-user] convert a video to some format and than bring it back exactly the same

2021-04-28 Thread Julien Dotsev
Hi, When i convert a video for example using this command: *ffmpeg -i bird.avi -c:v copy -c:a copy -y bird.mkv* and then convert it back: *ffmpeg -i bird.mkv -c:v copy -c:a copy -y bird.avi* I see there is a difference in the file size. The first avi is *1462KB* and after the reconversion is *1

Re: [FFmpeg-user] Split a video file in two by size and merge itback

2019-10-21 Thread Julien Dotsev
Yes thanks again Moritz. I will do that next time. Julien On Mon, 21 Oct 2019, 10:01 Moritz Barsnick, wrote: > On Sun, Oct 20, 2019 at 23:40:20 +0200, Julien Dotsev wrote: > > Yes, the ts file works exactly as you said. It can be split and every > part > > is readable. But A

Re: [FFmpeg-user] A command for splitting a video file by file size

2019-10-21 Thread Julien Dotsev
Ok. Thank you Moritz. On Mon, 21 Oct 2019, 09:48 Moritz Barsnick, wrote: > On Mon, Oct 21, 2019 at 00:51:24 +0200, Julien Dotsev wrote: > > What is dd? > > dd is a command line tool. (Also available for other OSs than Unix.) > > To take up your example: > > $ dd if=in

Re: [FFmpeg-user] A command for splitting a video file by file size

2019-10-20 Thread Julien Dotsev
What is dd? On Mon, 21 Oct 2019, 00:00 Carl Eugen Hoyos, wrote: > > > > Am 20.10.2019 um 22:58 schrieb Julien Dotsev : > > > > I want to split a file by size but starting from a specific byte or bit. > > For example I have a file of 6mb and I want to take the par

Re: [FFmpeg-user] Split a video file in two by size and merge itback

2019-10-20 Thread Julien Dotsev
На чт, 17.10.2019 г. в 13:26 ч. Julien Dotsev написа: > Hey Moritz, > That's great advice! > I will definitely try it. > > Thank you very much! > Julien > > > On Thu, 17 Oct 2019, 12:14 Moritz Barsnick, wrote: > >> On Thu, Oct 17, 2019 at 03:44:49 +0200,

[FFmpeg-user] Covert to TS and back

2019-10-20 Thread Julien Dotsev
Why when I convert a video file to mpeg-ts and then convert it back to the original one there is a file size increase? Is there a way to avoid that? I want to be able to bring back the original file. Is it possible? Julien ___ ffmpeg-user mailing list ff

[FFmpeg-user] A command for splitting a video file by file size

2019-10-20 Thread Julien Dotsev
Hi, I want to split a file by size but starting from a specific byte or bit. For example I have a file of 6mb and I want to take the part from 4mb to the end. Is it possible to do that? Julien ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://

Re: [FFmpeg-user] Split a video file in two by size and merge itback

2019-10-17 Thread Julien Dotsev
Hey Moritz, That's great advice! I will definitely try it. Thank you very much! Julien On Thu, 17 Oct 2019, 12:14 Moritz Barsnick, wrote: > On Thu, Oct 17, 2019 at 03:44:49 +0200, Julien Dotsev wrote: > > Actually every bit. I want to be able to bring back the original file &g

Re: [FFmpeg-user] Split a video file in two by size and merge itback

2019-10-16 Thread Julien Dotsev
Actually every bit. I want to be able to bring back the original file unchanged up to every bit. But every chunk playable. On Thu, 17 Oct 2019, 03:42 , wrote: > > > > > On Wednesday 16/10/2019 at 6:35 pm, Julien Dotsev wrote: > > Hi, > > But with usplit command the

Re: [FFmpeg-user] Split a video file in two by size and merge it back

2019-10-16 Thread Julien Dotsev
Hi, But with usplit command the chunks won't be playable i think. M'i right? On Thu, 17 Oct 2019, 03:26 , wrote: > > > > > On Wednesday 16/10/2019 at 5:10 pm, Julien Dotsev wrote: > > Hi, > > Is it possible to split a video in two by size and merge it b

Re: [FFmpeg-user] Split a video file in two by size and merge it back

2019-10-16 Thread Julien Dotsev
kind of splitting a video player won't play them. Julien On Thu, 17 Oct 2019, 02:58 Carl Zwanzig, wrote: > On 10/16/2019 5:10 PM, Julien Dotsev wrote: > > Is it possible to split a video in two by size and merge it back to the > > original file? Can that merged file be exa

[FFmpeg-user] Split a video file in two by size and merge it back

2019-10-16 Thread Julien Dotsev
Hi, Is it possible to split a video in two by size and merge it back to the original file? Can that merged file be exactly the same as the original one? Julien ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg