Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-14 Thread JD
On Tue, Apr 13, 2021 at 11:47 AM Paul B Mahol wrote: > Please try setts bitstream filter. > > It is specifically designed for such videos. > > Actually I tested setts bitstream filter with broken youtube files. > I received some followup from the youtube-dl github: @mechalincoln: Could you revi

Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-13 Thread JD
On Tue, Apr 13, 2021 at 11:47 AM Paul B Mahol wrote: > Please try setts bitstream filter. > > It is specifically designed for such videos. > > Actually I tested setts bitstream filter with broken youtube files. > Understood. I will relay this to youtube-dl's github.

Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-12 Thread JD
Noted. >While there, please find out what top-posting means and avoid it here. Here is the output: Y:\youtube-dl>ffmpeg -y -loglevel "repeat+info" -i "file:deltron - Videos\LIGHTSKINJOHN - only - MakTbhIZ5zo.f302.webm" -i "file:deltron - Videos\LIGHTSKINJOHN - only - MakTbhIZ5zo.f251.webm" -c co

Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-12 Thread JD
I will request the specific ffmpeg command that youtube-dl is using that appears to fail. Thank you. On Mon, Apr 12, 2021 at 4:13 PM Carl Eugen Hoyos wrote: > Am Mo., 12. Apr. 2021 um 19:42 Uhr schrieb JD : > > > ffmpeg version 4.2.4-1ubuntu0.1 Copyright > > I don't se

[FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-12 Thread JD
Hello. I use youtube-dl (https://github.com/ytdl-org/youtube-dl), an open source application that utilizes ffmpeg to merge the audio and video streams that it downloads. There apparently is an issue where ffmpeg will error out on trying to join VP9 HFR video in 720p and 1080p to Opus audio. The p

[FFmpeg-user] How to view a YT vid that is split into right and left views into a single view

2020-05-20 Thread JD
Would appreciate some working suggestions See https://www.youtube.com/watch?v=unzkYhrW-WE ___ 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...@f

[FFmpeg-user] ffmpeg output messages

2020-05-17 Thread JD
Hi all, (using ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers). what does it mean when ffmpeg (during transcode) belches out: bitrate=1366.8kbits/s dup=0 drop=133 speed=0.404x So, if there were 0 duplicates, why drop 133 frames? And what does the message mean? Should I specif

[FFmpeg-user] youtube formats not recognized by latest ffmpeg

2019-11-10 Thread JD
Dear all, there are new formats on youtube that latest firefox cannot play, neither can latest mplayer nor latest ffplay. Example of these formats, as seen when one invokes youtube-dl -F (such as https://www.youtube.com/watch?v=pD5oUCVFmv0): 225 mp41280x534 720p 4534k , avc1.

Re: [FFmpeg-user] [offtopic] expansion of video content

2019-09-25 Thread JD
On 9/25/19 8:54 AM, Ted Park wrote: You must understand that the ISO9660 file system is an *additional* abstraction on the DVD. A real DVD video player does not know how to read a file system, but rather uses other raw information to access its tracks (or whatever you want to call them) correctl

Re: [FFmpeg-user] [offtopic] expansion of video content

2019-09-24 Thread JD
On 9/24/19 8:14 AM, Ted Park wrote: At anyrate, I use dd to copy the dvd to HD. On HD, the size of the iso file (after copying SOME dvd's) is in excess of 20GB. such as 22GB+, 26GB+...etc Could someone explain why this is? I thought dvd's have capacities of 4.7GB, 8.9GB for double density. I a

Re: [FFmpeg-user] [offtopic] expansion of video content

2019-09-24 Thread JD
Here is the info: # isoinfo -d dev=/dev/sr0 CD-ROM is in ISO 9660 format System id: Volume id: ARV_NT5.1_DES Volume set id: UNDEFINED Publisher id: Data preparer id: Application id: Copyright File id: Abstract File id: Bibliographic File id: Volume set size is: 1 Volume set sequence number is: 1 Lo

[FFmpeg-user] [offtopic] expansion of video content

2019-09-18 Thread JD
I am at a loos what newsgroup to ask this of, as google provided no relevant answers about this problem. I always back up my dvd's to HD in case they get damaged, as I do loan them to friends sometimes. At anyrate, I use dd to copy the dvd to HD. On HD, the size of the iso file (after copying SO

[FFmpeg-user] Playback of mp4 file created by concatenating 9 mp4 files

2019-09-13 Thread JD
The resulting movie will not play. To wit: $ ffplay Cremation_History.mp4 ffplay version 3.4.6 Copyright (c) 2003-2019 the FFmpeg developers   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-36)   configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/do

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
ling 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x7f87a80a5a40] nal_unit_type: 1, nal_ref_idc: 2 0B f=0/0 [h264 @ 0x7f87a80a5a40] concealing 7825 DC, 7825 AC, 7825 MV errors in P frame [h264 @ 0x7f87a842b2c0] nal_unit_type: 1, nal_ref_idc: 2 0B f=0/0 [h264 @ 0x7f87a842b2c0] concealing 8

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
OK. I attach the full output of mplayer -msglevel all=9 BulletProof_Monk.mp4 2>&1 | lz4c -9 > /tmp/err.lz4 On 04/06/2019 10:14 AM, Kieran O Leary wrote: On Sat, 6 Apr 2019, 17:12 JD, wrote: Hi, I downloaded from YT a video with the youtube-dl command as follows: youtube-dl

[FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
Hi, I downloaded from YT a video with the youtube-dl command as follows: youtube-dl -f 227 -o BulletProof_Monk.mp4 https://www.youtube.com/watch?v=n-XfagAzwHM after the movie downloaded I tried to play it. ffplay BulletProof_Monk.mp4 yields no audio, and video is all pixellated. mplayer tot

Re: [FFmpeg-user] Question about merging audio and soundless video files

2019-03-05 Thread JD
OK. Will do so as soon as I encounter the problem. On 03/05/2019 02:05 PM, Lou Logan wrote: On Tue, Mar 5, 2019, at 6:59 AM, JD wrote: The audio file is recorded at bitrate 320k. But after combining the audio and the video, and running ffprobe, it shows that the audio bitrate is 128k. So, why

[FFmpeg-user] Question about merging audio and soundless video files

2019-03-05 Thread JD
The audio file is recorded at bitrate 320k. But after combining the audio and the video, and running ffprobe, it shows that the audio bitrate is 128k. So, why would ffmpeg downgrade the audio bitrate? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org h

[FFmpeg-user] Separating multiple videos into separate iso files

2019-03-02 Thread JD
Hi, Have a DVD that has several video entries that can be selected from the built-in playlist menu. I would like to separate each selection into a separate iso file. How would I proceed with this? If this is the wrong list to ask this question, would appreciate a hint of what mailing list would

[FFmpeg-user] Video tilted at 45 degree angle

2019-02-08 Thread JD
How can one use ffmpeg to tilt it back upright. See https://www.youtube.com/watch?v=_HLwsKjtOKo ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-req

Re: [FFmpeg-user] Changing video speed

2019-01-21 Thread JD
On 01/21/2019 06:42 AM, Moritz Barsnick wrote: On Sat, Jan 19, 2019 at 14:55:55 -0700, JD wrote: I have a video that was sped up and now the voice is like that of cats in cartoons. How can I at least lower the pitch back to normal? Since the whole video was sped up, I would rather slow down

Re: [FFmpeg-user] Changing video speed

2019-01-19 Thread JD
On 01/19/2019 03:27 PM, Carl Eugen Hoyos wrote: 2019-01-19 22:55 GMT+01:00, JD : I have a video that was sped up and now the voice is like that of cats in cartoons. How can I at least lower the pitch back to normal? Since the whole video was sped up, I would rather slow down the whole video

[FFmpeg-user] Changing video speed

2019-01-19 Thread JD
I have a video that was sped up and now the voice is like that of cats in cartoons. How can I at least lower the pitch back to normal? Since the whole video was sped up, I would rather slow down the whole video (video and audio) AND lower the pitch back to near normal? Thanx _

Re: [FFmpeg-user] How to fix video artifacts on ddvideo AVI?

2018-12-15 Thread JD
I too would like to know how to remove such artifacts. On 12/14/2018 03:56 PM, Dan9er wrote: For a job, I have received some AVI files with visible artifacts on them. I am tasked with removing the artifacts. These video files are movies rendered using MovieShaker, and the raw footage does not

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-10-03 Thread JD
On 09/18/2018 12:53 PM, Carl Eugen Hoyos wrote: 2018-09-18 18:50 GMT+02:00, JD : I have an mpeg2 file which I am trying to convert to a dvd iso. I am using dvdauthor to do it. dvdauthor says the file is not mpeg2 video compatible. When I run ffprobe on the file, I get this ffprobe /usr/tmp

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-19 Thread JD
On 09/18/2018 12:53 PM, Carl Eugen Hoyos wrote: 2018-09-18 18:50 GMT+02:00, JD : I have an mpeg2 file which I am trying to convert to a dvd iso. I am using dvdauthor to do it. dvdauthor says the file is not mpeg2 video compatible. When I run ffprobe on the file, I get this ffprobe /usr/tmp

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-18 Thread JD
On 09/18/2018 02:31 PM, Carl Eugen Hoyos wrote: 2018-09-18 21:26 GMT+02:00, JD : I am getting the following output from ffmpeg: seems to indicate some problem with my mpg file!!! Not necessarily: Does the output file work in your dvd player? Carl Eugen I have not tried it yet, because it

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-18 Thread JD
On 09/18/2018 12:53 PM, Carl Eugen Hoyos wrote: 2018-09-18 18:50 GMT+02:00, JD : I have an mpeg2 file which I am trying to convert to a dvd iso. I am using dvdauthor to do it. dvdauthor says the file is not mpeg2 video compatible. When I run ffprobe on the file, I get this ffprobe /usr/tmp

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-18 Thread JD
On 09/18/2018 11:01 AM, Kieran O Leary wrote: Hi On Tue, 18 Sep 2018, 17:57 JD, wrote: I have an mpeg2 file which I am trying to convert to a dvd iso. I am using dvdauthor to do it. dvdauthor says the file is not mpeg2 video compatible. When I run ffprobe on the file, I get this ffprobe

[FFmpeg-user] Question about conversion (Transcoding)

2018-09-18 Thread JD
I have an mpeg2 file which I am trying to convert to a dvd iso. I am using dvdauthor to do it. dvdauthor says the file is not mpeg2 video compatible. When I run ffprobe on the file, I get this ffprobe /usr/tmp/title_3-09h31m23s.mpg ffprobe version N-51556-ge278500 Copyright (c) 2007-2013 the FF

[FFmpeg-user] DVD video format

2018-08-12 Thread JD
Hi all, Every movie DVD I watch on my computer is zoomed in when compared to the version I see at movie theaters. So, I ask: are there movie versions on DVD, which are not zoomed in? This is very relevant today, since I can connect the computer to the external TV which is a 4K and 80 inch diag

[FFmpeg-user] Problem with ffmpeg

2018-07-21 Thread JD
I tried to use latest youtube-dl to download a wild animals video, and I got the following error message: https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled. youtube-dl invokes ffmpeg like this: ffmpeg command line: ffmpeg -y -loglevel verbose -headers

Re: [FFmpeg-user] Big Endian Format

2018-05-23 Thread JD
=== [format] Sample format big-endian MPEG-2 not yet supported Error at audio filter chain pre-init! Exiting... (Fatal error) On 05/23/2018 08:10 AM, Dan Shamir wrote: ס On Wed, May 23, 2018, 3:40 PM Carl Eugen Hoyos wrote: 2018-05-22 19:51 GMT+02:00, JD : Have a dvd which tu

[FFmpeg-user] Big Endian Format

2018-05-22 Thread JD
Hi all, Have a dvd which turns out to be coded in big endian. I copied it to hard drive for backup (using dd), but it turns out that of all the *nux players, only VLC can play big endian format iso's. So, is there a way to convert the iso file to little endian format? _

Re: [FFmpeg-user] Unable to build ffmpeg-4.0 on fedora 20 release

2018-04-26 Thread JD
On 04/26/2018 06:56 PM, Kieran O Leary wrote: On Fri, 27 Apr 2018, 01:29 JD, wrote: I would like to send the make output file to someone who might want to look at all the warnings (deprecated calls), and errors. Would someone please tell me where to upload the file or who to send it to

[FFmpeg-user] Unable to build ffmpeg-4.0 on fedora 20 release

2018-04-26 Thread JD
I would like to send the make output file to someone who might want to look at all the warnings (deprecated calls), and errors. Would someone please tell me where to upload the file or who to send it to. Thanx!! jd ___ ffmpeg-user mailing list ffmpeg

[FFmpeg-user] unable to view this video as one screen

2018-03-24 Thread JD
https://www.youtube.com/watch?v=eqboujtUk4Y My browser shows 3 parallel views instead of one, of the same "picture". can ffmpeg do something so I can use ffplay to view it as one "picture" ? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://f

Re: [FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread JD
On 03/18/2018 12:03 PM, Carl Eugen Hoyos wrote: 2018-03-18 18:31 GMT+01:00, JD : I have an mp4 file that has unwanted span of video APPENDED to it. How do I delete that appended span? FFmpeg is not a file editor and therefore is unable to "delete" something from an exi

[FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread JD
Hi all, I have an mp4 file that has unwanted span of video APPENDED to it. How do I delete that appended span? The appended span starts at 2 hours and 30 minutes and 53 seconds. Thanx!! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.

Re: [FFmpeg-user] Transcoding wave to ape

2018-01-08 Thread JD
On 01/08/2018 06:48 PM, Carl Eugen Hoyos wrote: 2018-01-08 20:03 GMT+01:00 JD : Used $ ffmpeg --version ffmpeg version N-88150-gae100046ca-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers built with gcc 6.4.0 (Debian 6.4.0-8) 20171010 configuration

[FFmpeg-user] Transcoding wave to ape

2018-01-08 Thread JD
Used $ ffmpeg --version ffmpeg version N-88150-gae100046ca-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers built with gcc 6.4.0 (Debian 6.4.0-8) 20171010 configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay

[FFmpeg-user] Transcode from mp4 to wav fails for several files

2017-12-25 Thread JD
us code 0 for file 07. The Swordfight-L8FGBKpIMzc.mp4 and the script exits. No output for files whose names do not even appear in the ERRORS file. Clearly, there is a problem with the shell reading the file names from stdin. But I have no idea why it is failing to read '/some/' file

Re: [FFmpeg-user] Need a little clarification

2017-12-14 Thread JD
On 12/14/2017 12:11 PM, Steve Boyer wrote: On Thu, Dec 14, 2017 at 1:01 PM, JD wrote: I ran ffprobe on a file to see what the audio bitrate was. The line showing audio info says: Stream #0:1: Audio: vorbis, 44100 Hz, stereo, fltp (default) So, what is the 'ab' rate? Can you

[FFmpeg-user] Need a little clarification

2017-12-14 Thread JD
I ran ffprobe on a file to see what the audio bitrate was. The line showing audio info says: Stream #0:1: Audio: vorbis, 44100 Hz, stereo, fltp (default) So, what is the 'ab' rate? Thanx! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffm

Re: [FFmpeg-user] OT: How to download a video

2017-11-04 Thread JD
On 11/04/2017 02:00 PM, DopeLabs wrote: first get the download url using youtube-dl $ youtube-dl -f best -g http://www.pbs.org/video/wfyi-local-productions-temple-makers/ https://ga.video.cdn.pbs.org/videos/wfyi-local-productions/2e9d36ba-d5f6-4d45-84df-b5ca5acd551c/250267/hd-mezzanine-16x9/

Re: [FFmpeg-user] OT: How to download a video

2017-11-04 Thread JD
I am using firefox and Inspect element is not working :( Also, I did download the page source, and grep'ed the file for mp4 and found none :( On 11/04/2017 11:51 AM, Moritz Barsnick wrote: On Sat, Nov 04, 2017 at 11:26:42 -0600, JD wrote: Could someone please tell me a linux tool that

Re: [FFmpeg-user] OT: How to download a video

2017-11-04 Thread JD
On 11/04/2017 11:51 AM, Moritz Barsnick wrote: On Sat, Nov 04, 2017 at 11:26:42 -0600, JD wrote: Could someone please tell me a linux tool that will download the video at http://www.pbs.org/video/wfyi-local-productions-temple-makers/ Youtube-dl could not do it. Remember to always use the

[FFmpeg-user] OT: How to download a video

2017-11-04 Thread JD
Could someone please tell me a linux tool that will download the video at http://www.pbs.org/video/wfyi-local-productions-temple-makers/ Youtube-dl could not do it. Thanx. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/li

[FFmpeg-user] Need info about ffmpeg-10bit

2017-10-26 Thread JD
Could someone send me a link to talks about the difference between the binaries "ffmpeg" and "ffmpeg-10bit" ? Thanx. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, o

[FFmpeg-user] Playing Region 2 DVD's

2017-09-29 Thread JD
Hi all, Is it possible for a USA user to play DVD's from Region 2, and are encoded for Region 2? Thanx! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffm

Re: [FFmpeg-user] Joining 2 mkv videos

2017-09-15 Thread JD
On 09/15/2017 03:00 PM, Kieran O Leary wrote: On Fri, Sep 15, 2017 at 9:38 PM, JD wrote: ~/bin/ffmpeg.d/ffmpeg -f concat -i $PWD/A_brief_animation_of_David_Hudsons_Discovery_of_Ormus-p1.mkv -i $PWD/A_brief_animation_of_David_Hudsons_Discovery_of_Ormus-p2.mkv -c copy

Re: [FFmpeg-user] Joining 2 mkv videos

2017-09-15 Thread JD
On 09/15/2017 02:11 PM, Kieran O Leary wrote: On Fri, Sep 15, 2017 at 8:41 PM, JD wrote: So far I have failed. What have you tried and what errors did you receive? Any help with this? https://trac.ffmpeg.org/wiki/Concatenate Sometimes, if I'm on a unix system, I just put the fil

[FFmpeg-user] Joining 2 mkv videos

2017-09-15 Thread JD
Hi all, I downloaded from YT https://www.youtube.com/watch?v=rEfnjEgWBSM (which I would call part 1) and https://www.youtube.com/watch?v=Bhx3HEV_6FQ (which I would call part 2) the youtube-dl -ci downloaded both into mkv format. Now, I want to join (concat) them into a single mp4 file. So far

Re: [FFmpeg-user] scaling up without losing definition

2017-07-18 Thread JD
On 07/18/2017 12:10 AM, Cley Faye wrote: Le 18 juil. 2017 05:06, "JD" a écrit : Can ffmpeg do that? Like from say 854x356 and transcode it to 1920x1080 without losing high definition (i.e. no blurring as a result of transcoding to a larger display). Ffmpeg can do scaling usi

[FFmpeg-user] scaling up without losing definition

2017-07-17 Thread JD
Can ffmpeg do that? Like from say 854x356 and transcode it to 1920x1080 without losing high definition (i.e. no blurring as a result of transcoding to a larger display). ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listi

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-15 Thread JD
On 07/14/2017 09:05 PM, 桃源老師 wrote: 2017/07/15 午前11:08、JD のメール: So, again, it seems to me that mkv is some kind of weird format OR youtube-dl which generates it is making some type of errors Sorry if it is not related with this topic. YouTube have various audio/video format. You can

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-14 Thread JD
Some of the mkv files being converted to mp3 are causing ffmpeg to belch out huge amounts of this message: Application provided invalid, non monotonically increasing dts to muxer in stream 0: 722678111 >= 720923999 of course, at different offsets in same file and also in other files. So, aga

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-14 Thread JD
On 07/14/2017 01:19 PM, Moritz Barsnick wrote: On Fri, Jul 14, 2017 at 13:10:53 -0600, JD wrote: This is the script I ended up creating to convert hundreds of mkv to mp3 and avoid creating a tsunami of stdin that seems to flood ffmpeg and make it falter. WHY do you not answer my question

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-14 Thread JD
This is the script I ended up creating to convert hundreds of mkv to mp3 and avoid creating a tsunami of stdin that seems to flood ffmpeg and make it falter. #!/bin/bash export prog=/bin/ffmpeg export D=/thumbdrive_A rm -f $D/* for F in VIDEO_[0-9]*; do vidfile=`cat $F` N=`basename $vidfile | s

Re: [FFmpeg-user] Converting a cassette audio tape (Lecture) to mp3

2017-07-14 Thread JD
Ops!!! Sorry!!! On 07/14/2017 12:58 PM, Moritz Barsnick wrote: On Fri, Jul 14, 2017 at 12:45:04 -0600, JD wrote: You answered to the wrong thread. I had to resort to doing one file at a time, albeit within a script, which does not flood ffmpeg with a huge list of files, [...] This way

Re: [FFmpeg-user] Converting a cassette audio tape (Lecture) to mp3

2017-07-14 Thread JD
On 07/12/2015 11:35 AM, Moritz Barsnick wrote: On Sun, Jul 12, 2015 at 11:26:58 -0600, jd1008 wrote: I am running fedora 20 with Which is EOL. I just updated to F22 myself today. :-) I need a set of steps/commands to convert this tape. Is it already digitized? If so: $ ffmpeg -i audiofile

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-13 Thread JD
On 07/13/2017 05:00 PM, Moritz Barsnick wrote: On Thu, Jul 13, 2017 at 16:24:31 -0600, JD wrote: into a file which I edited and turned it into a script that removed single quotes, unprintable characters, square brackets, commas, and replaced all spaces with underscores - of course, used the

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-13 Thread JD
On 07/13/2017 03:22 PM, Moritz Barsnick wrote: On Thu, Jul 13, 2017 at 15:11:56 -0600, JD wrote: Your filename does not contain parentheses, brackets and single quotes and unprintable characters that MANY files I download contain in their names. And THAT is the crux of the problem. That&#

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-13 Thread JD
On 07/13/2017 03:07 PM, Kieran O Leary wrote: Hi On Thu, Jul 13, 2017 at 9:58 PM, JD wrote: The problem of file not found is caused by the naming conventions used by youtube-dl - so that even if I enclose the filename in double quotes, ffmpeg is UNABLE to parse the name correctly I don&#

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-13 Thread JD
On 07/13/2017 02:34 PM, Kieran O Leary wrote: Woah On Thu, Jul 13, 2017 at 8:56 PM, JD wrote: I uploaded the full screen out put to: https://www.sendspace.com/file/l5jdvs it is called FFMPEG_ERRORS I only looked through some as you posted the output of loads of videos! It might

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-13 Thread JD
On 07/12/2017 10:01 PM, Tim Hiles wrote: On Wed, Jul 12, 2017 at 7:54 PM, JD wrote: I just wanted to point out that 99% of files I download as mkv, and then try to convert them to mp3 with the command: ffmpeg -i somefile.mkv -vn -c:a libmp3lame -ab 320k -ac 2 -y somefile.mp3 fail to

[FFmpeg-user] Converting mkv to mp3 failures

2017-07-12 Thread JD
I just wanted to point out that 99% of files I download as mkv, and then try to convert them to mp3 with the command: ffmpeg -i somefile.mkv -vn -c:a libmp3lame -ab 320k -ac 2 -y somefile.mp3 fail to convert, with huge amount of error messages output. PS: Using ffmpeg version 3.0.2-static The

Re: [FFmpeg-user] Resuming ffmpeg encode after interrupt

2017-06-09 Thread JD
On 06/09/2017 01:25 AM, Moritz Barsnick wrote: On Thu, Jun 08, 2017 at 21:24:52 -0600, JD wrote: So, instead of restarting from the very beginning, is there a way to resume the encode based on the size of the output file? I mean that ffmpeg should be able to know the time offset of the very

[FFmpeg-user] Resuming ffmpeg encode after interrupt

2017-06-08 Thread JD
When the encoding takes a very long time (> 2 hours), I often will stop it (^z), syn the FS, suspend the computer to disk (s2d), and that will power it off. Now /SOMETIMES/ when I resume, the computer decides to boot as if it was NOT suspended to disk. This leaves the ffmpeg encode partially done.

Re: [FFmpeg-user] hflip so slooooooooow

2017-03-03 Thread JD
On Fri, Mar 3, 2017 at 1:06 AM, Moritz Barsnick wrote: > On Thu, Mar 02, 2017 at 18:39:16 -0700, JD wrote: > > Hi all, should horizontal flipping be as slow as this: > > frame=27067 fps= 12 q=28.0 size= 143993kB time=00:18:06.27 > > bitrate=1085.9kbits/s dup=0 drop=35 s

[FFmpeg-user] hflip so slooooooooow

2017-03-02 Thread JD
Hi all, should horizontal flipping be as slow as this: frame=27067 fps= 12 q=28.0 size= 143993kB time=00:18:06.27 bitrate=1085.9kbits/s dup=0 drop=35 speed=0.47x the command was: $ ~/bin/ffmpeg.d/ffmpeg -i video_mnt13.mp4 -vf "hflip" -y video_mnt13-hflip-m1B6z-54q_0.mp4 ffmpeg version 3.2.4-stat

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-27 Thread JD
Well, could you at least provide the full args to ffplay, to play back an incomplete transcode to mp4? On Mon, Feb 27, 2017 at 3:56 PM, PaulYurt wrote: > JD, Can you substitute ffplay for ffmpeg in your tests? This way you can > immediately see results. > > Paul Yurt // Media

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-27 Thread JD
Reindle is correct - it still does n ot work for mp4. I tried it with and without the +. The manpage does not show a +. On Sat, Feb 25, 2017 at 8:53 PM, Tim Hiles wrote: > So, even though I corrected the usage of the flag, I am still unable to > play the output > file before ffmpeg finishes the

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-26 Thread JD
On Sun, Feb 26, 2017 at 5:49 PM, Reuben Martin wrote: > On Sunday, February 26, 2017 5:44:56 PM CST JD wrote: > > On Sun, Feb 26, 2017 at 4:07 PM, Cley Faye wrote: > > > 2017-02-26 23:32 GMT+01:00 JD : > > > > Are there any flags that will let me play

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-26 Thread JD
On Sun, Feb 26, 2017 at 4:07 PM, Cley Faye wrote: > 2017-02-26 23:32 GMT+01:00 JD : > > > Are there any flags that will let me playback an unfinished transcode? > > Reason I am asking is that if my various options in the transcode command > > did not yield what I like, th

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-26 Thread JD
Thanx. Are there any flags that will let me playback an unfinished transcode? Reason I am asking is that if my various options in the transcode command did not yield what I like, then I would like to abort the transcode. Kind regards, JD On Sat, Feb 25, 2017 at 9:28 PM, Geek.Song wrote: >

[FFmpeg-user] -movflags faststart revisited

2017-02-25 Thread JD
I retried to use this flag as it was indicated in a previous response by a user. Sorry that I was unable to continue on the original thread, because the gmail web interface deletes original message sent to this list by the OP, when the OP deletes the response from the list. So, even though I corre

Re: [FFmpeg-user] Using the flags -movflags +faststart

2017-02-24 Thread JD
s broken. ffprobe will complain about a > missing MOOV ATOM. > > Though if you press 'q' to stop instead, it should exit cleanly and the > file should be watchable. > > cheers > > DL > > > On Feb 24, 2017, at 4:29 24PM, JD wrote: > > > > I played the

[FFmpeg-user] Using the flags -movflags +faststart

2017-02-24 Thread JD
I played the output file when only about 3 minutes of it had been transcoded. The file did not play at all. mplayer was belching out: Starting playback... [dvvideo @ 0x7f5461b94540]could not find dv frame profile Error while decoding frame! [dvvideo @ 0x7f5461b94540]could not find dv frame profile

[FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread JD
Hi, I do have libfdk-aac $ ll /usr/lib64/*fdk* -rw-r--r--. 1 root jd13942 Sep 24 12:37 /usr/lib64/libfdk-aacdec.c -rw-r--r--. 1 root jd16647 Sep 24 12:37 /usr/lib64/libfdk-aacenc.c lrwxrwxrwx. 1 root root 19 Feb 23 13:56 /usr/lib64/libfdk-aac.so -> libfdk-aac.so.1.0.0 lrwxrwxrwx

Re: [FFmpeg-user] video's audio question

2017-01-27 Thread JD
On 01/27/2017 11:11 AM, Moritz Barsnick wrote: On Thu, Jan 26, 2017 at 20:56:48 -0700, JD wrote: Have a video in which the audio's pitch (and speed) are just slightly higher than normal. How can I reduce the pitch and speed in small increments until I get it right? The asetrate filt

Re: [FFmpeg-user] video's audio question

2017-01-27 Thread JD
On 01/27/2017 11:11 AM, Moritz Barsnick wrote: On Thu, Jan 26, 2017 at 20:56:48 -0700, JD wrote: Have a video in which the audio's pitch (and speed) are just slightly higher than normal. How can I reduce the pitch and speed in small increments until I get it right? The asetrate filt

[FFmpeg-user] video's audio question

2017-01-26 Thread JD
Have a video in which the audio's pitch (and speed) are just slightly higher than normal. How can I reduce the pitch and speed in small increments until I get it right? Thanx. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailm