Wednesday, September 28, 2016

Re: [LINUX_Newbies] ffmpeg Problem corrupted

 



good afternoon
thank You for help

On 25.09.2016 11:50, Scott scottro@nyc.rr.com [LINUX_Newbies] wrote:
>
>
> On Sun, Sep 25, 2016 at 11:29:53AM +0200, 'highskywhy@yahoo.de'
> highskywhy@yahoo.de [LINUX_Newbies] wrote:
>>
>> ffmpeg Problem
>>
>> I tried to repair
>>
>> a file
>> ffmpeg -i org.mp4 -t 480 out.wmv
>>
>> but it could not work.
>> What did I do wrong?
>>
>>
>>
>> ffmpeg -i org.mp4 -t 480 out.wmv
>
>> ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg
> developers
>> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x8155500] moov atom not found
>> org.mp4: Invalid data found when processing input
>>
> It looks as if the org.mp4 file is corrupted, so ffmpeg couldn't fix it.

***
Yes
thats the problem. I try to repair a destroyed video file
name is
org.mp4.

> Invalid data usually refers the input file. The moov atom not found means
> that somehow, certain data that should be at the beginning of the file is
> on the end.
*
Yes

>
> http://muzso.hu/2012/11/14/how-to-fix-a-broken-mp4-mov-video-ffmpeg-reports-moov-atom-not-found,
> from 2012, describes the issue, though they only seem to list tools that
> cost money.
*
Thank You.

>
> If you google the error moov atom not found there are various posts about
> repairing it. This one looks promising. There's a program called untrunc
> to fix it.
>
> http://superuser.com/questions/417100/how-to-open-and-repair-an-m4v-or-mp4-video-file
>

I try it.
Thank You
Regards
Sophie

__._,_.___

Posted by: "highskywhy@yahoo.de" <highskywhy@yahoo.de>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Re: [LINUX_Newbies] how to repair a file with ffmpeg SORRY 2nd question

 

good afternoon
I created a video file
and it does not work.
I try to repair it.

Regards Sophie

>> I talked about the damaged file before repair.
>>
>
> Sorry, I don't know what you mean.
> As I understand it, you have a file that works, save for the last two
> minutes.
> If you remove the last two minutes of the file with ffmpeg, the rest of it
> doesn't work?
>
> If it's possible to upload the original file I can take a look, but
> otherwise, all I can say is that the command I gave should work. You have
> to figure out the length of the file, which you can do with ffprobe, then
> use ffmpeg -i file -t (duration minus 120 seconds) outfile.
>
> --
> Scott Robbins
> PGP keyID EB3467D6
> ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
> gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
>

__._,_.___

Posted by: "highskywhy@yahoo.de" <highskywhy@yahoo.de>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (10)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Sunday, September 25, 2016

Re: [LINUX_Newbies] ffmpeg Problem

 

On Sun, Sep 25, 2016 at 11:29:53AM +0200, 'highskywhy@yahoo.de' highskywhy@yahoo.de [LINUX_Newbies] wrote:
>
> ffmpeg Problem
>
> I tried to repair
>
> a file
> ffmpeg -i org.mp4 -t 480 out.wmv
>
> but it could not work.
> What did I do wrong?
>
>
>
> ffmpeg -i org.mp4 -t 480 out.wmv

> ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg developers
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x8155500] moov atom not found
> org.mp4: Invalid data found when processing input
>
It looks as if the org.mp4 file is corrupted, so ffmpeg couldn't fix it.
Invalid data usually refers the input file. The moov atom not found means
that somehow, certain data that should be at the beginning of the file is
on the end.

http://muzso.hu/2012/11/14/how-to-fix-a-broken-mp4-mov-video-ffmpeg-reports-moov-atom-not-found,
from 2012, describes the issue, though they only seem to list tools that
cost money.

If you google the error moov atom not found there are various posts about
repairing it. This one looks promising. There's a program called untrunc
to fix it.

http://superuser.com/questions/417100/how-to-open-and-repair-an-m4v-or-mp4-video-file

--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

__._,_.___

Posted by: Scott <scottro@nyc.rr.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

[LINUX_Newbies] ffmpeg Problem

 


ffmpeg Problem

I tried to repair

a file
ffmpeg -i org.mp4 -t 480 out.wmv

but it could not work.
What did I do wrong?

ffmpeg -i org.mp4 -t 480 out.wmv
ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.1 (Ubuntu 5.3.1-11ubuntu1) 20160311
configuration: --prefix=/usr --extra-version=1ubuntu2
--build-suffix=-ffmpeg --toolchain=hardened
--libdir=/usr/lib/i386-linux-gnu --incdir=/usr/include/i386-linux-gnu
--cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping
--disable-decoder=libopenjpeg --disable-decoder=libschroedinger
--enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libflite --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm
--enable-libmodplug --enable-libmp3lame --enable-libopenjpeg
--enable-libopus --enable-libpulse --enable-librtmp
--enable-libschroedinger --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora
--enable-libtwolame --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid
--enable-libzvbi --enable-openal --enable-opengl --enable-x11grab
--enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r
--enable-libx264 --enable-libopencv --disable-i686
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x8155500] moov atom not found
org.mp4: Invalid data found when processing input

Sophie

__._,_.___

Posted by: "highskywhy@yahoo.de" <highskywhy@yahoo.de>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Thursday, September 22, 2016

[LINUX_Newbies] To Portland vaca thru 26th, Thursday, 22 September 2016

 

"To Portland vaca thru 26th" reminder
When
Thursday, 22 September 2016
01:30 PM to 02:00 PM
(GMT+01:00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
From
LINUX_Newbies   Calendar

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Sunday, September 18, 2016

Re: [LINUX_Newbies] Password problem

 

On Sun, Sep 18, 2016 at 03:57:29PM -0500, James Jolin james.jolin@gmail.com [LINUX_Newbies] wrote:
> Just to let you all know, I did not try the suggestions. I saw that Mint
> 18 was out so I went with that....a lot easier and it worked fine. Thanks
> for the help.
> Jim wa9arb

Thanks for following up. Glad you're pleased with Mint 18.

--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

__._,_.___

Posted by: Scott <scottro@nyc.rr.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (6)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Re: [LINUX_Newbies] Password problem

 

Just to let you all know, I did not try the suggestions.  I saw that Mint 18 was out so I went with that....a lot easier and it worked fine.  Thanks for the help.
Jim wa9arb

__._,_.___

Posted by: James Jolin <james.jolin@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Friday, September 9, 2016

Re: [LINUX_Newbies] So tired of MS

 

On Wed, Sep 7, 2016 at 7:55 PM, Scott scottro@nyc.rr.com
[LINUX_Newbies] <LINUX_Newbies@yahoogroups.com> wrote:
> On Wed, Sep 07, 2016 at 07:04:23PM -0400, J dreadpiratejeff@gmail.com [LINUX_Newbies] wrote:
>> On Wed, Sep 7, 2016 at 1:42 PM, Bev Merrow merrowb@yahoo.com
>> [LINUX_Newbies] <LINUX_Newbies@yahoogroups.com> wrote:
>>
>> >
>> > Really like the idea of a bootable stick, but will I be able to test my
>> > programs?
>> >
>>
>> No. The bootable USB stick will really only let you try out the various
>> distributions. You MAY be able to get WINE running on one, but I would
>> imagine it would be painful as the live environments on those USB sticks
>> runs in memory and swapping things in and out can be really slow when you
>> get complex applications running.
>
> I'm going to, very respectfully, and stating that he has more knowledge
> than I do, disagree with Jeff (more or less) on this one. Most live
> distributions allow you to install something, as I said. However, as Jeff
> said (and I should have), running apps on a USB can be painfully slow.

Well, OK... yes, you can do that, I generally don't. IME it's just so
painfully slow as to be unusable. I used to do demos by installing
stuff on a live-cd environment. It sucked.

Additionally, technically if your live USB stick is created with
persistent storage, then the things you add will even be saved until
next time. But to be honest, I've never really had persistent storage
work the way it should, so I just stopped using it altogether. But
YMMV...

>> I didn't read all of Scott's reply,
>
> WHATTTT?????? You didn't read all my pearls of wisdom. YURUSAN!!!! I
> suspect you know what that means, as though you probably don't have time
> anymore, I believe you were an anime fan at some point. In case you don't
> remember it, it means I won't forgive you. :)

tl;dr ;)

Yeah, I was in a hurry... this week has been a flurry of meetings
punctuated by periods of me trying to get some "real" work done on
three different projects. Thankfully I only work two days next week
then off on vacation in Europe for 10 days...

>
> (That's to Jeff, not Bev)
>
>
>
> --
> Scott Robbins
> PGP keyID EB3467D6
> ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
> gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
>
>
>
> ------------------------------------
> Posted by: Scott <scottro@nyc.rr.com>
> ------------------------------------
>
> To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
> ------------------------------------
>
> Yahoo Groups Links
>
>
>

__._,_.___

Posted by: J <dreadpiratejeff@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (15)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Re: [LINUX_Newbies] Password problem

 

On Thu, Sep 8, 2016 at 8:13 PM, Scott scottro@nyc.rr.com
[LINUX_Newbies] <LINUX_Newbies@yahoogroups.com> wrote:
> On Thu, Sep 08, 2016 at 04:32:54PM -0700, james.jolin@gmail.com [LINUX_Newbies] wrote:
>> Installed Linux Mint 17.3 and did everything right (I think). I went to run the program, was asked for the usual (user name and password). It told me I did not have the right password user name combination. I can't remember how I get out of this mess...I think I saw this once before, but my memory fails me.
>> Jim wa9arb
>>
> https://community.linuxmint.com/tutorial/view/339
> Does that help?
>
> (Untested by me).
> Jeff, if you're around whatever the official Ubuntu way to do it might
> help. I'm at a FreeBSD shop these days so haven't had to do this in a long
> time.

That's probably the easiest way. The other way would involve booting
from a live USB stick, chrooting into the installed system and running
passwd there. (at least that's a more old-school way).

__._,_.___

Posted by: J <dreadpiratejeff@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Thursday, September 8, 2016

Re: [LINUX_Newbies] Password problem

 

"james.jolin@gmail.com [LINUX_Newbies]" <LINUX_Newbies@yahoogroups.com>
wrote:

> Installed Linux Mint 17.3 and did everything right (I think). I went to
> run the program, was asked for the usual (user name and password). It
> told me I did not have the right password user name combination. I
> can't remember how I get out of this mess...I think I saw this once
> before, but my memory fails me.
> Jim wa9arb

Does the following help?

Reset forgotten password

Reboot your computer.
Press SHIFT at the grub prompt.
Select your image.
Highlight the line that begins kernel and press E to edit

Go to the very end of the line, change the ro to rw and add
init=/bin/bash, press enter, then press B to boot your system. Your system
will boot up to a password-less root shell.

Type in password <username>
Set your password.
Type in reboot

zed

--
zed
Bigamy: Too many wives. Monogamy: Same thing.

__._,_.___

Posted by: zed <zed@zed.net.nz>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

Re: [LINUX_Newbies] Password problem

 

On Thu, Sep 08, 2016 at 04:32:54PM -0700, james.jolin@gmail.com [LINUX_Newbies] wrote:
> Installed Linux Mint 17.3 and did everything right (I think). I went to run the program, was asked for the usual (user name and password). It told me I did not have the right password user name combination. I can't remember how I get out of this mess...I think I saw this once before, but my memory fails me.
> Jim wa9arb
>
https://community.linuxmint.com/tutorial/view/339
Does that help?

(Untested by me).
Jeff, if you're around whatever the official Ubuntu way to do it might
help. I'm at a FreeBSD shop these days so haven't had to do this in a long
time.

--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

__._,_.___

Posted by: Scott <scottro@nyc.rr.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___

[LINUX_Newbies] Password problem

 

Installed Linux Mint 17.3 and did everything right (I think).  I went to run the program, was asked for the usual (user name and password).  It told me I did not have the right password user name combination.  I can't remember how I get out of this mess...I think I saw this once before, but my memory fails me.

Jim wa9arb


__._,_.___

Posted by: james.jolin@gmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.

.

__,_._,___